Advertisement
Guest User

Untitled

a guest
Jul 9th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. cloud.linode.com says I'm delegated 2600:3c01:e000:0334::/64
  2.  
  3. /etc/network/interfaces contains this (interfaces.d/* is empty):
  4.  
  5. source /etc/network/interfaces.d/*
  6.  
  7. # The loopback network interface
  8. auto lo
  9. iface lo inet loopback
  10.  
  11. # This is an autoconfigured IPv6 interface
  12. iface eth0 inet6 auto
  13.  
  14. # The primary network interface
  15. auto eth0
  16. iface eth0 inet static
  17. address 64.71.152.40/24
  18. gateway 64.71.152.1
  19. up ip addr add 192.168.158.103/17 dev eth0 label eth0:1
  20. down ip addr del 192.168.158.103/17 dev eth0 label eth0:1
  21.  
  22. dns-nameservers 173.230.145.5 173.230.147.5 173.230.155.5 173.255.212.5 173.255.219.5 173.255.241.5 173.255.243.5 173.255.244.5 2600:3c01::5 2600:3c01::6 2600:3c01::7 2600:3c01::8 2600:3c01::9 2600:3c01::b 2600:3c01::c
  23. dns-search members.linode.com
  24. dns-options rotate
  25.  
  26. iface eth0 inet6 static
  27. address 2600:3c01:e000:334::1/64
  28. gateway fe80::1
  29.  
  30.  
  31. ip -6 addr includes:
  32.  
  33. 3: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
  34. inet6 2600:3c01:e000:334::1/64 scope global
  35. valid_lft forever preferred_lft forever
  36.  
  37.  
  38. $ ip -6 route show
  39. 2600:3c01:e000:334::/64 dev eth0 proto kernel metric 256 pref medium
  40. fe80::/64 dev eth0 proto kernel metric 256 pref medium
  41. default via fe80::1 dev eth0 metric 1024 onlink pref medium
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement