Networking Forums

Networking Forums > Computer Networking > Linux Networking > Cannot access external pages

Reply
Thread Tools Display Modes

Cannot access external pages

 
 
Will Hayworth
Guest
Posts: n/a

 
      11-14-2004, 06:37 PM
I can't access pages outside my network from my SuSE 9.1 laptop; and I
can access my router configuration pages. I've tried stopping the
firewall, to no avail; I've tried using raw IP addresses to access
external pages (to avoid engaging DNS), too. How can I fix this?

It turns out that I can access a webpage from my server, however, so
the internal access is fine. However, external access is still
unavailable. Also, when I use an Ethernet cable, access to external
pages works fine. The main problem is external access using my
Centrino wireless card. The card is initialized and works fine for
internal access.

Also, I'm getting an IP from DHCP. I tried using a static IP, but it
made no difference. I can access everything from everywhere else on
the network.
 
Reply With Quote
 
 
 
 
Michael Heiming
Guest
Posts: n/a

 
      11-14-2004, 07:59 PM
In comp.os.linux.networking Will Hayworth <(E-Mail Removed)>:
> I can't access pages outside my network from my SuSE 9.1 laptop; and I
> can access my router configuration pages. I've tried stopping the
> firewall, to no avail; I've tried using raw IP addresses to access
> external pages (to avoid engaging DNS), too. How can I fix this?


> It turns out that I can access a webpage from my server, however, so
> the internal access is fine. However, external access is still
> unavailable. Also, when I use an Ethernet cable, access to external
> pages works fine. The main problem is external access using my
> Centrino wireless card. The card is initialized and works fine for
> internal access.


Sounds as if you are simply missing the proper default gateway,
if your wireless NIC is up. If you can't get it going, show us
the output of:

netstat -rn

[..]

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 352: The cables are not the same length.
 
Reply With Quote
 
Will Hayworth
Guest
Posts: n/a

 
      11-16-2004, 01:39 AM
Here are the results of netstat -rn:

Kernel IP Routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lt

By the way, thanks for your help!

Michael Heiming <michael+(E-Mail Removed)> wrote in message news:<phtk62-(E-Mail Removed)>...
> In comp.os.linux.networking Will Hayworth <(E-Mail Removed)>:
> > I can't access pages outside my network from my SuSE 9.1 laptop; and I
> > can access my router configuration pages. I've tried stopping the
> > firewall, to no avail; I've tried using raw IP addresses to access
> > external pages (to avoid engaging DNS), too. How can I fix this?

>
> > It turns out that I can access a webpage from my server, however, so
> > the internal access is fine. However, external access is still
> > unavailable. Also, when I use an Ethernet cable, access to external
> > pages works fine. The main problem is external access using my
> > Centrino wireless card. The card is initialized and works fine for
> > internal access.

>
> Sounds as if you are simply missing the proper default gateway,
> if your wireless NIC is up. If you can't get it going, show us
> the output of:
>
> netstat -rn
>
> [..]

 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      11-16-2004, 06:48 PM
Will Hayworth wrote:
> Michael Heiming <michael+(E-Mail Removed)> wrote in message news:<phtk62-(E-Mail Removed)>...
>
>>In comp.os.linux.networking Will Hayworth <(E-Mail Removed)>:
>>
>>>I can't access pages outside my network from my SuSE 9.1 laptop; and I
>>>can access my router configuration pages. I've tried stopping the
>>>firewall, to no avail; I've tried using raw IP addresses to access
>>>external pages (to avoid engaging DNS), too. How can I fix this?

>>
>>
>>
>>>It turns out that I can access a webpage from my server, however, so
>>>the internal access is fine. However, external access is still
>>>unavailable. Also, when I use an Ethernet cable, access to external
>>>pages works fine. The main problem is external access using my
>>>Centrino wireless card. The card is initialized and works fine for
>>>internal access.

>>
>>Sounds as if you are simply missing the proper default gateway,
>>if your wireless NIC is up. If you can't get it going, show us
>>the output of:
>>
>> netstat -rn
>>
>>[..]


--- top-posting corrected, tv ---

> Here are the results of netstat -rn:
>
> Kernel IP Routing table
> Destination Gateway Genmask Flags MSS Window irtt Iface
> 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
> 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
> 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lt
>
> By the way, thanks for your help!



Try this:

route add default gw 192.168.1.x

Replace the x with the address of your gateway host. If that
works, you should add the route command to the WLAN card up script.

Also, the link-local route to 169.254.0.0/16 should be deleted.

HTH

--

Tauno Voipio
tauno voipio (at) iki fi

 
Reply With Quote
 
Will Hayworth
Guest
Posts: n/a

 
      11-17-2004, 12:38 AM
