The tutorial is intentionally using “src-nat” instead of “Masquerade” to avoid its disadvantages:
Instead of masquerade, we will use src-nat for our local networks, because we do not want to purge connections which is one of masquarades main features when a primary link fails. We will restrict them with a firewall rules (later in this example)
If I change the value of the “action” field as you wrote, then:
I assume that all of Masquerade disadvantages would be applied to my setup.
Would I still need to follow the tutorial with the rest of the commands?
I’d rather to avoid Masquerade, if there is some other technique possible in this case.