You are not logged in.

#1 2008-05-17 12:15:50

astacus
Member
Registered: 2008-03-30
Posts: 6

[SOLVED]starting network: SIOCADDRT: No such process

HI, I installed arch and if I run /etc/rc.d/network restart it says

:: Stopping Network [DONE]
:: Starting Network [BUSY] 
SIOCADDRT: No such process

I found this http://bugs.archlinux.org/task/9960 in bugs and then I comment out these three lines

"$(/sbin/ifconfig ${1} 2>/dev/null |\
/bin/grep -v 'inet6 addr: fe80:' |\
/bin/grep -e 'inet addr:' -e 'inet6 addr:')" ] && return 0

after restart network there's no error message but network do not work.
I have adjusdted ip addres, gateway, mask and DNS servers.
Knows anyone where's the problem?
PS:Sorry for my english, it's really bad. smile

Last edited by astacus (2008-05-20 20:33:07)

Offline

#2 2008-05-17 12:38:50

ido
Member
Registered: 2007-09-15
Posts: 28

Re: [SOLVED]starting network: SIOCADDRT: No such process

I believe you need to check your 'route -n' output or paste it here and we'll do it for you.

Offline

#3 2008-05-18 16:05:44

astacus
Member
Registered: 2008-03-30
Posts: 6

Re: [SOLVED]starting network: SIOCADDRT: No such process

here it is

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.30.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
0.0.0.0         192.168.30.1    0.0.0.0         UG    0      0        0 eth0

Offline

#4 2008-05-19 07:49:49

ido
Member
Registered: 2007-09-15
Posts: 28

Re: [SOLVED]starting network: SIOCADDRT: No such process

Make sure that your router is configured with the right ip address (192.168.30.1) and that you can ping it. Also be sure to set your ip in the 192.168.30.0/24 range (i.e 192.168.30.2).

Offline

#5 2008-05-19 19:24:49

astacus
Member
Registered: 2008-03-30
Posts: 6

Re: [SOLVED]starting network: SIOCADDRT: No such process

I can ping my router and my addres is 192.168.30.22

Offline

Board footer

Powered by FluxBB