curaga
Group: Members
Posts: 2163
Joined: Feb. 2007 |
|
Posted: May 04 2007,15:23 |
|
Do you mean after the bootlocal, manually? Oh yea, xmodmap! it's an X app! So put it in /home/dsl/.xinitrc instead of bootlocal... Above the case line..
Googling showed that error related to netmask... Is your netmask 255.255.255.0? Then that ifconfig line could be ifconfig eth0 192.168.0.2/24 up
edit: oops, gateway needs to exist before up'ping. Here's the whole script: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 |
edit 2: WTF? your gateway just cannot be .255, that's the broadcast address! (aka sent to All on that net) Check the gateway?
-------------- There's no such thing as life. Those mean little jocks invented it ;) - Windows is not a virus. A virus does something!
|