> ifconfig eth0 192.168.254.50 netmask 255.255.0.0 > route add default gw 192.168.254.1 Perfect... Only thing was that ifconfig wasn't in the path.. Had to put the path /sbin/ifconfig for some reason.. Same with route... What's the comand to add things to the path? Is it "path"?