You are not logged in.
Pages: 1
After starting afresh, im smackd down again by the cruelty yet educational side of Arch. My network will not start and im sure i have read most of the wiki about setting up your network.
Runing dhcpcd eth0 works. Pinging my router (192.168.1.1) works but manually if refuses to budge. My setup is :
eth0="eth0 192.168.1.10 netmask 255.255.255.0 broadcast 192.168.1.255"
INTERFACES=(eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.1.1"
ROUTES=(!gateway)
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain localhost
192.168.1.10 Arch.domain.org Arch
Some help would be greatly appreciated...
Last edited by b0uncyfr0 (2008-06-12 07:00:56)
Offline
I would change your rc.conf to:
eth0="dhcp"
INTERFACES=(eth0)
and take away the gateway and ROUTES
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol
Offline
Oh my god...........
I cant believe i missed that. I just had to remove the ! infront of gateway.
Awesome.. Its working now. Thanks guys..
Last edited by b0uncyfr0 (2008-06-12 07:15:22)
Offline
hehe, we've all been there once.
Offline
I haven't.
Offline
yes you have
dovie andi se tovya sagain
Offline
Btw, aren't we supposed to set up a netcfg2 profile these days? Although this is really easy when it's all you need.. (sst I also use it on 1 pc)
Offline
yes you have
Huhu.. are you the new anti-sniffles they've sent? *evil laugh*
jryarch: I have to say, I don't know what 'recommended practise' is these days, but it does seem like overkill to use netcfg2 when all you need is a really really easy setup which can be taken care of by rc.conf.
Offline
yes i am anti-sniffles nr 82.5 nah just joking
dovie andi se tovya sagain
Offline
Pages: 1