I am a pfSense user that has recently purchased some Sophos XG firewalls and am trying to understand how to configure similar setup. For example, I have an initial DNAT rule setup so that my Web Servers have port HTTP and HTTPS enabled (and the Forward works as expected). However I'd like to add a rule for example that my home IP address can access any DNAT's on any port (is that possible).
For Example on the pfSense I could do:
NAT 1:1 => 64.57.91.4 : 10.10.10.4
Then have a rule that would be like:
allow src: any dest: 64.57.91.4 port: 80,443
allow src: {home_home_address} . dest: ANY port: ANY
Is there a way to do such a thing with the Sophos XG firewalls?
This thread was automatically locked due to age.