mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-10-26 08:41:46 +01:00 
			
		
		
		
	T6679: add group option for nat66
This commit is contained in:
		
							parent
							
								
									78c7e67fbe
								
							
						
					
					
						commit
						33adc9b977
					
				| @ -105,6 +105,18 @@ Example: | |||||||
|   set nat66 destination rule 1 destination address 'fc00::/64' |   set nat66 destination rule 1 destination address 'fc00::/64' | ||||||
|   set nat66 destination rule 1 translation address 'fc01::/64' |   set nat66 destination rule 1 translation address 'fc01::/64' | ||||||
| 
 | 
 | ||||||
|  | For the destination, groups can also be used instead of an address. | ||||||
|  | 
 | ||||||
|  | Example: | ||||||
|  | 
 | ||||||
|  | .. code-block:: none | ||||||
|  | 
 | ||||||
|  |   set firewall group ipv6-address-group ADR-INSIDE-v6 address fc00::1 | ||||||
|  | 
 | ||||||
|  |   set nat66 destination rule 1 inbound-interface name 'eth0' | ||||||
|  |   set nat66 destination rule 1 destination group address-group ADR-INSIDE-v6 | ||||||
|  |   set nat66 destination rule 1 translation address 'fc01::/64' | ||||||
|  | 
 | ||||||
| Configuration Examples | Configuration Examples | ||||||
| ====================== | ====================== | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user