Created
September 4, 2025 15:17
-
-
Save haydenk/767167ce10f419688eeeddd63af28fff to your computer and use it in GitHub Desktop.
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
| interface eth0 { | |
| AdvSendAdvert on; | |
| AdvLinkMTU 3600; | |
| AdvHomeAgentFlag off; | |
| AdvManagedFlag off; | |
| AdvOtherConfigFlag off; | |
| MinRtrAdvInterval 30; | |
| MaxRtrAdvInterval 100; | |
| prefix 2600:1700:7d48:b210::/64 { | |
| AdvOnLink on; | |
| AdvAutonomous on; | |
| AdvRouterAddr on; | |
| }; | |
| RDNSS 2600:1700:7d48:b210:9858:17e0:6e9c:9e8 { | |
| AdvRDNSSLifetime 3600; | |
| }; | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment