Site Tools


basic-ipv6

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
basic-ipv6 [2023/06/24 19:51] – [DHCPv6 with Prefix Delegation] -condense, formatting hogwildbasic-ipv6 [2023/06/24 20:55] (current) – [IPv6 DUID Type] hogwild
Line 5: Line 5:
 ===== IPv6 Service Type ===== ===== IPv6 Service Type =====
  
-IPv6 has a number of services, or modes of operation which it can use. Some partly depend on IPv4 services, and others are run entirely independent of IPv4. Please ask your Internet Provider or search the Web to learn which IPv6 service type is used on your your ISP's network.+IPv6 has a number of services, or modes of operation which it can use. Some partly depend on IPv4 services, and others are run entirely independent of IPv4. Please ask your Provider or search the Web to learn which IPv6 service type is used on your ISP's network.
  
-//Note about MultiWAN setups://+Currently, FreshTomato **does not** support IPv6 in MultiWAN configurations. Only the first WAN interface can use IPv6.
  
-FreshTomato does not currently support IPv6 in MultiWAN configurations. Only the first WAN interface can/will use IPv6. 
  
 ==== Disabled ==== ==== Disabled ====
Line 15: Line 14:
 This is the Default state. IPv6 is disabled by default. (IPv6 traffic will still flow/work if in access point mode, for example.) This is the Default state. IPv6 is disabled by default. (IPv6 traffic will still flow/work if in access point mode, for example.)
  
-[[https://wiki.freshtomato.org/lib/exe/detail.php?id=ipv6&media=2fc0f7d6120da595c3b6b77f52a7f4bf.png|{{:2fc0f7d6120da595c3b6b77f52a7f4bf.png}}]] 
  
 ==== DHCPv6 with Prefix Delegation ==== ==== DHCPv6 with Prefix Delegation ====
Line 21: Line 19:
 This configuration method is one of the most commonly used. It provides native IPv6 connectivity for your network. It allows the ability to assign different IPv6 address ranges for bridge 0 (br0) to 3 (br3) if you're given a prefix with length smaller than 64 (for example 60 or 56) from your provider. The option to assign IPv6 address ranges for bridge 1 (br1) to 3 (br3) is only visible if the bridges already exist. Check your configuration in the //Basic///[[basic-network|Network]] menu to learn more. This configuration method is one of the most commonly used. It provides native IPv6 connectivity for your network. It allows the ability to assign different IPv6 address ranges for bridge 0 (br0) to 3 (br3) if you're given a prefix with length smaller than 64 (for example 60 or 56) from your provider. The option to assign IPv6 address ranges for bridge 1 (br1) to 3 (br3) is only visible if the bridges already exist. Check your configuration in the //Basic///[[basic-network|Network]] menu to learn more.
  
-**Configuration example for German Telekom ISP**+ \\
  
-German Telekom, Europe's biggest telecom company, supports a dual-stack setup (IPv4 & IPv6). By default, it provides a prefix length of 56 for regular consumers. A prefix length of 64 (the default configuration for FreshTomato) will also work, but eliminates the possibility of assigning different IPv6 address ranges for bridge 1 (br1) to 3 (br3).+Example Configuration: German Telekom
  
- \\+German Telekom is Europe's biggest telecom company. It supports a dual-stack setup (IPv4 & IPv6). By default, it provides a prefix length of 56 for regular consumers. A prefix length of 64 (FreshTomato's default) will also work. However, that eliminates the possibility of assigning different IPv6 address ranges for bridge 1 (br1) to 3 (br3).
  
-{{:ft_basic_ipv6_dhcpv6_01.png}}+ \\ {{::basic-ipv6-dhcpv6_with_pd-2023.2.jpg?736}}
  
  \\  \\
Line 33: Line 31:
  \\  \\
  
-**Extended options are available for IPv6 DHCPv6 PD - if bridges 1 (br1) to 3 (br3) exist AND if the prefix length is smaller than 64 (for example 60 or 56)**+Extended options are available in this mode. If bridges 1 (br1) through 3 (br3) exist, and if the prefix length is smaller than 64, you can enable IPv6 subnets for these bridges, as seen below.
  
- \\ +{{::ft_basic_ipv6_dhcpv6_02-2020.7.jpg?731}}
- +
-{{:ft_basic_ipv6_dhcpv6_02.png}}+
  
  
Line 66: Line 62:
 ===== IPv6 DUID Type ===== ===== IPv6 DUID Type =====
  
-Every DHCP client and server does have a DUID (DHCP Unique Identifier). The DHCP server uses the DUID to identify the clients for the selection of configuration parameters.+Every DHCP client and server have a DHCP Unique Identifier, or "DUID". The DHCP server uses the DUID to identify clients for the selection of configuration parameters.
  
 Options: Options:
Line 73: Line 69:
   * DUID-LLT   * DUID-LLT
  
-DUID-LL will use the LAN (eth0) MAC address and will not change (static always) over time. DUID-LLT will in addition include time value, and will change on every reboot or reconnect of the WAN interface. You can see the currently used DUID at the GUI Status Overview.+ \\
  
-Support for this option is available starting with release 2022.4+DUID-LL will use the LAN (eth0) MAC address and will not change (remain static) over time. DUID-LLT will, in addition, include time value, and will change on every reboot or reconnect of the WAN interface. You can see the currently used DUID on the Status Overview menu.
  
-Note: DUID-EN or DUID-UUID or custom DUID are currently not supported.+Support for this option started with release 2022.4. 
 + 
 +Note: DUID-ENDUID-UUID or custom DUIDs are currently not supported. 
 + 
 + \\
  
 {{:pasted:20220722-092300.png?400}} {{:pasted:20220722-092300.png?400}}
 +
 + \\
 +
  
 ===== Prefix Length ===== ===== Prefix Length =====
basic-ipv6.1687632713.txt.gz · Last modified: 2023/06/24 19:51 by hogwild