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 [2022/07/22 07:42] – IPv6 DUID type m_arsbasic-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 ====
  
-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 Internet 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/[[: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**+ \\
  
-Europe's biggest telecommunications company supports a dual-stack setup (IPv4 & IPv6). By default, German Telekom 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
  
-{{https://wiki.freshtomato.org/lib/plugins/ckgedit/fckeditor/userfiles/image/pasted/ft_basic_ipv6_dhcpv6_01.png?1000x906&nolink}}+German Telekom is Europe's biggest telecom companyIt 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).
  
-**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)**+ \\ {{::basic-ipv6-dhcpv6_with_pd-2023.2.jpg?736}} 
 + 
 + \\ 
 + 
 + \\ 
 + 
 +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}}
  
-{{https://wiki.freshtomato.org/lib/plugins/ckgedit/fckeditor/userfiles/image/pasted/ft_basic_ipv6_dhcpv6_02.png?855x473&nolink}} 
  
 ==== Static IPv6 ==== ==== Static IPv6 ====
Line 57: 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 64: 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.+ \\
  
-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. 
 + 
 +Support for this option started with release 2022.4
 + 
 +Note: DUID-EN, DUID-UUID or custom DUIDs are currently not supported. 
 + 
 + \\ 
 + 
 +{{:pasted:20220722-092300.png?400}} 
 + 
 + \\
  
-Note: DUID-EN or DUID-UUID or a custom DUID are currently not supported. 
  
 ===== Prefix Length ===== ===== Prefix Length =====
Line 79: Line 93:
  
 This function should be enabled for ISPs that require only a Prefix Delegation (usually PPPoE-authenticated xDSL or fiber connections). This function should be enabled for ISPs that require only a Prefix Delegation (usually PPPoE-authenticated xDSL or fiber connections).
 +
 +===== Do not allow PD/Address release =====
 +
 +Prevent DHCP6 client to send a release message to the ISP on exit. With this option set, the client is more likely to receive the same allocation with subsequent requests.
 +
 +Support for this option is available starting with release 2022.4
  
 ===== Add default route ::/0 ===== ===== Add default route ::/0 =====
basic-ipv6.1658472162.txt.gz · Last modified: 2022/07/22 07:42 by m_ars