PDA

View Full Version : No Internet


That Guy
2006-05-12, 08:49 PM CDT
Hi I have a westell modem/router model 327w and i have it set to static ip. So I installed Fedora Core 5 and I type in all the info ip ect. When I opened the network menu it sas its connected and running. Everything looks fine but I cant go on websites or use gaim. So its saying im connected when im realy not. :mad: Can anyone help me im kinda a noob.

jhetrick62
2006-05-12, 08:59 PM CDT
Post the output of the following:

ifconfig
cat /etc/hosts
cat /etc/resolv.conf

Jeff

That Guy
2006-05-12, 09:38 PM CDT
All it said was my dns servers and ip info

( wierd thing when i typed ifconfig it said invalid command is the a diff terminal i should be typing this stuff in )

jhetrick62
2006-05-12, 10:03 PM CDT
Well, I'm looking for the host info in particular. Did you name your box or leave it localhost@localdomain?

That Guy
2006-05-12, 10:16 PM CDT
The host is myhome.westell.com

aniketv
2006-05-12, 10:37 PM CDT
Post the output of the following:

ifconfig
cat /etc/hosts
cat /etc/resolv.conf

Jeff
well just for the info...
it should be "/sbin/ifconfig" instead of just "ifconfig" because /sbin is not in the path by default.
please post(copy paste!) these outputs , so we can help you ...

Skunk Worx
2006-05-12, 10:38 PM CDT
All it said was my dns servers and ip info

( wierd thing when i typed ifconfig it said invalid command is the a diff terminal i should be typing this stuff in )

Try this :

$ ping fedoraforum.org
PING fedoraforum.org (70.85.88.134) 56(84) bytes of data.
64 bytes from 70.85.88.134 (70.85.88.134): icmp_seq=1 ttl=50 time=108 ms
...
(ctrl-c to get out)

and

$ /sbin/ifconfig
(info)

If the ping doesn't work, does the fourth line for ifconfig of eth0 show UP? e,g;
UP BROADCAST RUNNING MULTICAST

---
John

That Guy
2006-05-13, 08:00 PM CDT
It said UP BROADCAST RUNNING MULTICAST NTU 1500 METRIC:1

Skunk Worx
2006-05-13, 10:53 PM CDT
And did the ping by name work? google.com or fedoraforum.org should work. a little.

if you let 20 seconds of ping run, then ctrl-c out, are there any TX or RX errors in the ifconfig output? e.g;

The last message from ping should be something like :
20 packets transmitted, 20 received, 0% packet loss, time 42139ms

and ifconfig :

RX packets:8326229 errors:0 dropped:0 overruns:0 frame:0
TX packets:6259834 errors:0 dropped:0 overruns:0 carrier:0

---
John