Nat – Assign WAN IP on internal NAT network

nat;pfsenserouting

I have a static WAN IP address (in the example 77.88.99.166) that is provided by a DSL modem that also has a static IP address (77.88.99.165). The modem interfaces with a firewall/NAT router (green) that also provides VPN connectivity to all clients. I would like to introduce another pfSense based firewall/NAT router (red) to extend my network, however, I can't change the configuration of the old green router in any way.

Is there a way to introduce this new red router (with IP adress 77.88.99.166) while keeping the green router (also listening on 77.88.99.166)? Of course the old green router would be behind NAT which is fine. The problem I see is, that the pfSense router would have an interface with IP .166 and on another interface the same .166 IP.

Old and desired setup

Best Answer

Your only option in this case would be to setup the green router in bridge-mode and only use the pfsense router for both networks. You do however mention that it's not an option so in your case I don't see any good way of doing it.

The perfect setup would be something like:

WAN -> Modem -> ISP Router (bridge mode) -> pfsense -> 10.10.20.X network
                                                    -> New network
Related Topic