You are on page 1of 1

# Tested on Mikrotik hEX (RB750Gr3) with RouterOSv7 (7.1.

3)
#
# Resources:
# https://gist.github.com/ebababi/7b7991775cdfc27c667fc7c222ce3991
#
# WAN interface is pppoe-out1
# LAN interface is bridge

/ipv6/dhcp-client/add interface=pppoe-out1 pool-name=pppoe-pd pool-prefix-length=56


request=prefix
/ipv6/dhcp-server/add interface=bridge address-pool=pppoe-pd name=server-pd
/ipv6/address/add interface=bridge from-pool=pppoe-pd advertise=yes
/ipv6/firewall/mangle add action=change-mss chain=forward out-interface=pppoe-out1
new-mss=clamp-to-pmtu passthrough=yes protocol=tcp tcp-flags=syn

You might also like