summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2011-07-22Bug 5681: Change vyatta-update-nat.pl to correspond new configuration path ↵Daniil Baturin
out of service branch.
2010-06-10Change nat to use IpTables::Mgr to enable/disable conntrack.Stig Thormodsrud
2010-06-10start fresh for each conntrack callMohit Mehta
2010-06-10* make 'show nat translations' cmnds work with conntrack-tools 0.9.14Mohit Mehta
* might have to build conntrack-tools locally to patch it for filtering src and dst nat entries together
2010-04-09Change DNAT to use index 2 to skip over VYATTA_PRE_DNAT_HOOK.Stig Thormodsrud
2010-03-05Fix nat conntrack teardown.Stig Thormodsrud
2010-02-03fix bug 4115 'clear nat translations' does not clear nat translationsMohit Mehta
* removed command 'clear nat translations'. connection tracking entries can be flushed using 'clear connection-tracking' command * use perl api to get currently active NAT rules
2010-02-02partial fix for bug 4115 'clear nat translations' does not clear nat ↵Mohit Mehta
translations * added op-mode commands to clear counters for NAT rules clear nat counters # clear counters for all NAT rules clear nat counters rule <rule-num> # clear counters for a specific NAT rule
2009-08-05* Fix Bug 1445 - Allow setting protocols tcp and udp in one ruleMohit Mehta
NAT rules can be defined with 'tcp_udp' as a valid value for protocol * Fix Bug 4780 - DNAT rule to translate port fails
2009-07-24add support for disabling a NAT ruleMohit Mehta
2009-04-20Add log option to NAT rules.Stig Thormodsrud
2009-01-23- Fix statistics in "show nat statistics" when target is NETMAPMohit Mehta
- Script to generate a new output for the "show nat rules" command - Fix Bug 3401 some indication is needed for the excluded rules in the "show nat rules" result
2008-11-25change VyattaNatRule to Vyatta::NatRuleStephen Hemminger
2008-11-24extra space causes errorStephen Hemminger
2008-11-21Convert to Vyatta::Stephen Hemminger
2008-11-21Rename VyattaNatRule to Vyatta::NatRuleStephen Hemminger
Rearrange perl modules
2008-11-03fix for bug 3717: enforce interface restrictionsAn-Cheng Huang
2008-10-31Fix "show nat translation monitor" to work with both snat & dnat.Stig Thormodsrud
2008-10-30fix for bug 3858: skip the PRE_SNAT_HOOK rule in stats output.An-Cheng Huang
2008-09-25fix for bug 3717: generate error messages when inbound-interface is setAn-Cheng Huang
in masquerade rule
2008-08-28Don't flush the nat table since other features now add nat rules.Stig Thormodsrud
2008-08-25fix index for NAT PREROUTING chainAn-Cheng Huang
2008-08-21fix for bug 3622: add pre-SNAT hookAn-Cheng Huang
2008-08-06Fix typo.Stig Thormodsrud
2008-08-06Use unbuffered writes in pipe mode.Stig Thormodsrud
2008-08-02Tweak "show nat translations" headings.Stig Thormodsrud
2008-08-02Fix 522: Feature Request: add "show nat translations" command to list active ↵Stig Thormodsrud
NAT translations.
2008-05-12fix for bug 3249: disallow multiport if both source and destination portsAn-Cheng Huang
are specified.
2008-05-12fix for bug 3248: "exclude" now works with "source" and "destination" types.An-Cheng Huang
2008-05-12fix for bug 3246: show error message when NAT rule has no "type".An-Cheng Huang
2008-03-10fix for bug 2975: add sudo for "iptables -L"An-Cheng Huang
2008-03-07fix non-root iptables usage in natStephen Hemminger
Bugfix: 2698 Align usage of sudoers /sbin/iptables in NAT to allow non-root user to run commands.
2008-03-06fix for bug 2963: handle "KMG" counter representations.An-Cheng Huang
2008-02-22fix clear commands for operator levelAn-Cheng Huang
2008-02-21add error checking for show commandAn-Cheng Huang
2008-02-11use common implementation of source/destination handling for NAT and firewall.An-Cheng Huang
2008-02-08add address validationAn-Cheng Huang
2008-02-08merge address range into addressAn-Cheng Huang
2008-02-08merge ports in show outputAn-Cheng Huang
2008-02-08move common function to vyatta-cfgAn-Cheng Huang
2008-02-08fix for bug 2791: merge port configuration options.An-Cheng Huang
2008-02-01fix for bug 2528: collapse source/destination "address" and "network".An-Cheng Huang
2008-02-01fix for bug 2590: "protocols" -> "protocol"An-Cheng Huang
2007-12-19fix for bug 2067: add "exclude" option for NAT rules to allow users toAn-Cheng Huang
exclude certain packets from NAT.
2007-12-19* add completion help/value check.An-Cheng Huang
* fix show command.
2007-12-19migrate NAT from fairfield to glendaleupstreamAn-Cheng Huang