Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:network:ipv6_ipv4_transitioning [2021/12/05 09:44] – [6rd Tunnel (ISP-Provided IPv6 Transition)] vgaeteradocs:guide-user:network:ipv6_ipv4_transitioning [2023/01/28 12:12] – [IPv4/IPv6 transition technologies] vgaetera
Line 1: Line 1:
-====== IPv4/IPv6 Transition Technologies ====== +====== IPv4/IPv6 transition technologies ====== 
-See also: [[docs:guide-user:network:ipv6:ipv6.nat6#nat64|NAT64]]+See also: [[docs:guide-user:network:ipv6:nat64|NAT64 for IPv6-only networks]]
  
-Transitioning technologies can be installed using the following packages:+Transition technologies can be installed using the following packages:
   * IPv6-in-IPv4 tunnels: [[packages:pkgdata:6rd]], [[packages:pkgdata:6to4]], [[packages:pkgdata:6in4]].   * IPv6-in-IPv4 tunnels: [[packages:pkgdata:6rd]], [[packages:pkgdata:6to4]], [[packages:pkgdata:6in4]].
   * IPv4-in-IPv6 tunnels: [[packages:pkgdata:ds-lite]].   * IPv4-in-IPv6 tunnels: [[packages:pkgdata:ds-lite]].
Line 91: Line 91:
 | ''ip6addr'' | IPv6 address (CIDR) | yes | //(none)// | Local IPv6 address delegated to the tunnel endpoint | | ''ip6addr'' | IPv6 address (CIDR) | yes | //(none)// | Local IPv6 address delegated to the tunnel endpoint |
 | ''ip6prefix'' | IPv6 prefix | no | //(none)// | Routed IPv6 prefix for downstream interfaces (Barrier Breaker and later only) | | ''ip6prefix'' | IPv6 prefix | no | //(none)// | Routed IPv6 prefix for downstream interfaces (Barrier Breaker and later only) |
-| ''tunlink'' | Logical Interface | no | //(none)// | Tunnel base interface |+| ''tunlink'' | Logical Interface | no | //(none)// | Tunnel base interface. Define which Interface, for example WAN, should be used for outgoing IPv4 traffic to the Remote IPv4 Address |
 | ''defaultroute'' | boolean | no | ''1'' | Whether to create an IPv6 default route over the tunnel | | ''defaultroute'' | boolean | no | ''1'' | Whether to create an IPv6 default route over the tunnel |
 | ''ttl'' | integer | no | ''64'' | TTL used for the tunnel interface | | ''ttl'' | integer | no | ''64'' | TTL used for the tunnel interface |
Line 250: Line 250:
 </code> </code>
  
-:!: If you choose a name for your tunnel-interface that is different from 'wan6' make sure to add that name to the network-option of the firewall-zone 'wan' in /etc/config/firewall.+:!: If you choose a name for your tunnel-interface different from ''wan6'', be sure to add that network to the ''wan'firewall-zone.
  
 See below for advanced configuration options. See below for advanced configuration options.
Line 284: Line 284:
 </code> </code>
  
-:!: If you choose a name for your tunnel-interface that is different from 'wan' make sure to add that name to the network-option of the firewall-zone 'wan' in /etc/config/firewall.+:!: If you choose a name for your tunnel-interface different from ''wan'', be sure to add that network to the ''wan'firewall-zone.
  
 See below for advanced configuration options. See below for advanced configuration options.
  • Last modified: 2023/10/14 06:51
  • by vgaetera