You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
285 B
8 lines
285 B
# use configuration from hurricane electric to modify
|
|
# up to 5 hex placeholder in ipv6 allowed
|
|
|
|
ip tunnel add he-ipv6 mode sit remote 1.2.3.4 local 1.2.3.5 ttl 255
|
|
ip link set he-ipv6 up
|
|
ip addr add aaaa:aaa:aa:aaa::%x:%x/64 dev he-ipv6
|
|
ip route add ::/0 dev he-ipv6
|
|
ip -f inet6 addr
|