1

Vyos ver. 1.1.8

When in configuration mode, you can easily disable a NAT rule by using the "disabled" argument. E.g.:

set destination nat rule 10 disabled

But how to enable it again ?

may24x
  • 21
  • 4

1 Answers1

1

It can be done by "deleting" the "disabled" ...

delete destination nat rule 10 disabled
commit
save

This will remove only the "disabled" component not the whole rule.

may24x
  • 21
  • 4