Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux_router:ipv6 [2021-12-04 Sat wk48 19:50] baumkplinux_router:ipv6 [2024-05-18 Sat wk20 17:59] (current) baumkp
Line 1: Line 1:
 +
 +{{tag>IPv6 IP}}
 ======IPv6 Setup Notes===== ======IPv6 Setup Notes=====
  
Line 14: Line 16:
   *https://tldp.org/HOWTO/Linux+IPv6-HOWTO/index.html   *https://tldp.org/HOWTO/Linux+IPv6-HOWTO/index.html
   *https://www.internetsociety.org/resources/deploy360/2014/tutorial-configuring-ipv6-for-linux/   *https://www.internetsociety.org/resources/deploy360/2014/tutorial-configuring-ipv6-for-linux/
-Commands+Commands:
   *''sudo vim /etc/netplan/network.yaml''   *''sudo vim /etc/netplan/network.yaml''
   *''netplan generate (to test)''   *''netplan generate (to test)''
Line 20: Line 22:
  
  
-https://www.tomicki.net/ipv6.router.php +  *https://www.tomicki.net/ipv6.router.php 
-https://netplan.io/examples +  *https://netplan.io/examples 
-https://www.e2enetworks.com/help/knowledge-base/how-to-assign-ipv6-on-ubuntu-server/ +  *https://www.e2enetworks.com/help/knowledge-base/how-to-assign-ipv6-on-ubuntu-server/ 
-https://subatomicsolutions.org/8-freebsd/17-isc-dhcp-ipv4-ipv6-server-on-a-dual-stack-network +  *https://subatomicsolutions.org/8-freebsd/17-isc-dhcp-ipv4-ipv6-server-on-a-dual-stack-network 
-https://blog.marquis.co/configuring-a-dual-stacked-dhcp-server/ +  *https://blog.marquis.co/configuring-a-dual-stacked-dhcp-server/ 
-http://sophiedogg.com/radvd-and-dhcpd6-server-configuration-for-dynamic-dns/+  *http://sophiedogg.com/radvd-and-dhcpd6-server-configuration-for-dynamic-dns/ 
 +Commands:
   *''modprobe ipv6''   *''modprobe ipv6''
   *'' ip tunnel add he-ipv6 mode sit remote 216.218.142.50 local 112.213.222.19 ttl 255''   *'' ip tunnel add he-ipv6 mode sit remote 216.218.142.50 local 112.213.222.19 ttl 255''
Line 52: Line 55:
   *Add a speecific rull after a handle: ''sudo nft add rule inet firewall input position 39 tcp dport domain counter''   *Add a speecific rull after a handle: ''sudo nft add rule inet firewall input position 39 tcp dport domain counter''
  
-[[linux_router:Ubuntu]]+<-  linux_router:nmap|Prev page ^ linux_router:start|Start page ^ ->  ^ linux_router:qemu|Next page  ->