You are not logged in.
Well, I've recently went distro hopping (well okay, OS hopping)
and before i had arch connecting staticly with this network setting in rc.conf.
eth0="eth0 192.168.1.100 netmask 255.255.255.0 broadcast 192.168.1.255"
INTERFACES=(eth0)
gateway="default gw 192.168.1.1"
ROUTES=(gateway)
They are the same under both installs, nothing weird about them at all.
Nor is there anything odd i can see in /etc/hosts and /etc/resolv.conf.
I'm assuming its an arch problem.
Offline
What is the actual problem? You've given good detail about your configuration, but not much detail about the problem ![]()
Last edited by fukawi2 (2010-01-28 08:32:29)
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
It doesnt give me any errors, it just wont connect, so no internet.
Offline
What is "it" that won't connect? Your browser?
Can you ping your gateway?
Can you ping other computers/devices on your local network?
Can you ping google.com?
What comes up in your browser when try to browse a site?
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
What is "it" that won't connect? Your browser?
Can you ping your gateway?
Can you ping other computers/devices on your local network?
Can you ping google.com?
What comes up in your browser when try to browse a site?
"Won't connect" meaning cannot ping remote networks, I can ping my router (gateway)
Offline
Right, now we're getting somewhere...
Being able to ping the router/gateway sound like the default route isn't right. Is the default route being set correctly? Is that definitely the correct gateway? Post the output of `route -n`
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
yes it is, 192.168.1.1, I also manually add them via route. Using dhcpcd my gateway is still 192.168.1.1
Offline
What is the output of the following commands?
ifconfig eth0
route -n
cat /etc/resolv.confAre you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
eth0 Link encap:Ethernet HWaddr 00:22:68:09:E0:E4
inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::222:68ff:fe09:e0e4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:268046 errors:0 dropped:0 overruns:0 frame:0
TX packets:172106 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:370975329 (353.7 Mb) TX bytes:15373246 (14.6 Mb)
Interrupt:26
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 202 0 0 eth0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
0.0.0.0 192.168.1.1 0.0.0.0 UG 202 0 0 eth0
# Generated by dhcpcd from eth0
# /etc/resolv.conf.head can replace this line
domain hsd1.ky.comcast.net.
nameserver 68.87.68.166
nameserver 68.87.74.166
# /etc/resolv.conf.tail can replace this lineThats all three, btw Have you noticed slower connection speed in arch, had to boot an opensuse livecd yesterday to fix something, and the connection speed was incredible, web browser was much much faster, I believe this is arch's fault not opensuse doing something special, as the speed is the same with other Gnu/linux live cd's.
Offline
Is that after a fresh reboot, with the same configuration in rc.conf as your original post?
For some reason you have 2 default gateways configured which is going to confuse things. Have you accidentally got some duplicate configuration in your rc.conf perhaps?
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
actually, not after a fresh reboot. I will reboot and post back.
Offline