[root@antares root]# iptables-save
# Generated by iptables-save v1.2.9 on Wed May 11 18:55:34 2005
*filter
:INPUT ACCEPT [499:173300]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [464:105581]
- -A FORWARD -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS -
--clamp-mss-to-pmtu
COMMIT
# Completed on Wed May 11 18:55:34 2005
# Generated by iptables-save v1.2.9 on Wed May 11 18:55:34 2005
*nat
:PREROUTING ACCEPT [0:0]
:POSTROUTING ACCEPT [1:74]
:OUTPUT ACCEPT [1:74]
- -A POSTROUTING -s 192.168.42.0/255.255.255.0 -o ppp0 -j MASQUERADE
COMMIT
# Completed on Wed May 11 18:55:34 2005
Doesn't look wrong, does it?
No, your firewall looks to be completely open like it needs to be.
I just sent a message to the linux kernel networking list... I'll let
you know if there is any useful reply.
Could you reply with any updates that you have as I'd like to stay abreast on this if possible.
Grant. . . .