Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-29 | T166: Changed NPTv6 to use NETMAP | Merijn Evertse | |
2015-11-28 | vyatta-nat: only create nat object for testing changed or added rules | Alex Harpin | |
Only create a new source or destination NAT object when testing changed or added NAT rules to reduce testing overhead. Bug #493 http://bugzilla.vyos.net/show_bug.cgi?id=493 | |||
2015-11-28 | vyatta-nat: formatting changes for style consistency | Alex Harpin | |
Update scripts/vyatta-update-dst-nat.pl and scripts/vyatta-update-src-nat.pl to maintain style and consistency. | |||
2015-07-19 | vyatta-nat: check nat rules for errors before processing them for real | Alex Harpin | |
Errors in both source and destination NAT rules can cause either rules to be overwritten (completely or partially), dropped entirely, or just ending up with an inconsistent state in comparison to the current configuration. This can lead to unpredictable NAT results, which can't even be corrected by deleting all the nat rules, only a reboot will correct the issue. Checking these rules for consistency in a separate loop before they are applied allows the errors to flagged up and the commit failed before the nat table is touched. Bug #493 http://bugzilla.vyos.net/show_bug.cgi?id=493 | |||
2015-07-19 | Revert "vyatta-nat: check nat rules for errors before processing them for real" | Alex Harpin | |
This reverts commit 5f05bdd480f0de2be2d87934b9b53dab09ead9ea. | |||
2015-07-12 | vyatta-nat: check nat rules for errors before processing them for real | Alex Harpin | |
Errors in both source and destination NAT rules can cause either rules being overwritten or partially, dropped entirely or just end up with an inconsistent state in comparison to the current configuration. This can lead to unpredictable NAT results, which can't even be corrected by deleting all the nat rules, only a reboot will solve them. Checking these rules for consistency in a separate loop before they are applied allows the errors to flagged up and the commit failed before the nat table is touched. Bug #493 http://bugzilla.vyos.net/show_bug.cgi?id=493 | |||
2015-02-15 | Add initial support for NPTv6 (#387) | kouak | |
2014-03-19 | Fix condition of all_deleted | Yuya Kusakabe | |
2013-11-10 | Bug #8331: provide rule number in commit error message. | Daniil Baturin | |
2012-01-04 | Don't display masquerade rule code help for destination rules.oxnard-nat-enhancements | Daniil Baturin | |
2012-01-04 | Don't display translation address for masquerade rules | Daniil Baturin | |
for any interface. | |||
2011-12-15 | Update vyatta-nat-translation.pl to match CLI changes. | Daniil Baturin | |
2011-12-15 | Update show NAT statistics script to match CLI changes, | Daniil Baturin | |
rename to make more clear what does it do. | |||
2011-12-14 | Bug #6617: fix counters flush for rules with logging. | Daniil Baturin | |
2011-12-14 | Update clear counters script to match CLI changes. | Daniil Baturin | |
2011-12-14 | Fix formatting in "show nat * rules". | Daniil Baturin | |
2011-12-13 | Fix rule prefix display for rules that are masquerade and exclude | Daniil Baturin | |
at the same time. | |||
2011-12-10 | Bug #6365: Display rule description in "show nat * rules" output. | Daniil Baturin | |
2011-12-09 | Fix extra line break when rule condition is empty. | Daniil Baturin | |
2011-12-09 | Update vyatta-show-nat-rules.pl to match CLI syntax changes. | Daniil Baturin | |
2011-10-31 | Fix file description for destination NAT update script. | Daniil Baturin | |
2011-10-11 | Bug 5682: Add vyatta-update-src-nat.pl script for source NAT rules update. | Daniil Baturin | |
2011-10-11 | Bug 5682: Add vyatta-update-dst-nat.pl script for destination NAT | Daniil Baturin | |
rules update | |||
2011-10-11 | Bug 5682: Remove old vyatta-update-nat.pl script now splitted into | Daniil Baturin | |
source and destination parts | |||
2011-09-13 | Fix description in vyatta-update-nat.pl | Daniil Baturin | |
2011-07-22 | Bug 5681: Change vyatta-update-nat.pl to correspond new configuration path ↵ | Daniil Baturin | |
out of service branch. | |||
2010-06-10 | Change nat to use IpTables::Mgr to enable/disable conntrack. | Stig Thormodsrud | |
2010-06-10 | start fresh for each conntrack call | Mohit Mehta | |
2010-06-10 | * make 'show nat translations' cmnds work with conntrack-tools 0.9.14 | Mohit Mehta | |
* might have to build conntrack-tools locally to patch it for filtering src and dst nat entries together | |||
2010-04-09 | Change DNAT to use index 2 to skip over VYATTA_PRE_DNAT_HOOK. | Stig Thormodsrud | |
2010-03-05 | Fix nat conntrack teardown. | Stig Thormodsrud | |
2010-02-03 | fix bug 4115 'clear nat translations' does not clear nat translations | Mohit 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-02 | partial 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 rule | Mohit 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-24 | add support for disabling a NAT rule | Mohit Mehta | |
2009-04-20 | Add log option to NAT rules. | Stig Thormodsrud | |
2009-01-23 | - Fix statistics in "show nat statistics" when target is NETMAP | Mohit 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-25 | change VyattaNatRule to Vyatta::NatRule | Stephen Hemminger | |
2008-11-24 | extra space causes error | Stephen Hemminger | |
2008-11-21 | Convert to Vyatta:: | Stephen Hemminger | |
2008-11-21 | Rename VyattaNatRule to Vyatta::NatRule | Stephen Hemminger | |
Rearrange perl modules | |||
2008-11-03 | fix for bug 3717: enforce interface restrictions | An-Cheng Huang | |
2008-10-31 | Fix "show nat translation monitor" to work with both snat & dnat. | Stig Thormodsrud | |
2008-10-30 | fix for bug 3858: skip the PRE_SNAT_HOOK rule in stats output. | An-Cheng Huang | |
2008-09-25 | fix for bug 3717: generate error messages when inbound-interface is set | An-Cheng Huang | |
in masquerade rule | |||
2008-08-28 | Don't flush the nat table since other features now add nat rules. | Stig Thormodsrud | |
2008-08-25 | fix index for NAT PREROUTING chain | An-Cheng Huang | |
2008-08-21 | fix for bug 3622: add pre-SNAT hook | An-Cheng Huang | |
2008-08-06 | Fix typo. | Stig Thormodsrud | |
2008-08-06 | Use unbuffered writes in pipe mode. | Stig Thormodsrud | |