Networking Forums

Networking Forums > Computer Networking > Linux Networking > Very strange problem

Reply
Thread Tools Display Modes

Very strange problem

 
 
nikko
Guest
Posts: n/a

 
      02-23-2004, 04:10 AM
I have a linux box that I was using as a webserver connected to an
isdn router that worked great. I just tapped into my neighbors who
have a wireless ISP but something is strange. I run an ethernet line
from my neighbors 10.x router to another router which serves te 192.x
subnet where my webserver lives. Port forwarding is turned on for
port 80.

Now from the internet, I can server up any page that is 1k or smaller
- anything else causes the browser to spin forever. I could not find
anything in the router gui to see a bottleneck - could my ISp be doing
this?
 
Reply With Quote
 
 
 
 
Alexander Clouter
Guest
Posts: n/a

 
      02-23-2004, 09:43 PM
On 2004-02-23, nikko <(E-Mail Removed)> wrote:
> [naughty naughty-ness]
>
> Now from the internet, I can server up any page that is 1k or smaller
> - anything else causes the browser to spin forever. I could not find
> anything in the router gui to see a bottleneck - could my ISp be doing
> this?
>

Set your MTU to about 1410 or less:

ifconfig eth0 mtu 1410

where eth0 is whatever the NIC is you are using. This should really be fixed
with Path-MTU discovery (in /proc/sys/net/ipv4/conf/ ) but for some reason is
not working for you.

Have fun

Alex
 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      02-24-2004, 08:23 PM
Alexander Clouter wrote:
> On 2004-02-23, nikko <(E-Mail Removed)> wrote:
>
>>[naughty naughty-ness]
>>
>>Now from the internet, I can server up any page that is 1k or smaller
>>- anything else causes the browser to spin forever. I could not find
>>anything in the router gui to see a bottleneck - could my ISp be doing
>>this?
>>

>
> Set your MTU to about 1410 or less:
>
> ifconfig eth0 mtu 1410
>
> where eth0 is whatever the NIC is you are using. This should really be fixed
> with Path-MTU discovery (in /proc/sys/net/ipv4/conf/ ) but for some reason is
> not working for you.
>


I have heard that there are clueless netadmins blocking all ICMP
messages to get rid of ping probing. Maybe it's working here?

Tauno Voipio
tauno voipio @ iki fi

 
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
Strange MTU Problem Geoff Lane Linux Networking 29 06-04-2008 07:07 PM
Strange problem: no problem with Linux, when I boot windows 2K network is down... Santa Linux Networking 11 11-29-2004 06:46 AM
strange problem puzzled Windows Networking 1 01-16-2004 06:37 PM
Very strange problem Alex Shi Linux Networking 0 09-15-2003 11:39 PM
strange problem vimal Windows Networking 0 08-04-2003 07:20 AM



1 2 3 4 5 6 7 8 9 10 11