Two different issues. Webserver Protection is a reverse proxy. Port forwarding is called "DNAT" in the UTM and is accomplished in 'Network Protection >> NAT'.
--------------------------------------------------------------------
Sophos UTM 9.714-4 - Home User
Currently testing VM on i3-9100 @ 3.60 GHz
16 GB RAM
Dell Optiplex XE
Intel Core 2 Duo CPU E8600 @ 3.33GHz
8GB RAM
--------------------------------------------------------------------
I could have sworn I read somewhere on the forum that setting up "DNATing" was not necessary if using WebServer Protection. Is that false?
Yes, if you use the reverse proxy, you have to define separate Virtual Servers for each.
Hi,
You probably still need DNAT for the FTP server, and you need to use the SMTP proxy or DNAT for the mail server.
--------------------------------------------------------------------
Sophos UTM 9.714-4 - Home User
Currently testing VM on i3-9100 @ 3.60 GHz
16 GB RAM
Dell Optiplex XE
Intel Core 2 Duo CPU E8600 @ 3.33GHz
8GB RAM
--------------------------------------------------------------------
--------------------------------------------------------------------
Sophos UTM 9.714-4 - Home User
Currently testing VM on i3-9100 @ 3.60 GHz
16 GB RAM
Dell Optiplex XE
Intel Core 2 Duo CPU E8600 @ 3.33GHz
8GB RAM
--------------------------------------------------------------------
Is there a way to pass the users' public IP so the Apache logs can once again be used for statistical information?
[SIZE=2][SIZE=2]/* Contact Form[/SIZE][/SIZE]
[SIZE=2][SIZE=2] /* ---------------------------------------------------------------------- */[/SIZE][/SIZE]
[SIZE=2][SIZE=2]// Needed variables[/SIZE][/SIZE]
[SIZE=2] var $contactform [/SIZE][SIZE=2][SIZE=2]=[/SIZE][/SIZE][SIZE=2] $[/SIZE][SIZE=2][SIZE=2]([/SIZE][/SIZE][SIZE=2][SIZE=2]'#contactform'[/SIZE][/SIZE][SIZE=2][SIZE=2])[/SIZE][/SIZE][SIZE=2],[/SIZE]
[SIZE=2] $success [/SIZE][SIZE=2][SIZE=2]=[/SIZE][/SIZE][SIZE=2][SIZE=2]'Your message has been sent. Thank you!'[/SIZE][/SIZE][SIZE=2];[/SIZE]
[SIZE=2] $contactform.submit[/SIZE][SIZE=2][SIZE=2]([/SIZE][/SIZE][SIZE=2]function[/SIZE][SIZE=2][SIZE=2](){[/SIZE][/SIZE]
[SIZE=2] $.ajax[/SIZE][SIZE=2][SIZE=2]({[/SIZE][/SIZE]
[SIZE=2] type: [/SIZE][SIZE=2][SIZE=2]"POST"[/SIZE][/SIZE][SIZE=2],[/SIZE]
[SIZE=2] url: [/SIZE][SIZE=2][SIZE=2]"php/contact.php"[/SIZE][/SIZE][SIZE=2],[/SIZE]
[SIZE=2] data: $[/SIZE][SIZE=2][SIZE=2]([/SIZE][/SIZE][SIZE=2]this[/SIZE][SIZE=2][SIZE=2])[/SIZE][/SIZE][SIZE=2].serialize[/SIZE][SIZE=2][SIZE=2]()[/SIZE][/SIZE][SIZE=2],[/SIZE]
[SIZE=2] success: function[/SIZE][SIZE=2][SIZE=2]([/SIZE][/SIZE][SIZE=2]msg[/SIZE][SIZE=2][SIZE=2])[/SIZE][/SIZE]
[SIZE=2][SIZE=2]{[/SIZE][/SIZE]
[SIZE=2] if[/SIZE][SIZE=2][SIZE=2]([/SIZE][/SIZE][SIZE=2]msg [/SIZE][SIZE=2][SIZE=2]==[/SIZE][/SIZE][SIZE=2][SIZE=2]'[/SIZE][/SIZE][SIZE=2]SEND[/SIZE][SIZE=2][SIZE=2]'[/SIZE][/SIZE][SIZE=2][SIZE=2]){[/SIZE][/SIZE]
[SIZE=2] response [/SIZE][SIZE=2][SIZE=2]=[/SIZE][/SIZE][SIZE=2][SIZE=2]''[/SIZE][/SIZE][SIZE=2][SIZE=2]+[/SIZE][/SIZE][SIZE=2] $success [/SIZE][SIZE=2][SIZE=2]+[/SIZE][/SIZE][SIZE=2][SIZE=2]''[/SIZE][/SIZE][SIZE=2];[/SIZE]
[SIZE=2][SIZE=2]}[/SIZE][/SIZE]
[SIZE=2] else[/SIZE][SIZE=2][SIZE=2]{[/SIZE][/SIZE]
[SIZE=2] response [/SIZE][SIZE=2][SIZE=2]=[/SIZE][/SIZE][SIZE=2][SIZE=2]''[/SIZE][/SIZE][SIZE=2][SIZE=2]+[/SIZE][/SIZE][SIZE=2] msg [/SIZE][SIZE=2][SIZE=2]+[/SIZE][/SIZE][SIZE=2][SIZE=2]''[/SIZE][/SIZE][SIZE=2];[/SIZE]
[SIZE=2][SIZE=2]}[/SIZE][/SIZE]
[SIZE=2][SIZE=2]// Hide any previous response text[/SIZE][/SIZE]
[SIZE=2] $[/SIZE][SIZE=2][SIZE=2]([/SIZE][/SIZE][SIZE=2][SIZE=2]".error,.success"[/SIZE][/SIZE][SIZE=2][SIZE=2])[/SIZE][/SIZE][SIZE=2].remove[/SIZE][SIZE=2][SIZE=2]()[/SIZE][/SIZE][SIZE=2];[/SIZE]
[SIZE=2][SIZE=2]// Show response message[/SIZE][/SIZE]
[SIZE=2] $contactform.prepend[/SIZE][SIZE=2][SIZE=2]([/SIZE][/SIZE][SIZE=2]response[/SIZE][SIZE=2][SIZE=2])[/SIZE][/SIZE][SIZE=2];[/SIZE]
[SIZE=2][SIZE=2]}[/SIZE][/SIZE]
[SIZE=2][SIZE=2]}[/SIZE][/SIZE][SIZE=2][SIZE=2])[/SIZE][/SIZE][SIZE=2];[/SIZE]
[SIZE=2] return false;[/SIZE]
[SIZE=2][SIZE=2]}[/SIZE][/SIZE][SIZE=2][SIZE=2])[/SIZE][/SIZE][SIZE=2];[/SIZE]
--------------------------------------------------------------------
Sophos UTM 9.714-4 - Home User
Currently testing VM on i3-9100 @ 3.60 GHz
16 GB RAM
Dell Optiplex XE
Intel Core 2 Duo CPU E8600 @ 3.33GHz
8GB RAM
--------------------------------------------------------------------