Hello,
I have to IP range on the same public interface :
IP1 : 148.a.b.2
IP2 : 131.c.d.104/29
My LAN interface 10.1.1.1 wher i have a server
The WAN interface has 148.a.b.2
I would like to nat in 1:1 mode 131.c.d.110 with 10.1.1.1
For the moment, firewall filter rules are empty.
I have to NAT rules :
dstnat dst-address=131.C.D.110 action=dst-nat to-address 10.1.1.1
srcnat src-address=10.1.1.1 action=src-nat to-address 131.C.D.110
I surely do a mistake, but i do not see where.
Thanks for your help
Mat