|
|
/etc/network/interfaces
iface lo inet loopback
allow-hotplug eth2
iface eth2 inet static
wireless-essid dd-wrt
wireless-channel 10
address 192.168.1.103
netmask 255.255.255.0
gateway 192.168.1.1
#iface lo inet loopback
interfaces: line 4: iface: command not found
interfaces: line 5: allow-hotplug: command not found
interfaces: line 6: iface: command not found
interfaces: line 7: wireless-essid: command not found
interfaces: line 8: wireless-channel: command not found
interfaces: line 9: address: command not found
interfaces: line 10: netmask: command not found
interfaces: line 11: gateway: command not found
????yyyyy |
|