Created
February 27, 2025 02:01
-
-
Save alexjsteffen/82c90f789867004c97a16644f2b28b21 to your computer and use it in GitHub Desktop.
Mikrotik Script to activate ipv6 properly on Telus PureFiber with a SFP+ adapter or similar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:log info "Configuring SLAAC for IPv6" | |
/ipv6 address add interface=local from-pool=delegation advertise=yes | |
/ipv6 nd add interface=local dns=2606:4700:4700::1111 hop-limit=64 mtu=1500 ra-interval=10s-20s ra-preference=low | |
:log info "SLAAC configuration complete" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment