View Single Post
Posts: 355 | Thanked: 566 times | Joined on Nov 2009 @ Redstone Canyon, Colorado
#52
Originally Posted by rambo View Post
I'm working (when I happen to have time) on something slightly more comprehensive: the mobile hotspot.
Yes, mobilehotspot is the way to go for the future. This was just quick and dirty.

I think you need to delete the "1" from this line in hotspot_backend.py.

Code:
        self.exec_cmd('ifconfig ' + self.wlanif + ' ' + self.network + '1 netmask 255.255.255.0 up')
Originally Posted by rambo View Post
iptables is small (400k deb) but I don't think there isn't any reason why it couldn't be optified.
Ya, could be optified. Most of that 400k is probably docs that don't get installed.

Originally Posted by rambo View Post
In theory even the modules could be installed outside the rootfs but that's asking for trouble.
That is *definitely* asking for trouble. Won't be available at boot, for one....

P.S. Edit: ah, i think i see why you have that "1" there, so the wifi connection always gets .1 in the network?

Last edited by jebba; 2010-01-03 at 22:38. Reason: ah, i think i get it.