forked from DGNum/infrastructure
feat(nat): desactivating on vlan-apro
This commit is contained in:
parent
7885442381
commit
b8601b0782
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ in
|
|||
content = ''
|
||||
chain postrouting {
|
||||
type nat hook postrouting priority 100;
|
||||
ip saddr 10.0.0.0/16 snat ip to 129.199.195.130-129.199.195.158
|
||||
ip saddr 10.0.0.0/16 ip saddr != 10.0.255.0/24 snat ip to 129.199.195.130-129.199.195.158
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue