Difference between revisions of "IPv6: Script HE short Ubuntu 18.04"

From OnnoWiki
Jump to navigation Jump to search
Line 8: Line 8:
 
  ip addr add 2001:470:24:b09::1337/64 dev enp3s0
 
  ip addr add 2001:470:24:b09::1337/64 dev enp3s0
 
  ip route add ::/0 dev he-ipv6
 
  ip route add ::/0 dev he-ipv6
 +
 +
atau
 +
 +
modprobe ipv6
 +
ip link set he-ipv6 down
 +
ip tunnel del he-ipv6
 +
ip tunnel add he-ipv6 mode sit remote 216.66.80.26 local 192.168.0.10 ttl 255
 +
ip link set he-ipv6 up
 +
ip addr add 2001:470:1f08:65d::2/64 dev he-ipv6
 +
ip route add ::/0 dev he-ipv6
 +
  
 
==Referensi==
 
==Referensi==

Revision as of 08:10, 30 January 2019


ip tunnel del he-ipv6
ip addr del 2001:470:24:b09::/64 dev enp3s0
ip tunnel add he-ipv6 mode sit remote 74.82.46.6 local 192.168.0.10 ttl 255
ip link set he-ipv6 up
ip addr add 2001:470:23:b0a::2/64 dev he-ipv6
ip addr add 2001:470:24:b09::1337/64 dev enp3s0
ip route add ::/0 dev he-ipv6

atau

modprobe ipv6
ip link set he-ipv6 down
ip tunnel del he-ipv6
ip tunnel add he-ipv6 mode sit remote 216.66.80.26 local 192.168.0.10 ttl 255
ip link set he-ipv6 up
ip addr add 2001:470:1f08:65d::2/64 dev he-ipv6
ip route add ::/0 dev he-ipv6


Referensi


Pranala Menarik