Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
network installation
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
chr1z
Apprentice
Apprentice


Joined: 17 Jul 2002
Posts: 207

PostPosted: Sun Jul 28, 2002 1:57 pm    Post subject: network installation Reply with quote

to configure my router i did

Code:

modprobe 8193too
ifconfig eth0 192.168.168.1 broadcast 192.168.168.230 netmask 255.255.255.0
route add default gw 192.168.168.230

SIOCADDRT: Network is unreachable


what could i have done wrong ?
Back to top
View user's profile Send private message
Scandium
Retired Dev
Retired Dev


Joined: 22 Apr 2002
Posts: 340
Location: Germany

PostPosted: Sun Jul 28, 2002 2:36 pm    Post subject: Reply with quote

I'd use this one (but I don't know if it makes any difference at all...)

route add -net default gw $GTWAY netmask 0.0.0.0 metric 1


euhm, btw. it's "8139too" and not "8193too" ...


Last edited by Scandium on Sun Jul 28, 2002 2:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
g3kko
n00b
n00b


Joined: 26 Jul 2002
Posts: 26
Location: Hamburg, Germany

PostPosted: Sun Jul 28, 2002 2:36 pm    Post subject: Re: network installation Reply with quote

broadcast is wrong
Code:

ifconfig eth0 192.168.168.1 broadcast 192.168.168.255 netmask 255.255.255.0

_________________
JabberID: gekko at amessage.de
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum