Hi, I have a wifi network (which works fine...almost).
whenever I reboot the configuration I've set is incorrect and subsequently it's not doing what I thought I asked it to do.
whenever I reboot I have to do these two things:
here is my /etc/network/interfaces
also, as eth0 and eth2 aren't used, should I change their configuration?
Thanks.
-Q
whenever I reboot the configuration I've set is incorrect and subsequently it's not doing what I thought I asked it to do.
whenever I reboot I have to do these two things:
sudo iwconfig eth1 essid belkin54g
sudo dhclient eth1
sudo dhclient eth1
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
# The primary network interface
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
pre-up sudo iwconfig eth1 rate 11M
wireless_essid belkin54g
auto eth2
iface eth2 inet dhcp
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
# The primary network interface
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
pre-up sudo iwconfig eth1 rate 11M
wireless_essid belkin54g
auto eth2
iface eth2 inet dhcp
Thanks.
-Q
Comment