You are not logged in.

#1 2009-07-02 14:35:46

sentinel166
Member
Registered: 2009-05-16
Posts: 7

[rc.conf]don't succeed connecting to my box

Hi.
I just installed Arch, but I block on the network's configuration.
Voici mon rc.conf, j'ai quand même essayé de comprendre (la syntaxe abscons).
eth0="dhcp"
lo="192.168.2.1"
INTERFACES=(lo eth0)
gateway="default gw 192.168.2.1"
ROUTES = (!gateway)
NETWORKS=(main)

Here is /etc/rc.d/network restart's stderr:
192.168.2.1 : error fetching interface information : Device not found
err, eth0:timed out
warn, eth0:using IPV4LL address 169.254.237.134

What happend exactly ? He didn't find the box ?
When I ping my box, I receive no packet.
Thanks.

Last edited by sentinel166 (2009-07-02 14:39:57)

Offline

#2 2009-07-02 14:45:29

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [rc.conf]don't succeed connecting to my box

Please read http://wiki.archlinux.org/index.php/Configuring_network
Your setup doesn't make any sense at all.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#3 2009-07-02 15:09:47

sentinel166
Member
Registered: 2009-05-16
Posts: 7

Re: [rc.conf]don't succeed connecting to my box

Should my precedent "gateway" stay the same ?
Now the network is simply unreachable.
And the very nice "doesn't make sense at all" came from http://www.linuxpedia.fr/doku.php/archl … au#ip_dhcp !

Last edited by sentinel166 (2009-07-02 15:53:46)

Offline

#4 2009-07-02 15:14:29

perbh
Member
From: Republic of Texas
Registered: 2005-03-04
Posts: 765

Re: [rc.conf]don't succeed connecting to my box

*sigh*
'lo' should _always_ be 127.0.0.1 ...

[edit]
And no-where (inspite of my inability to read french) in your link does it say to put 'lo' to anything but 127.0.0.1

In short - your setup does not make any sense at all.
[/edit]

Last edited by perbh (2009-07-02 16:24:49)

Offline

#5 2009-07-02 17:22:42

sentinel166
Member
Registered: 2009-05-16
Posts: 7

Re: [rc.conf]don't succeed connecting to my box

Then excuse me I badly read.

And I forgotten : I must use my second card, so it's eth1 instead of eth0.
But I doesn't change anything.

Last edited by sentinel166 (2009-07-02 18:21:48)

Offline

#6 2009-07-02 20:36:51

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [rc.conf]don't succeed connecting to my box

HOSTNAME="hellokitty"
eth1="dhcp"
INTERFACES=(eth1)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
#NETWORKS=(main)
DAEMONS=(... network ...)

Last edited by Mr.Elendig (2009-07-02 20:37:57)


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

Board footer

Powered by FluxBB