> Using pppoe to i'm having problem with the speed and a lots of www doens't > load, www.google.com one. Other like www.hotmail.com take a lot of time > to load. > This is using the following config. (1) > But, i can't forget that if a ping www.google.com it's responde.
This is most likely due to MTU problems Make sure that TCPMSS clamp to PMTU is activated, i.e. that you have a line like this in your FORWARD chain: TCPMSS tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS clamp to PMTU (don't know if shorewall makes this automatically) If you have this in, you could try to reduce your MTU until it works: ip link set ppp0 mtu 1452 T-DSL in Germany, for example, needs an MTU of 1452 max. Regards Alex ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
