summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
Commit message (Collapse)AuthorAgeFilesLines
* Show aliases popup on Outbound NAT listRenato Botelho2013-12-021-4/+22
|
* Fix typosRenato Botelho2013-12-021-1/+1
|
* Make it more visible when an item is disabledRenato Botelho2013-11-251-17/+29
|
* We do not need 2 variables to do the same thing, simplify it a bitRenato Botelho2013-11-201-19/+16
|
* Improve text on outbound NAT page to reflect last changes, it should fix #2416Renato Botelho2013-11-191-6/+6
|
* Fix a wrong } left on my last commitRenato Botelho2013-11-191-1/+0
|
* Try to detect already automatically created outbound NAT rules and avoid ↵Renato Botelho2013-11-191-2/+18
| | | | duplicating them. Also automatically create rules when switching from hybrid to manual. Ticket #2416
* Use the same code to automatically create outbound NAT rules when mode ↵Renato Botelho2013-11-181-122/+13
| | | | change to manual, ticket #2416
* Move automatic rules to a separate table, ticket #2416Renato Botelho2013-11-141-43/+62
|
* Show advanced outbound rules and inform user what are being used and what ↵Renato Botelho2013-11-141-9/+110
| | | | are being ignored. It should fix #2416
* Add hybrid and disabled outbound NAT, fixes #2416:Renato Botelho2013-11-131-134/+143
| | | | | | | | | | | | | - Add 2 new outbound NAT modes, hybrid and disabled, manual and advanced keep working the same way - Hybrid mode applies manual rules first, automatic after - Disabled do no create any outbound NAT rules - Remove ipsecpassthru config field and rename advancedoutbound to outbound - Save mode on $config['nat']['outbound']['mode'] to simplify the logic - Modify config.default to reflect changes - Add code to upgrade config, and change latest_version to 10.3 - Use html to align modes and remove some hacks to align using  
* Fix indent, whitespaces and a close a couple of unbalanced tagsRenato Botelho2013-11-121-268/+336
|
* outboundnat, disable checkboxPiBa-NL2013-09-161-1/+24
|
* touch up text, s/nat/NAT/Chris Buechler2013-09-031-1/+1
|
* Tidy up "firewall_nat_out.php" XHTMLColin Fleming2013-05-011-37/+36
| | | | | | | | | Close BR, INPUT and IMG tags and ALT to IMG tags Update HTML Boolean operators Move NOWRAP to class statement Move CENTER tag to ALIGN statement in TD tag Add missing closing SPAN tag Add missing closing P tag
* Rearrange this manual outbound NAT rule generation loop -- fixes unnecessary ↵jim-p2013-03-201-93/+93
| | | | duplication of Localhost and VPN rules.
* Add the user/time tracking to Port forwards and outbound NAT also.jim-p2013-03-201-0/+7
|
* Insert new NAT rules on the top of the list when top plus icon is used. ↵Renato Botelho2013-02-211-1/+1
| | | | Fixes #1118
* Do not skip displaying outbound NAT rules with no interface or an invalid ↵Erik Fonnesbeck2013-01-051-8/+0
| | | | interface; it interferes with editing/deleting the skipped rule itself or rules after it.
* Revert "Use get_Cofnigured_interface_with_descr() here since that's the purpose"Erik Fonnesbeck2013-01-051-6/+9
| | | | This reverts commit 0c8e9f0c26b29f57faa2ccef9a559774103fee79.
* Use get_Cofnigured_interface_with_descr() here since that's the purposeErmal2013-01-051-9/+6
|
* Fix outbound NAT rules when interface is deleted:Renato Botelho2013-01-051-6/+9
| | | | | | | | | | - When delete interface, do not touch outbound NAT rules - Skip outbound NAT rules when interface doesn't exist - Bump latest_config to 9.2 - Since rules with no interface were considered as wan, convert old rules adding interface 'wan' to avoid breaking old configs It should fix #2338
* add " address" behind the interface nat namePiBa-NL2012-11-201-1/+1
|
* show difference between outbound NAT and outbound NONAT.PiBa-NL2012-11-181-6/+8
|
* Refine saving/applying on more pages - don't show apply or take an action ↵jim-p2012-10-091-8/+8
| | | | unless the user is allowed to do that.
* Protect against a potential infinite loop here.jim-p2012-08-011-1/+2
|
* Add per-rule delete ("X") button to Outbound NAT rulesDarren Embry2012-03-211-1/+12
| | | | http://redmine.pfsense.org/issues/1062
* fix firewall_nat_out to not auto-generate outbound NAT rules with one too ↵Chris Buechler2011-09-091-1/+2
| | | | many IPs
* Clarify notes so people don't think they need to disable pf to disable NAT.jim-p2011-08-301-1/+4
|
* Merge remote branch 'upstream/master'jim-p2011-06-011-8/+15
|\ | | | | | | | | | | | | | | | | | | Conflicts: conf.default/config.xml etc/inc/filter.inc etc/inc/globals.inc etc/inc/pfsense-utils.inc etc/inc/upgrade_config.inc usr/local/www/interfaces.php
| * Bug#1528. Automatically create outbound NAT rules on WAN for localhost when ↵Evgeny Yurchenko2011-05-301-0/+11
| | | | | | | | switching to manual.
| * Fix automatic and manual outbound NAT for PPTP. Fixes #954jim-p2011-05-241-8/+4
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-03-151-8/+12
|\ \ | |/
| * Fix typojim-p2011-03-101-2/+2
| |
| * Clarify text on outbound NAT page.jim-p2011-03-101-8/+12
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-02-111-16/+18
|\ \ | |/
| * Also fix easyrule and auto->manual nat switch code. Ticket #1243jim-p2011-02-101-16/+18
| |
* | Unbreak static routesSeth Mos2011-01-211-0/+1
|/ | | | Add initial NPt Network Prefix Translation pages
* If an outbound nat rule has a protocol specified, show it in the summary view.jim-p2011-01-191-0/+2
|
* Allow entering an arbitrary subnet for outbound NAT translations.jim-p2010-12-291-0/+2
|
* Fix variable names. Ticket #954Erik Fonnesbeck2010-11-141-5/+5
|
* Merge remote branch 'mainline/master'Renato Botelho2010-08-121-2/+2
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
| * Modify various (s)printf format strings to allow translations to change the ↵Erik Fonnesbeck2010-08-111-2/+2
| | | | | | | | order of the inserted strings.
* | gettext() fixes on firewall_nat_out.phpCarlos Eduardo Ramos2010-08-121-5/+5
|/
* don't static port 5060 by default, it breaks things much more often than it ↵Chris Buechler2010-08-061-10/+0
| | | | helps.
* Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-08-031-7/+3
|\ | | | | | | | | | | | | Conflicts: usr/local/www/diag_nanobsd.php usr/local/www/diag_packet_capture.php usr/local/www/firewall_shaper.php
| * Fix interface name display for various cases on NAT rule listings.Erik Fonnesbeck2010-08-011-7/+3
| |
* | Checked gettext() implementation on firewall_nat_out.phpCarlos Eduardo Ramos2010-07-121-1/+1
| |
* | Checked gettext() implementation on firewall_nat_out.phpCarlos Eduardo Ramos2010-07-121-10/+10
| |
* | Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-07-121-26/+37
|\ \ | |/ | | | | | | | | | | Conflicts: usr/local/www/firewall_nat_out.php usr/local/www/firewall_rules.php usr/local/www/firewall_rules_edit.php
OpenPOWER on IntegriCloud