we have a customer connecting via a static IP address and they are sending packets from randomly changing ports. We have a listener service running on a PC.
Without the firewall it works fine, but when I set up a rule to forward traffic from the customer to a specific machine on our network I see the packets being dropped and a connection between the customer and the listener does not happen.
We are accepting traffic from 1:65535 to 3750
this is the log contents.
11:58:28 217.39.156.238 1303 -> 212.41.161.73 7350 TCP 48 111 DF WINDOW=16384 RES=0x00 SYN URGP=0
11:58:31 217.39.156.238 1303 -> 212.41.161.73 7350 TCP 48 111 DF WINDOW=16384 RES=0x00 SYN URGP=0
11:58:37 217.39.156.238 1303 -> 212.41.161.73 7350 TCP 48 111 DF WINDOW=16384 RES=0x00 SYN URGP=0
11:59:04 217.39.156.238 1317 -> 212.41.161.73 7350 TCP 48 111 DF WINDOW=16384 RES=0x00 SYN URGP=0
11:59:07 217.39.156.238 1317 -> 212.41.161.73 7350 TCP 48 111 DF WINDOW=16384 RES=0x00 SYN URGP=0
Do I need to open a rule for the reverse of this (IE all FROM the workatation TO the customer is allowed?)
This thread was automatically locked due to age.