I’ve looked hi and low but am struggling to find the config help needed to get my setup working.
I have a x.x.x.96/29 from my ISP. I use PPPoE to authenticate the DSL connection and get issued with an IP address, x.x.x.102.
I want to use one of the other public IP’s, x.x.x.x.101 hopefully for a device connected on another port on the CRS125-24G-1S (ether2).
It looks like from what I’ve read I need to get the PPPoE interface linked to a bridge and put both the switch ports (WAN port and Laptop Port) in the bridge. I think I’ve done this but it’s not worked as I hoped. It might also seem that I need to do something with proxy-arp or routing of the /32 address but I’m getting a bit lost with this as haven’t found anything too clear.
I am running a LAN in this switch too with NAT behind the PPPoE, I’ll leave this config out unless someone wants to see any of it.
Let me post some of the config.
PPPoE Config: -
/interface pppoe-client
add add-default-route=yes default-route-distance=10 disabled=no interface=br-zen keepalive-timeout=60 name=
pppoe-out1 password=******** service-name=ZenFibre user=user@zen
/interface ethernet
set [ find default-name=ether1 ] arp=proxy-arp speed=100Mbps
set [ find default-name=ether2 ] arp=proxy-arp speed=100Mbps
Bridge Config: -
/interface bridge
add comment=ISP-Bridge name=br-zen
/interface bridge port
add bridge=br-zen comment=defconf interface=ether2
add bridge=br-zen interface=ether1
Address Config: -
/ip address
add address=x.x.x.96 interface=br-zen network=x.x.x.96
add address=x.x.x.97 interface=br-zen network=x.x.x.97
add address=x.x.x.98 interface=br-zen network=x.x.x.98
add address=x.x.x.99 interface=br-zen network=x.x.x.99
add address=x.x.x.100 interface=br-zen network=x.x.x.100
Address Print: -
[admin@r01-edge01] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK INTERFACE
1 x.x.x.97/32 x.x.x.97 br-zen
2 x.x.x.98/32 x.x.x.98 br-zen
3 x.x.x.99/32 x.x.x.99 br-zen
5 x.x.x.100/32 x.x.x.100 br-zen
6 D x.x.x.102/32 62.3.80.17 pppoe-out1
7 x.x.x.96/32 x.x.x.96 br-zen
Any help is greatly appreciated.