One-to-one NAT - DD-WRT Wiki
https://wiki.dd-wrt.com/wiki/index.php/One-to-one_NATIntroduction. One-to-one NAT (aka Static NAT) is a way to make systems behind a firewall and configured with private IP addresses appear to have public IP addresses. [] SetuBegin by assigning one of the static addresses to the WAN port using the Web interface and then use these scripts to add the rest.. Everything in square brackets needs to be replaced by your values.
[OpenWrt Wiki] Firewall configuration /etc/config/firewall
openwrt.org › docs › guide-userDec 16, 2021 · Masquerade is the most common form of SNAT, changing the source of traffic to WAN to the router's public IP. SNAT can also be done manually: SNAT can also be done manually: config redirect option name 'SNAT DMZ 192.168.1.250 to WAN 1.2.3.4 for ICMP' option src 'dmz' option src_ip '192.168.1.250' option src_dip '1.2.3.4' option dest 'wan' option ...
[OpenWrt Wiki] IPsec With Overlapping Subnets
openwrt.org › docs › guide-userIPsec With Overlapping Subnets One of the most common problems when establishing VPN tunnels are overlapping subnets. I.e. the IP adresses at least on one tunnel end conflict with the existing setup. Very often the firewall administrator is struggling with such a setup because special settings have to take place to create correct address translation for a clean solution. Hopefully this article ...
[OpenWrt Wiki] ISP Configurations
openwrt.org › docs › guide-userISP Configurations This page describes how to connect to networks of different commercial Internet service providers. At this time, most of the DSL configurations described below only apply to modem-router devices using Lantiq SoC. There is no DSL support for Broadcom devices. This article may contain network configuration that is version dependent post 2021-06
[OpenWrt Wiki] fw3 NAT Configurations
openwrt.org › docs › guide-userFeb 11, 2021 · fw3 NAT Configurations. The fw3 application has extensive support for NAT filterning. NAT is a powerful feature and is credited with extending the life of the IPv4 protocol. As with other firewall section, this section will not delve into NAT background and theory. Some useful links for this are: OpenWrt supports DNAT, SNAT, MASQUERADING.