Tauno Voipio <(E-Mail Removed)> wrote in message news:<EQsmd.811$(E-Mail Removed)>...
> Will Hayworth wrote:
> > Michael Heiming <michael+(E-Mail Removed)> wrote in message news:<phtk62-(E-Mail Removed)>...
> >
> >>In comp.os.linux.networking Will Hayworth <(E-Mail Removed)>:
> >>
> >>>I can't access pages outside my network from my SuSE 9.1 laptop; and I
> >>>can access my router configuration pages. I've tried stopping the
> >>>firewall, to no avail; I've tried using raw IP addresses to access
> >>>external pages (to avoid engaging DNS), too. How can I fix this?
> >>
> >>
> >>
> >>>It turns out that I can access a webpage from my server, however, so
> >>>the internal access is fine. However, external access is still
> >>>unavailable. Also, when I use an Ethernet cable, access to external
> >>>pages works fine. The main problem is external access using my
> >>>Centrino wireless card. The card is initialized and works fine for
> >>>internal access.
> >>
> >>Sounds as if you are simply missing the proper default gateway,
> >>if your wireless NIC is up. If you can't get it going, show us
> >>the output of:
> >>
> >> netstat -rn
> >>
> >>[..]

>
> --- top-posting corrected, tv ---
>
> > Here are the results of netstat -rn:
> >
> > Kernel IP Routing table
> > Destination Gateway Genmask Flags MSS Window irtt Iface
> > 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
> > 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
> > 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lt
> >
> > By the way, thanks for your help!

>
>
> Try this:
>
> route add default gw 192.168.1.x
>
> Replace the x with the address of your gateway host. If that
> works, you should add the route command to the WLAN card up script.
>
> Also, the link-local route to 169.254.0.0/16 should be deleted.
>
> HTH


