Quote |
#!/bin/ash # put other system startup command here /sbin/syslogd loadkeys pl ifconfig eth0 192.168.0.2/24 route add default gw 192.168.0.255 ifconfig eth0 up |
Quote (curaga @ May 04 2007,11:23) |
edit 2: WTF? your gateway just cannot be .255, that's the broadcast address! (aka sent to All on that net) Check the gateway? |