Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



CLI config


Code Block
titlecli config
root@srx320> show configuration security nat
source {
    rule-set nsw_srcnat {
        from zone Internal;
        to zone Internet;
        rule nsw-src-interface {
            match {
                source-address 0.0.0.0/0;
            }
            then {
                source-nat {
                    interface;
                }
            }
        }
    }
}


J-WEB Config








show command