Code Sample |
ndiswrapper -i eepro100 ifconfig eth0 192.168.60.78 ifconfig eth0 netmask 255.255.255.0 broadcast 192.168.60.254 ifconfig eth1 192.168.60.79 ifconfig eth1 netmask 255.255.255.0 broadcast 192.168.60.254 route add default gw 192.168.60.xx echo nameserver 192.168.60.xx > /etc/resolv.conf echo nameserver xx.xx.xx.xx >>resolve.conf ifup eth0 ifup eth1 |