My packet filter is simple:
Internal to any = allow
However the Firewall deams it neccessary to drop packets for the External!!!?! net destined for port 6000, and here is the proof:
18:16:32 Default DROP TCP 91.84.27.114 : 39372
→ 213.198.93.250 : 6000
[RST] len=40 ttl=64 tos=0x00
18:16:36 Default DROP TCP 91.84.27.114 : 49886
→ 212.126.210.205 : 6000
[RST] len=40 ttl=64 tos=0x00
18:16:37 Default DROP TCP 91.84.27.114 : 39372
→ 213.198.93.250 : 6000
[RST] len=40 ttl=64 tos=0x00
18:16:40 Default DROP TCP 91.84.27.114 : 49886
→ 212.126.210.205 : 6000
[RST] len=40 ttl=64 tos=0x00
18:16:43 Default DROP TCP 91.84.27.114 : 39372
→ 213.198.93.250 : 6000
[RST] len=40 ttl=64 tos=0x00
18:16:46 Default DROP TCP 91.84.27.114 : 49886
→ 212.126.210.205 : 6000
[RST] len=40 ttl=64 tos=0x00
18:17:05 Default DROP TCP 91.84.27.114 : 43551
→ 80.67.87.16 : 80
[ACKFIN ] len=52 ttl=64 tos=0x00
18:17:10 Default DROP TCP 91.84.27.114 : 43551
→ 80.67.87.16 : 80
[ACKFIN ] len=52 ttl=64 tos=0x00
18:17:20 Default DROP TCP 91.84.27.114 : 43551
→ 80.67.87.16 : 80
[ACKFIN ] len=52 ttl=64 tos=0x00
91.84.27.114 is the IP of my external connection. WTF is going on? Can anyone tell me? Why is my firewall dropping packets originating from the proxy (Masquaraded as External) being blocked?
Best regards,
Dayne
This thread was automatically locked due to age.