mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
nat44: fix typo in example CLI commands
(cherry picked from commit 40fa9d8bfc9015e25cb84f7806f050d331bd6d39)
This commit is contained in:
parent
0fef4f26f5
commit
3c148d65ae
@ -666,10 +666,10 @@ We will use source and destination address for hash generation.
|
|||||||
set nat destination rule 10 destination port 80
|
set nat destination rule 10 destination port 80
|
||||||
set nat destination rule 10 load-balance hash source-address
|
set nat destination rule 10 load-balance hash source-address
|
||||||
set nat destination rule 10 load-balance hash destination-address
|
set nat destination rule 10 load-balance hash destination-address
|
||||||
set nat destination rule 10 laod-balance backend 198.51.100.101 weight 30
|
set nat destination rule 10 load-balance backend 198.51.100.101 weight 30
|
||||||
set nat destination rule 10 laod-balance backend 198.51.100.102 weight 20
|
set nat destination rule 10 load-balance backend 198.51.100.102 weight 20
|
||||||
set nat destination rule 10 laod-balance backend 198.51.100.103 weight 15
|
set nat destination rule 10 load-balance backend 198.51.100.103 weight 15
|
||||||
set nat destination rule 10 laod-balance backend 198.51.100.104 weight 35
|
set nat destination rule 10 load-balance backend 198.51.100.104 weight 35
|
||||||
|
|
||||||
Second scenario: apply source NAT for all outgoing connections from
|
Second scenario: apply source NAT for all outgoing connections from
|
||||||
LAN 10.0.0.0/8, using 3 public addresses and equal distribution.
|
LAN 10.0.0.0/8, using 3 public addresses and equal distribution.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user