On June 2, 2009 08:37:21 am ivvmm wrote: > > I'm running Slackware and this obviously will not work. What am I > supposed to do? > > P.S. "sudo /sbin/ip l set eth0 down && sudp /sbin/ip l set eth0 up" will > not help Never used slackware but something like below should work on most unix's ifconfig ethx down ifconfig ethx 192.168.0.200 mask 255.255.255.0 up Angus