This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Port Forwarding not working

Trying to setup a basic port 22 forwarding to a Synology NAS unit, and unfortunately not having any luck.

Basic info:

Port #2 is the WAN of course, Protected server is the hostname/IP (172.17.1.25) of the Synology NAS.  Mapped port is blank - won't accept any input, since I'm using the designated SSH service above.

Advanced:

Tried with/without MASQ, port 22 still shows as Closed to external attempts.

Do I have to do something else somewhere in order for the firewall rule to work, or am I missing something?



This thread was automatically locked due to age.
Parents Reply
  • So you performed a tcpdump on internal Port? 

    You should perform a tcpdump -ni WANPort port 115 and check, if something is incoming or not. 

     

    If you see something in tcpdump on WAN Port, then replace WANPort with ANY and check if XG is "consuming" those packets without forwarding. 

    Then perform a 'drppkt | grep 115' and check, if you see actually some blocks. 

Children
  • Fixed.

    First, I'd like to thank you guys for your patience - I was wondering why 0 packets were being captured, and why external portscan results were filtered, which led me up the chain.

    Apparently my ISP has been doing me a "favor" by automatically filtering traffic - this has since been resolved.

    Firewall rules work as intended now, and I can finally start diving into more advanced features.

    With the root cause out of the way, I'm going to try and bring the Sophos solution back into focus with my team.

    Thanks again!