All of lore.kernel.org
 help / color / mirror / Atom feed
* conntrack has problems with syn-ack-psh set
@ 2004-12-28  0:59 Shaun Savage
  2005-01-01 17:50 ` Jason Opperisano
  0 siblings, 1 reply; 3+ messages in thread
From: Shaun Savage @ 2004-12-28  0:59 UTC (permalink / raw)
  To: netfilter

I am have a problem getting iptables to work with a bain dead linksys 
printserver.  After is receives a syn packet it send a syn-ack-psh 
packet.  Is psh allowed here?  The conntrack can't find a match and the 
  packet is INVALID.  NO connection.

my firewall looks like this, please forgive wraparound, spelling,...
eth1 net
eth0 local


$IPT -t nat -A PREROUTING -i eth1 -p tcp --dport 9100 -j DNAT --net-dest 
                                                192.168.0.49

$IPT -t nat -A POSTROUTING -o eth1 -j MASQUERADE

$IPT -A FORWARD  -i eth0  state --state INVALID -j DROP


Do I have mangle the packet first to get rid of the push flag? how?
Is this a feature if iptables?

shaun



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-01-04  8:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-28  0:59 conntrack has problems with syn-ack-psh set Shaun Savage
2005-01-01 17:50 ` Jason Opperisano
2005-01-04  8:40   ` Michael Mueller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.