IPv6 On Linux | Network Command Reference
netref.soe.ucsc.edu › node › 44IPV6_AUTOCONF=no. Configuring Linux to forward IPv6 packets . To configure Linux to forward IPv6 traffic issue the following commands: sysctl -w net.ipv6.conf.all.forwarding=1 sysctl -w net.ipv6.conf.default.forwarding=1. Configuring IPv6 routing table on Linux. Adding routes: route -A inet6 add <prefix> gw <next hop> ip -6 route add <prefix ...
1. Displaying existing IPv6 routes
https://tldp.org/HOWTO/Linux+IPv6-HOWTO/ch07s01.html1. Displaying existing IPv6 routes. First you should check, whether and which IPv6 addresses are already configured (perhaps auto-magically during auto-configuration). 1.1. Using "ip". Usage: # /sbin/ip -6 route show [dev <device>] Example: # /sbin/ip -6 route show dev eth0 2001:0db8:0:f101::/64 proto kernel metric 256 mtu 1500 advmss 1440 fe80 ...