You are not logged in.
HI, I installed arch and if I run /etc/rc.d/network restart it says
:: Stopping Network [DONE]
:: Starting Network [BUSY]
SIOCADDRT: No such processI 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 0after 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. ![]()
Last edited by astacus (2008-05-20 20:33:07)
Offline
I believe you need to check your 'route -n' output or paste it here and we'll do it for you.
Offline
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 eth0Offline
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
I can ping my router and my addres is 192.168.30.22
Offline