Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15133

General • Re: NAT with several public IPs

$
0
0
If the other WAN addresses are not router towards your NAT device[*], then you need to set those addresses explicitly on WAN interface. NAT only kicks into action after packet was already delivered to the device. NAT configuration does not affect the way packets are handled before they are received by NAT device.


[*] If the upstream device was Mikrotik, equivalent configuration would include
Code:
/ip/routeadd dst-address=10.11.12.13/29 gateway=10.22.33.44
where 10.11.12.13/29 are the additional IP addresses to ve used for NAT and 10.22.33.44 is the "canonical" WAN IP address of NAT device.

Statistics: Posted by mkx — Sun Mar 31, 2024 10:49 am



Viewing all articles
Browse latest Browse all 15133

Trending Articles