Advertisement
Justman10000

Untitled

Dec 12th, 2024 (edited)
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. sudo nmcli connection modify "Verbindung per Kabel 1" \
  2. ipv6.addresses "2a01:04f8:0262:4cc4:0000:0000:0000:0001/64" \
  3. ipv6.gateway "fe80::1" \
  4. ipv6.method manual
  5.  
  6. sudo nmcli connection up "Verbindung per Kabel 1"
  7.  
  8. ip -6 addr show ens19
  9. ip -6 route show
  10. ping6 google.com
  11.  
  12. nameserver 2001:4860:4860::8888
  13. nameserver 2001:4860:4860::8844
  14.  
  15. ping connectivity-check.ubuntu.com
  16.  
  17. sudo nano /etc/default/grub
  18. GRUB_CMDLINE_LINUX="ip=2a01:4f8:262:4cc4::1::64:fe80::1:ens18"
  19. sudo update-grub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement