MPLS Cisco Replacement
-
Looking to replace a couple of aging Cisco routers with pfsense at some remote locations..
We have a rather large mpls network and I am a bit confused on how to replicate this setup in pfsense.
Here is the tricky part.
interface Ethernet0
ip address 172.16.218.1 255.255.255.0
ip helper-address 172.16.8.161
no ip directed-broadcast
!
interface Serial0
ip unnumbered Ethernet0
no ip directed-broadcast
priority-group 1
!
interface BRI0
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
Basically the lan (eth0) and the wan/mpls interface is briged with no IP on wan/mpls(serial0).
Anyway I can accomplish this in pfsense and bypass the firewall and nat?Thanks in advance for any help.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.