#MacOS How to add IPv6 Route in MacOS 10 Apr by Amar 0 Set a default route: sudo route add -inet6 -prefixlen 0 default 2100:xxxx:xxxx::1 Add a specific prefix route: sudo route add -inet6 <ipv6network>/<prefixlength> <ipv6_gateway> Example: sudo route add -inet6 2050::/96 2010::1
Comments (0)