Hello
I have a SMTP server in my dmz interface, so I have created this DNAT rule:
Traffic Source: ANY
Traffic Service: SMTP
Traffic Destination: External WAN Address
Destination: Our Server SMTP
Automatic packet filter rule: yes
All seems to work fine, we receive mails, but I have noticed some dropped packets that should not be dropped! Like this:
2009:11:26-02:32:16 aitecfw ulogd[3276]: id="2001" severity="info" sys="SecureNet" sub="packetfilter" name="Packet dropped" action="drop" fwrule="0" seq="0" initf="eth1" outitf="unknown" dstmac="XX:XX:XX:XX:XX:XX" srcmac="00:00:00:00:00:00" srcip="189.140.42.22" dstip="MY PUBLIC WAN ADDRESS" proto="6" length="40" tos="0x00" prec="0x00" ttl="240" srcport="3247" dstport="25" tcpflags="ACK RST"
2009:11:26-02:32:24 aitecfw ulogd[3276]: id="2001" severity="info" sys="SecureNet" sub="packetfilter" name="Packet dropped" action="drop" fwrule="0" seq="0" initf="eth1" outitf="unknown" dstmac="XX:XX:XX:XX:XX:XX" srcmac="00:00:00:00:00:00" srcip="189.140.42.22" dstip="MY PUBLIC WAN ADDRESS" proto="6" length="40" tos="0x00" prec="0x00" ttl="240" srcport="3305" dstport="25" tcpflags="ACK RST"
2009:11:26-02:32:36 aitecfw ulogd[3276]: id="2001" severity="info" sys="SecureNet" sub="packetfilter" name="Packet dropped" action="drop" fwrule="0" seq="0" initf="eth1" outitf="unknown" dstmac="XX:XX:XX:XX:XX:XX" srcmac="00:00:00:00:00:00" srcip="189.140.42.22" dstip="MY PUBLIC WAN ADDRESS" proto="6" length="40" tos="0x00" prec="0x00" ttl="240" srcport="3318" dstport="25" tcpflags="ACK RST"
Some other dropped packets have tcpflags="ACK FIN" and tcpflags="RST"
ETH1 is WAN interface, destination port is 25, so the packet should pass! Could anyone help me?
Thank you
This thread was automatically locked due to age.