I am not able to pass DHCP over the BCP link for some reason. Below are my configurations, your insights are very much appreciated!
CLIENT SIDE
PPP
/ppp profile
set 0 change-tcp-mss=no name=default only-one=default remote-ipv6-prefix-pool=none use-compression=default use-encryption=default use-ipv6=yes use-mpls=default use-vj-compression=default add bridge=fgf-voice_br change-tcp-mss=yes name=default_l2tp only-one=default use-compression=default use-encryption=yes use-ipv6=no use-mpls=no use-vj-compression=default
Bridge
/interface bridge
add admin-mac=D4:CA:6D:71:66:BC ageing-time=5m arp=proxy-arp auto-mac=no disabled=no forward-delay=15s l2mtu=1598 max-message-age=20s mtu=1500 name=fgf-voice_br priority=0x8000 protocol-mode=rstp transmit-hold-count=6
/interface bridge port
add bridge=fgf-voice_br disabled=no edge=auto external-fdb=auto horizon=none interface=ether9 path-cost=10 point-to-point=auto priority=0x80
/interface bridge settings
set use-ip-firewall=no use-ip-firewall-for-pppoe=no use-ip-firewall-for-vlan=no
SERVER SIDE
PPP
/ppp profile
add bridge=fgf-lan_br change-tcp-mss=yes local-address=172.16.1.1 name=fgf_l2tp only-one=no use-encryption=yes use-ipv6=no use-mpls=no
/ppp secret
add name=fgf-l2tp_test password=xxx profile=fgf_l2tp remote-address=172.16.0.254 service=l2tp
Bridge
/interface bridge
add admin-mac=D4:CA:6D:71:66:70 auto-mac=no l2mtu=1598 name=fgf-lan_br protocol-mode=rstp
/interface bridge port
add bridge=fgf-lan_br interface=ether10
Interface
/interface l2tp-server server
set default-profile=default-l2tp enabled=yes max-mru=1460 max-mtu=1460 mrru=1600
Really need this working, can't see where I'm going wrong. Next step is to build it in my lab and check the differences, but I know I've done this locally before without this sort of issue.
Thanks again!