9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
add table ip nat
|
|
|
|
table ip nat {
|
|
chain postrouting {
|
|
type nat hook postrouting priority 100
|
|
oifname enp5s0f0 masquerade
|
|
}
|
|
}
|