IPv6 configuration

Started by crust, February 23, 2021, 10:15:32 PM

Previous topic - Next topic

crust

Hi
Just like to add ipV6 on my Olimex A20.

ifconfig | grep -Ei "link|inet6"
        inet6 2a01:e0a:82d:d0c0:321f:9aff:fed0:33ba  prefixlen 64  scopeid 0x0<global>
        inet6 fe80::321f:9aff:fed0:33ba  prefixlen 64  scopeid 0x20<link>
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
route -n6
Kernel IPv6 routing table
Destination                    Next Hop                   Flag Met Ref Use If
::1/128                        ::                         U    256 2     0 lo
2a01:e0a:82d:d0c0::/64         ::                         UAe  256 3     0 eth0
fe80::/64                      ::                         U    256 2     0 eth0
::/0                           fe80::6aa3:78ff:fe78:86f3  UGDAe 1024 3     0 eth0
::1/128                        ::                         Un   0   5     0 lo
2a01:e0a:82d:d0c0:321f:9aff:fed0:33ba/128 ::                         Un   0   4     0 eth0
fe80::321f:9aff:fed0:33ba/128  ::                         Un   0   4     0 eth0
ff00::/8                       ::                         U    256 4     0 eth0
::/0                           ::                         !n   -1  1     0 lo


But I'm a bit lost between the gateway, the netmask and the prefix

I think add this file in /etc/network/interfaces.d/


iface eth0 inet6 static
gateway 2a01:e0a:82d:d0c0::/64
address 2a01:e0a:82d:d0c0:321f:9aff:fed0:33ba

Is it right ?

Thanx :)





vazhnov

Quote from: crust on February 23, 2021, 10:15:32 PMBut I'm a bit lost between the gateway, the netmask and the prefix

It is better to ask your provider/ISP.