/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */
Hi, I have the following problem: to do nat I have the rules: /sbin/modprobe ip_nat_ftp /sbin/modprobe ip_conntrack_ftp /usr/sbin/iptables -t nat -F /usr/sbin/iptables -t nat -A POSTROUTING -s 192.168.100.1 -j MASQUERADE I thought that works (it did for me) but the first page my girl friend entered was: www.ikea.de (yes!) and that page doesn't show up. That seems to be a mtu problem, as I have a dsl connection (mtu 1492). On my computer the page is ok. In Window$98se I set a reg entry with name BlackHoleDetect, which solved the problem. Now also I have installed Linux on the second machine and now the page doesn't show up again. How do I configure nat correct to show all pages ? thanks for helping Michael _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
