Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (2) </ 1 [2] >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: network diagnostic< Next Oldest | Next Newest >
curaga Offline





Group: Members
Posts: 2163
Joined: Feb. 2007
Posted: May 04 2007,15:23 QUOTE

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!
Back to top
Profile PM 
kreon28 Offline





Group: Members
Posts: 48
Joined: Oct. 2006
Posted: May 04 2007,17:09 QUOTE

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?

Yeah, gateway address was f#$%ed up :/
But after changing it and writing your script, it looks like everything works  :D
Thanx!
Back to top
Profile PM 
6 replies since May 01 2007,17:33 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (2) </ 1 [2] >/
reply to topic new topic new poll
Quick Reply: network diagnostic

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code