Hi!
My Config is
WAN Interface: x.x.x.21 / 29 (Subnet: x.x.x.16 / 29)
Internal - 192.168.114.0 / 24
GUESTS - 192.168.117.0 / 24
DMZ - 192.168.118.0 / 24
I have additional ip addresses on the wan interface:
x.x.x.19 / 29
x.x.x.20 / 29
I am trying to set up a DNAT rule to a web service on the LAN address 192.168.114.15
This should be accessed on the additional wan address x.x.x.19
NAT
----
Masquerading:
Internal (Network) -> External (WAN)
Guests (Network) -> External (WAN)
DMZ (Network) -> External (WAN)
DNAT rules:
1. Any -> http+https (group) -> External (Wan) x.x.x.19 (Address)
Mode: DNAT
Destination: 192.168.114.15
+++
Packet Filters:
1. Any -> http+https -> 192.168.114.15
2. Any -> http+https -> Ext.Wan x.x.x.19
+++
This doesn't work
If a set up a DNAT rule and pacvet filter against the wan address x.x.x.21 it works, but not on any of the additional addresses. (.19 or .20)
This thread was automatically locked due to age.