I'm using ssh to configure all of my SB's. I use 3 wireless routers as
access points in my house. I want the device to use the same static
settings for each wireless device and in the case of the Touch, use the
same addressing for the ethernet. Everything works pretty well, but
somehow at least one setting still defaults to dhcp. Here's my
settings...
auto lo
iface lo inet loopback
mapping eth0
script /etc/network/if_mapping
auto eth0=TRENDnet
iface TRENDnet inet static
address 10.0.0.111
network 10.0.0.0
broadcast 10.0.0.255
netmask 255.255.255.0
gateway 10.0.0.1
dns 198.77.116.8
up echo 'nameserver 198.77.116.8' > /etc/resolv.conf
iface linksys inet static
address 10.0.0.111
network 10.0.0.0
broadcast 10.0.0.255
netmask 255.255.255.0
gateway 10.0.0.1
dns 198.77.116.8
up echo 'nameserver 198.77.116.8' > /etc/resolv.conf
iface linksys2 inet static
address 10.0.0.111
network 10.0.0.0
broadcast 10.0.0.255
netmask 255.255.255.0
gateway 10.0.0.1
dns 198.77.116.8
up echo 'nameserver 198.77.116.8' > /etc/resolv.conf
After I cycle through all three access points one of them always
defaults to dhcp and I get a line in the script above that adapter that
says "auto wlan=xxxxxx(router)"
Basically, I would like to use the same static settings for ethernet or
wlan.
Any and all help would be appreciated
Howard
--
Howard Passman
Can I go home now?
------------------------------------------------------------------------
Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=81652
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss