I have a RH5.2 upgraded for 2.2 level kernels and installed 2.2.5. It has one network card (10.1.1.6) pointing to a gateway (10.1.1.2) which will perform NAT on its packets. I have an NT machine (10.1.1.98) pointing to the masq machine as its default gateway. When I ping from the NT machine to www.sun.com I get 1 reply(!) then response timed out. So it resolves the name, pings once and all is shut down. When I attempt to telnet out I can see the masqued connection (ipchains -L -M) but the NT machine never telnets to the server, it just hangs. My rc.firewall is simple at the moment: #!/bin/sh /sbin/depmod -a /sbin/modprobe ip_masq_ftp echo "1" > /proc/sys/net/ipv4/ip_forward ipchains -M -S 1800 10 60 ipchains -P forward DENY ipchains -A forward -s 10.1.1.0/24 -j MASQ Any help is greatly appreciated as this is quite vexing! Thanks very much for any advice you may have, Hans _______________________________________________ Masq maillist - [EMAIL PROTECTED] http://tiffany.indyramp.com/mailman/listinfo/masq Admin requests can be handled by web (above) or [EMAIL PROTECTED]
