Networking Forums

Networking Forums > Computer Networking > Linux Networking > LAN or provider problem?

Reply
Thread Tools Display Modes

LAN or provider problem?

 
 
Tim Boneko
Guest
Posts: n/a

 
      08-20-2005, 12:52 AM
Hi,
i have a small networking problem. A debian server connects the LAN to
the internet, does the routing, DNS and proxy. Almost everything works
fine - but i can´t access two or three sites, not a bit. Most probably
there are more sites unaccessible which i just don´t know, but
www.ebay.de is definitely unreachable. Ping packet loss is 100%,
traceroute gets lost after 3 hops without error. Is this rather a
routing problem of the provider or something i screwed up?
Any hints?

timbo
--
Reply to: tim at boneko dot de
 
Reply With Quote
 
 
 
 
James Knott
Guest
Posts: n/a

 
      08-20-2005, 01:22 AM
Tim Boneko wrote:

> Hi,
> i have a small networking problem. A debian server connects the LAN to
> the internet, does the routing, DNS and proxy. Almost everything works
> fine - but i can´t access two or three sites, not a bit. Most probably
> there are more sites unaccessible which i just don´t know, but
> www.ebay.de is definitely unreachable. Ping packet loss is 100%,
> traceroute gets lost after 3 hops without error. Is this rather a
> routing problem of the provider or something i screwed up?
> Any hints?


It's probably a routing problem somewhere, but just to be sure, try
connecting another computer directly to your internet connection and see
what happens.

FWIW, I can't traceroute to it either.

 
Reply With Quote
 
Martin Blume
Guest
Posts: n/a

 
      08-20-2005, 11:25 AM
"Tim Boneko" schrieb
> Hi,
> i have a small networking problem. A debian server connects the

LAN to
> the internet, does the routing, DNS and proxy. Almost everything

works
> fine - but i can´t access two or three sites, not a bit. Most

probably
> there are more sites unaccessible which i just don´t know, but
> www.ebay.de is definitely unreachable. Ping packet loss is 100%,
> traceroute gets lost after 3 hops without error. Is this rather a
> routing problem of the provider or something i screwed up?
> Any hints?
>

While the article
http://portal.suse.com/sdb/en/2001/11/cg_internet.html
strictly only applies to SUSE (especially in the configuration files
that have
to be tweaked), it may help you.

HTH
Martin


 
Reply With Quote
 
Max
Guest
Posts: n/a

 
      08-20-2005, 09:46 PM
Tim Boneko schreef:
> Hi,
> i have a small networking problem. A debian server connects the LAN to
> the internet, does the routing, DNS and proxy. Almost everything works
> fine - but i can´t access two or three sites, not a bit. Most probably
> there are more sites unaccessible which i just don´t know, but
> www.ebay.de is definitely unreachable. Ping packet loss is 100%,
> traceroute gets lost after 3 hops without error. Is this rather a
> routing problem of the provider or something i screwed up?
> Any hints?
>
> timbo


I can't ping nor traceroute www.ebay.de either, but accessing it on port
80 works and also in a browser. What is the address you get from your
DNS? I get 66.135.208.95 (hp-intl-de.ebay.com).

--
Max

Open Source is an ode to common sense
 
Reply With Quote
 
Tim Boneko
Guest
Posts: n/a

 
      08-23-2005, 08:47 AM
Max schrieb:

> I can't ping nor traceroute www.ebay.de either, but accessing it on port
> 80 works and also in a browser. What is the address you get from your
> DNS? I get 66.135.208.95 (hp-intl-de.ebay.com).


Same address, but no ping, no data at all.
I connected another computer to the link as James Knott suggested, no
problems with any site. I don´t know where to start digging now!
Does anyone have an idea?

timbo
--
Reply to tim at boneko dot de
 
Reply With Quote
 
Mark Broadbent
Guest
Posts: n/a

 
      08-23-2005, 10:30 AM
Tim Boneko wrote:
> Max schrieb:
>
>
>>I can't ping nor traceroute www.ebay.de either, but accessing it on port
>>80 works and also in a browser. What is the address you get from your
>>DNS? I get 66.135.208.95 (hp-intl-de.ebay.com).

>
>
> Same address, but no ping, no data at all.
> I connected another computer to the link as James Knott suggested, no
> problems with any site. I don´t know where to start digging now!
> Does anyone have an idea?


Try reducing the MTU value of your WAN facing interface. It sounds like
your box is attempting MTU discovery but the ebay site is not sending
back the ICMP responses required to make it work. It's actually a
misconfiguration on the there side not yours.

Thanks
Mark
 
Reply With Quote
 
Tim Boneko
Guest
Posts: n/a

 
      08-23-2005, 01:17 PM
Hi Mark,

Mark Broadbent schrieb:

> Try reducing the MTU value of your WAN facing interface. It sounds like


That was actually the problem. I had heard of that mtu setting problem
and reduced the mtu to 1420 (don´t know why that low...)
Resetting it to 1492 fixed the problem. BTW, www.postbank.de was also
affected.

Thanks to you all!

timbo
--
Reply to tim at boneko dot de
 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      08-23-2005, 05:12 PM
> Mark Broadbent schrieb:
>
>
>>Try reducing the MTU value of your WAN facing interface. It sounds like

>

Tim Boneko wrote:
> Hi Mark,
>
>
> That was actually the problem. I had heard of that mtu setting problem
> and reduced the mtu to 1420 (don´t know why that low...)
> Resetting it to 1492 fixed the problem. BTW, www.postbank.de was also
> affected.


There may ba a firewall eating all ICMP messages on the way.

Please check yours that the 'Fragmentation needed, but
DF bit set' ICMP messages are not blocked.

--

Tauno Voipio
tauno voipio (at) iki fi

 
Reply With Quote
 
David Schwartz
Guest
Posts: n/a

 
      08-23-2005, 09:45 PM

"Tim Boneko" <(E-Mail Removed)> wrote in message
news:430b2154$0$2119$(E-Mail Removed)...

> Hi Mark,
>
> Mark Broadbent schrieb:
>
>> Try reducing the MTU value of your WAN facing interface. It sounds like

>
> That was actually the problem. I had heard of that mtu setting problem
> and reduced the mtu to 1420 (don´t know why that low...)
> Resetting it to 1492 fixed the problem. BTW, www.postbank.de was also
> affected.
>
> Thanks to you all!


The problem is almost definitely some idiot with a misconfigured
firewall. ICMP is an Internet host requirement, it is not optional.

Check to make sure the idiot isn't you.

DS


 
Reply With Quote
 
Tim Boneko
Guest
Posts: n/a

 
      08-25-2005, 12:14 PM
David Schwartz schrieb:

> Check to make sure the idiot isn't you.


Wouldn't be the first time...
Thx,

timbo
--
Reply to: tim at boneko dot de
 
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
a very stange networking problem with a WiFi provider in France borepstein@gmail.com Wireless Internet 6 08-06-2007 09:25 PM
Is my problem the router or the provider? Paul Broadband 6 07-12-2006 09:22 AM
help about nat and internet service provider problem!! (kernel module) Giacomo Linux Networking 2 08-26-2005 06:37 PM
Which Provider? george Broadband 10 10-17-2003 06:56 PM
Which provider TraceyAMcB Broadband 20 07-30-2003 12:55 AM



1 2 3 4 5 6 7 8 9 10 11