LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 07-02-2004, 03:52 AM   #1
wiggur
LQ Newbie
 
Registered: Jun 2004
Location: Sweden
Posts: 6

Rep: Reputation: 0
Cant get any pages from internet, HELP!


I have updated my Mandrake 9.2 system and after that i cant gat any pages frpm internet. I use kppp to dial-up and it connects to internet without any problems. But when I write an adress in Mozilla or Konqurer it tells me to check if the adress is right.

What has got wrong?
When I write in the terminal /sbin/ifconfig eth0
It replaies:
Lin encap: Ethernet HWaddr
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 frame:0 carrier:0 collisions:0 txquelen:100
Interupt:10 Baseadress:0xd000
 
Old 07-02-2004, 06:31 AM   #2
dawood
LQ Newbie
 
Registered: Dec 2002
Location: Pune
Posts: 21

Rep: Reputation: 15
when u connect to the internet are u able to ping the IP adrress which u got from ur ISP.
Just check and let us know
 
Old 07-02-2004, 06:36 AM   #3
ppuru
Senior Member
 
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791

Rep: Reputation: 50
check the contents of /etc/resolv.conf

Check your gateway too

#netstat -nr

You need to /sbin/ifconfig -a OR /sbin/ifconfig ppp0 while dialed-in to your ISP.

Last edited by ppuru; 07-02-2004 at 06:37 AM.
 
Old 07-02-2004, 06:59 AM   #4
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Try going to http://216.239.51.147. If that works, and www.google.com doesn't, then you will need to configure the DNS (get the addresses from your ISP, and put them in KPPP).
 
Old 07-02-2004, 07:08 AM   #5
wiggur
LQ Newbie
 
Registered: Jun 2004
Location: Sweden
Posts: 6

Original Poster
Rep: Reputation: 0
Thank you, I will try his in the weekend.
 
Old 07-02-2004, 07:54 AM   #6
ph4nt0m
LQ Newbie
 
Registered: Nov 2003
Location: UK
Posts: 15

Rep: Reputation: 0
This may be more than a resolving issue - your receive (RX) and transmit (TX) counters on interface eth0 are both 0 - even if you haven't tried to get out anywhere, these should have incremented when your dialup connection completed the handshake. So it may be a problem with Mandrake recognising the interface itself, regardless of resolving issues (your /etc/resolv.conf should have been left intact by an upgrade).

That is assuming your dialup interface IS eth0?
 
Old 07-02-2004, 12:46 PM   #7
wiggur
LQ Newbie
 
Registered: Jun 2004
Location: Sweden
Posts: 6

Original Poster
Rep: Reputation: 0
What shall I look for in /etc/resolv.conf? There are 2 IP-adresses that donīt are the same as the IP I see in kppp when I have dialed up my ISP.

netstat -nr says:
[root@localhost /]# netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
62.209.191.129 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 62.209.191.129 0.0.0.0 UG 0 0 0 ppp0


ifconfig -a says:
[root@localhost sbin]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:04:75:AD:3F:A0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:10 Base address:0xd000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:168 errors:0 dropped:0 overruns:0 frame:0
TX packets:168 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:12862 (12.5 Kb) TX bytes:12862 (12.5 Kb)

ppp0 Link encap:Point-to-Point Protocol
inet addr:62.209.191.227 P-t-P:62.209.191.129 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:5 errors:1 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:162 (162.0 b) TX bytes:87 (87.0 b

I got this message when I try to ping google:
[root@localhost /]# ping 216.239.51.147
PING 216.239.51.147 (216.239.51.147) 56(84) bytes of data.
From 62.209.191.227 icmp_seq=1 Destination Host Unreachable
From 62.209.191.227 icmp_seq=1 Destination Host Unreachable
From 62.209.191.227 icmp_seq=1 Destination Host Unreachable
From 62.209.191.227 icmp_seq=1 Destination Host Unreachable
From 62.209.191.227 icmp_seq=1 Destination Host Unreachable
From 62.209.191.227 icmp_seq=1 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 62.209.191.227 icmp_seq=2 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 62.209.191.227 icmp_seq=3 Destination Host Unreachable
ping: sendmsg: Operation not permitted

Anyone who gets any idea what the problem is?
 
Old 07-03-2004, 02:28 AM   #8
ppuru
Senior Member
 
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791

Rep: Reputation: 50
Please confirm whether you can ping to 62.209.191.129 whihc is your gateway.

Quote:
From 62.209.191.227 icmp_seq=1 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 62.209.191.227 icmp_seq=2 Destination Host Unreachable
ping: sendmsg: Operation not permitted
IF your firewall rules (iptables) are active, try switching it off

#service iptables stop

and try pinging / connecting to the net.

If you are able to ping/browse with iptables stopped, you may need to fine tune your firewall rules.
 
Old 07-04-2004, 09:04 AM   #9
wiggur
LQ Newbie
 
Registered: Jun 2004
Location: Sweden
Posts: 6

Original Poster
Rep: Reputation: 0
THANK YOU EVERYONE!

service iptables stop solved my problems.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problems loading internet pages even though connected jamsy Linux - Wireless Networking 1 10-26-2005 12:51 PM
Cannot view internet pages schismatic Linux - Networking 2 07-27-2005 02:06 AM
Internet connected - cant view pages. chris_bell Mandriva 4 12-07-2004 11:50 PM
Slow internet (for certain pages :S) i30i3i3y Linux - Networking 3 11-01-2004 01:28 PM
NO pages will load after internet connection has been made! aweir14150 Mandriva 2 02-25-2004 12:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration