Slashdot Mirror


User: Dave+Sifry

Dave+Sifry's activity in the archive.

Stories
0
Comments
9
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 9

  1. Re:Apple Access Points on Linuxcare Founders Go Wireless · · Score: 2, Interesting

    Thanks! We're looking for folks to help us in this effort as well - and we have a serious offer to any developer who helps out:

    If you contribute code (a patch, a new feature, etc.) that goes into the standard release of the Sputnik Gateway, you get free roaming for life. (Whichever is shorter, yours or ours)

    Join up on the developer list, which is what we've got until the full-blown developer site is finished.

  2. Re:Great idea...where's the source on Linuxcare Founders Go Wireless · · Score: 2, Informative

    It's in the compressed filesystem in lxcr-bbc-2_0.cloop in the root directory of the ISO/CD.

    To get to it, do the following:

    extract_compressed_fs lxcr-bbc-2_0.cloop > /tmp/myloopfs
    mkdir /tmp/fs
    mount -o loop /tmp/myloopfs /tmp/fs

    The filesystem will be all there in /tmp/fs

    Enjoy.

    We'll put things up in a tarball (and we're working on debs and rpms as well) as soon as we get our developer site up, should be before the end of the month.

  3. Re:limited 802.11b card support on Linuxcare Founders Go Wireless · · Score: 2, Informative

    Yeah, but the problem is that you can only do Host-AP mode with the Prism 2 (and 2.5) cards. The Lucent and Cisco cards require proprietary firmware to enable this functionality.

  4. Re:Hopes it takes off on Linuxcare Founders Go Wireless · · Score: 1

    Of course, you're free to your opinion, but we really are serious about working with ISPs to make sure that they make a profit on the additional bandwidth, if they are willing to change their AUPs. And we are just as serious in that we don't want people violating their AUPs and providing service that they are not allowed to provide.

    We sat down with a number of ISPs before rolling this out, and we think we've worked out a reasonable business model to encourage ISPs to parter with us, or at least, to change their restrictive AUPs to allow Sputnik Gateways - the ISPs get a cut of the revenue stream in return.

    We are always interested in hearing your feedback and comments as well - drop me an email at dsifry at sputnik dot com.

  5. Re:Great idea...where's the source on Linuxcare Founders Go Wireless · · Score: 3, Informative

    All the changes that we made are distributed on the ISO. We don't screw around with Open Source licensing, God knows we've been there, and we play by the rules.

  6. Re:Sputnik uses NoCat captive portal on Linuxcare Founders Go Wireless · · Score: 1

    Yup, they're on the ISO. We used a compressed filesystem to reduce the ISO size by about 75% - but you can extract and loopback-mount the filesystem on the CD. You can also boot the CD and see the Nocat changes on the running filesystem - they're in /usr/local/nocat/

  7. Re:And what happens when.. on Linuxcare Founders Go Wireless · · Score: 1

    That's exactly what happens. All the usernames and passwords (and unique tokens as well) are transmitted via SSL from the client direct to our authentication server and then only the token is sent back to the gateway.

  8. Re:And what happens when.. on Linuxcare Founders Go Wireless · · Score: 1

    All of the authentication communication is done via SSL to our servers. So, even if someone is sniffing the connection, they can't get any info from you.

    Any, you have to reauthenticate (via a minimized pop-up window) every 10 minutes or you're auto-logged out, so the window for session hijacking is small.

  9. Re:Sputnik uses NoCat captive portal on Linuxcare Founders Go Wireless · · Score: 3, Interesting

    That's right - we started with the great code that the NoCatAuth guys wrote, and made some patches to do things like tunneling and use a more secure SSL-based username/password token method, and re-released the code back to the community. Go check out the NoCatAuth project - they're doing some great stuff.