PDA

View Full Version : Cant browse web pages


coldmeadow
22nd August 2006, 10:15 AM
Hi

I can ping web pages, eg ping www.google.com

I can ping router ping 10.1.1.1

I can ping other computers on network ping 10.1.1.4

Now when I try ifconfig as root I get "command not found", do I need to load a package?

I can update packages.


Thanks

ccrvic
22nd August 2006, 10:26 AM
Now when I try ifconfig as root I get "command not found"

How did you become root?

Vic.

coldmeadow
22nd August 2006, 10:28 AM

by typing su

ccrvic
22nd August 2006, 10:29 AM
by typing su

You should have typed "su -".

man su for the reason why.

Vic.

coldmeadow
22nd August 2006, 10:35 AM
Thnxs for that. I still cant see anything thats wrong in there. Is there anything I should be looking for that could give me a reason why a cannot browse?

coldmeadow
22nd August 2006, 10:49 AM
Any ideas?


eth0 Link encap:Ethernet HWaddr 00:0D:88:44:29:DF
inet addr:10.1.1.2 Bcast:10.255.255.255 Mask:255.0.0.0
inet6 addr: fe80::20d:88ff:fe44:29df/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:329 errors:0 dropped:0 overruns:0 frame:0
TX packets:89 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:59044 (57.6 KiB) TX bytes:9641 (9.4 KiB)
Interrupt:5 Base address:0x4f00

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2223 errors:0 dropped:0 overruns:0 frame:0
TX packets:2223 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2340147 (2.2 MiB) TX bytes:2340147 (2.2 MiB)

ccrvic
22nd August 2006, 10:52 AM
Thnxs for that. I still cant see anything thats wrong in there. Is there anything I should be looking for that could give me a reason why a cannot browse?

Ethereal will tell you what's going on; without data, we can only guess.

One thing I could mention is that I've seen issues with IPv6 before; you should probably check that IPv6 is disabled in Firefox. Google will tell you how.

Vic.

coldmeadow
22nd August 2006, 10:59 AM
Thnx again. I cant even open firefox!

coldmeadow
22nd August 2006, 11:17 AM
Great work, thanks alot! It did finaly open, typed in about:config in the address bar, dissabled ipv6 and woohoo cheers.