I've been having trouble inputting that command. How should I enter
it?
Oh, and by the way, today I disabled my Ethernet card and managed to
get access, albeit the first page/host loads EXTREMELY slowly (most of
the time is taken on the "resolving host" step) and the rest also load
slowly compared with my other computers (I'm using Firefox).
 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      11-17-2004, 06:16 PM
In comp.os.linux.networking Will Hayworth <(E-Mail Removed)>:
> Tauno Voipio <(E-Mail Removed)> wrote in message news:<EQsmd.811$(E-Mail Removed)>...
>> Will Hayworth wrote:
>> > Michael Heiming <michael+(E-Mail Removed)> wrote in message news:<phtk62-(E-Mail Removed)>...
>> >
>> >>In comp.os.linux.networking Will Hayworth <(E-Mail Removed)>:
>> >>
>> >>>I can't access pages outside my network from my SuSE 9.1 laptop; and I
>> >>>can access my router configuration pages. I've tried stopping the
>> >>>firewall, to no avail; I've tried using raw IP addresses to access
>> >>>external pages (to avoid engaging DNS), too. How can I fix this?
>> >>
>> >>
>> >>
>> >>>It turns out that I can access a webpage from my server, however, so
>> >>>the internal access is fine. However, external access is still
>> >>>unavailable. Also, when I use an Ethernet cable, access to external
>> >>>pages works fine. The main problem is external access using my
>> >>>Centrino wireless card. The card is initialized and works fine for
>> >>>internal access.
>> >>
>> >>Sounds as if you are simply missing the proper default gateway,
>> >>if your wireless NIC is up. If you can't get it going, show us
>> >>the output of:
>> >>
>> >> netstat -rn
>> >>
>> >>[..]

>>
>> --- top-posting corrected, tv ---
>>
>> > Here are the results of netstat -rn:
>> >
>> > Kernel IP Routing table
>> > Destination Gateway Genmask Flags MSS Window irtt Iface
>> > 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
>> > 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
>> > 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lt
>> >
>> > By the way, thanks for your help!

>>
>>
>> Try this:
>>
>> route add default gw 192.168.1.x
>>
>> Replace the x with the address of your gateway host. If that
>> works, you should add the route command to the WLAN card up script.
>>
>> Also, the link-local route to 169.254.0.0/16 should be deleted.
>>
>> HTH


This is fine, no need to delete this route, check RFC 3330
(www.faqs.org) for more info.


> I've been having trouble inputting that command. How should I enter
> it?


route add default gw 192.168.1.x

replace x with the correct number check what your other system
use as default gateway and enter as root. Double check with
'netstat -rn' and compare with the output you already showed us.


> Oh, and by the way, today I disabled my Ethernet card and managed to
> get access, albeit the first page/host loads EXTREMELY slowly (most of
> the time is taken on the "resolving host" step) and the rest also load
> slowly compared with my other computers (I'm using Firefox).


Sound like you missed putting the proper DNS server in
/etc/resolv.conf, edit this file and retry.
--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 352: The cables are not the same length.
 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      11-17-2004, 06:57 PM
In comp.os.linux.networking Michael Heiming
<michael+(E-Mail Removed)>:
> In comp.os.linux.networking Will Hayworth
> <(E-Mail Removed)>:
>> Tauno Voipio <(E-Mail Removed)> wrote in
>> message news:<EQsmd.811$(E-Mail Removed)>...
>>> Will Hayworth wrote:
>>> > Michael Heiming <michael+(E-Mail Removed)> wrote in
>>> > message news:<phtk62-(E-Mail Removed)>...
>>> >
>>> >>In comp.os.linux.networking Will Hayworth
>>> >><(E-Mail Removed)>:
>>> >>
>>> >>>I can't access pages outside my network from my SuSE 9.1
>>> >>>laptop; and I can access my router configuration pages.

[..]
>>> >>
>>> >> netstat -rn
>>> >>
>>> >>[..]
>>>
>>> --- top-posting corrected, tv ---
>>>
>>> > Here are the results of netstat -rn:
>>> >
>>> > Kernel IP Routing table Destination Gateway Genmask
>>> > Flags MSS Window irtt Iface 192.168.1.0 0.0.0.0
>>> > 255.255.255.0 U 0 0 0 eth1 169.254.0.0
>>> > 0.0.0.0 255.255.0.0 U 0 0 0 eth1
>>> > 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0
>>> > lt
>>> >
>>> > By the way, thanks for your help!
>>>
>>>
>>> Try this:
>>>
>>> route add default gw 192.168.1.x
>>>
>>> Replace the x with the address of your gateway host. If that
>>> works, you should add the route command to the WLAN card up
>>> script.
>>>
>>> Also, the link-local route to 169.254.0.0/16 should be
>>> deleted.
>>>
>>> HTH


> This is fine, no need to delete this route, check RFC 3330
> (www.faqs.org) for more info.


Meant to say, it won't do any harm.


>> I've been having trouble inputting that command. How should I enter
>> it?


> route add default gw 192.168.1.x


> replace x with the correct number check what your other system
> use as default gateway and enter as root. Double check with
> 'netstat -rn' and compare with the output you already showed us.


SImply use your router IP.

>> Oh, and by the way, today I disabled my Ethernet card and managed to
>> get access, albeit the first page/host loads EXTREMELY slowly (most of
>> the time is taken on the "resolving host" step) and the rest also load
>> slowly compared with my other computers (I'm using Firefox).


> Sound like you missed putting the proper DNS server in
> /etc/resolv.conf, edit this file and retry.


--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 139: UBNC (user brain not connected)
 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      11-17-2004, 07:33 PM
Michael Heiming wrote:
>>>>
>>>>Also, the link-local route to 169.254.0.0/16 should be
>>>>deleted.

>
>>This is fine, no need to delete this route, check RFC 3330
>>(www.faqs.org) for more info.

>
>
> Meant to say, it won't do any harm.
>


Please read the zero-configuration spec again. A link-local
address should never be routed out of the local network.
Neither should a link-local address ever be manually
configured or left up if a valid address is otherwise
configured (e.g. DHCP).

There is also a special ARP protocol to negotiate the
last 16 bits of the link-local address (169.254.x.y).

--

Tauno Voipio
tauno voipio (at) iki fi

 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      11-17-2004, 10:08 PM
In comp.os.linux.networking Tauno Voipio <(E-Mail Removed)>:
> Michael Heiming wrote:
>>>>>
>>>>>Also, the link-local route to 169.254.0.0/16 should be
>>>>>deleted.

>>
>>>This is fine, no need to delete this route, check RFC 3330
>>>(www.faqs.org) for more info.

>>
>>
>> Meant to say, it won't do any harm.


> Please read the zero-configuration spec again. A link-local
> address should never be routed out of the local network.


Yup, it shouldn't and it won't looking at his routing table, it's
unrelated to his problem.

169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1

[..]

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 231: We had to turn off that service to comply
with the CDA Bill.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Different external IP address for different "show my IP" pages!!! GlowingBlueMist Network Routers 18 09-24-2010 09:14 PM
Re: Different external IP address for different "show my IP" pages!!! Char Jackson Network Routers 4 09-23-2010 01:46 AM
Re: Different external IP address for different "show my IP" pages!!! Bob K Network Routers 0 09-22-2010 02:36 AM
Re: Different external IP address for different "show my IP" pages!!! Kerry Liles Network Routers 3 09-21-2010 09:00 PM
PPP OK but no access to pages Tauno Voipio Linux Networking 2 02-09-2004 02:01 PM



1 2 3 4 5 6 7 8 9 10 11