This is how i have it ### Allow masquerading for internal boxes ### iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE echo 1 > /proc/sys/net/ipv4/ip_forward
### Make sure mtu is never changed iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu Had the same problem as you earlier, that fixed the prob. /J�rgen --- David Gaston Rodriguez <[EMAIL PROTECTED]> wrote: > Sorry! i wrote bad. here is the correction: > Hi!, i am new in the list, i am from argentina, this > is mi problem: > I have a small LAN with a server doing masquerading, > I used the kernel 2.2.20 and > did not have any problem, now i decided to use the > kernel 2.4.18, i set iptables > to make the masquerading, but now there are web > pages which i can NOT enter from > workstations, like for example www.mixmail.com or > www.yahoo.com, and from the server > i can enter to this pages. I using 2 interfaces, > eth0: external, eth1: internal, the > external interface is connect to ADSL Modem (PPPoE). > Some idea on as could be mi problem? > Thanks!! > > __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com
