Advertisement
Konradito

Untitled

Nov 2nd, 2023
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. # Include files from /etc/network/interfaces.d:
  2. #source-directory /etc/network/interfaces.d
  3. /etc/network/interfaces.d
  4.  
  5. # Cloud images dynamically generate config fragments for newly
  6. # attached interfaces. See /etc/udev/rules.d/75-cloud-ifupdown.rules
  7. # and /etc/network/cloud-ifupdown-helper. Dynamically generated
  8. # configuration fragments are stored in /run:
  9. source-directory /run/network/interfaces.d
  10. auto konrado-ipv6
  11. iface konrado-ipv6 inet6 v4tunnel
  12. address 2001:470:23:581::2
  13. netmask 64
  14. endpoint 74.82.46.6
  15. local 142.44.163.50
  16. ttl 255
  17. gateway2001:470:23:581::1
  18.  
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement