(E-Mail Removed) <(E-Mail Removed)> wrote:
> I have a strange Problem with my SuSE 9.1 router:
> everything generally seems to work fine: pop / imap /web works fine
> from inside my LAN except:
> I cannot view some websites (e.g slashdot and some others ) from any
> workstation inside my lan.
> when i ssh my router and use w3m to access - say slashdot - from my
> router, it works. So I gues its not a DNS prob, right ?
Right.
> I reduced my iptables config to:
> iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
> ( ppp0 does pptp )
What follows is a kind of recipe which might provide a cure for the
problem. However, it was generated by one who is *not* a networking
protocols expert (me). It may or may not help.
I'm not at all familiar with PPTP. But if it has a MTU, and it's smaller
than the PPP interface MTU, then try setting the PPP interface MTU to
the same value as the smaller PPTP MTU.
If the problem still exists or PPTP doesn't have an MTU, then configure
the interface MTU of some host on the LAN to the same value as the PPP
interface MTU, keeping the PPP interface MTU change suggested above if
applicable. If the problem goes away for that host then the problem is
very likely that an ICMP message essential to PMTU Discovery is blocked
somewere along the path.
Make sure "TCPMSS target support" is configured in the kernel and use
iptables. See man iptables for a colorful description of the entities
responsible for the problem and an example iptables configuration to
work around it; search for TCPMSS.
If it doesn't go away then hope that the other poster's suggestion about
ECN is correct, or that someone else has another suggestion.
> I echoed 1 into IP_DYNADDR and IP_FORWARD.
> ( might it have something to do with a HTTP 301 response or so ? )
Dunno enough about HTTP to answer the question.
--
Clifford Kite Email: "echo
xvgr_yvahk-(E-Mail Removed)|rot13"
PPP-Q&A links, downloads:
http://ckite.no-ip.net/
/* On Linux be root, on Windows reboot.
-Josef Müllers */