I'm trying to setup
an iptables rule to bounce back an icmp error message on a firewall if a packet
is sent with the syn and fin flags only --
A packet with SYN
flag set only -- accept
A packet with FIN
flag set only -- accept
A packet with SYN
& FIN flag -- reject Is it possible to choose the error
code?
Thank you for any
help you can offer on this.
Christopher
Davis