Advertisement
Konradito

Untitled

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