forked from DGNum/infrastructure
feat(ISP): enable SNAT on 5C:64:8E:F4:09:06
For testing purposes. Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
parent
3b766e6a2b
commit
595407c13b
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 ip saddr != 10.0.255.0/24 snat ip to 129.199.195.130-129.199.195.158
|
||||
ip saddr 10.0.0.0/16 ether saddr 5c:64:8e:f4:09:06 snat ip to 129.199.195.130-129.199.195.158
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue