Fixing css layout
Limit NAT description to prevent invalid rules.Submitted-by: Devon O'Dell <devon.odell@coyotepoint.com>
Fix case-o
s/carp/CARP
Ticket #1097
When a External port range item is an alias, disallow the entry of Local port.
In-discussion-with: BillMBug-reported-by: ChrisB
Correct error message field names
Ticket #1084
When redirecting FTP entries to internal, install rules for interface address correctly if chosen.
Make field names in input validation consistent with the field names on the form. Our users are already confused enough to have this type of stuff going on.
Return correct field for input validation for nat ip
add value="yes" for nosync
Correctly display NOSYNC
Ticket #848
Complete nosync support
Add PPPOE options.
When adding a redirect for FTP alert the user that it really creates 2 firewall rules
Ticket #899
When selecting WAN ip in NAT port forward, correctly create the helper firewall rule for it if the service is ftp
Ticket #843
Sync w/ m0n0wall 1.21 to bring back in the overlap port check
Remove #!/usr/local/bin/php
MFC 8805Fix protocol checking so that existing input validation works use endport as startport if specified w/out startport
Check "Auto-add a firewall rule to permit traffic through this NAT rule" by default. This seems to be a really commonly asked question in #m0n0wall
MFC 7730When adding a NAT redirect to a internal FTP server automatically create a rule to allow traffic to the external IP of the redirect, port 21 so that pftpx can function.
Ticket #585
Adding AutoComplete to firewall_nat_edithead.inc searchs javascript directory for includes now
Ticket #283 - make the error message contain enough information to helpfurther debugging
Allow port forwarding of GRE and ESP protocols
Ticket #289
Auto complete alias ports correctyl
Merge in virtual IP codeThis changeset does the following: merges proxy arp and carp setup menus removes proxy arp menu from left side upgrades config file from 1.7 to 1.8 moves existing carp virtual IP and proxy arp config to new <virtualip> tag...
Display grey topbar
Change "Inbound NAT" to "Port Forward" Update _edit.php's to use diaplay_topbar()Change "Outgoing" to "Outbound" for consistency between load balancing and NAT
Don't close <head> tag - these files use javascript inside <head>
Use $pgtitle instead of re-typing the page title overUse head.inc on the _edit.php files
Fix nat rule dup so we really create a new rule instead of just editing the current one.Reported-By: Criggie
Allow hijacking of PPTP connections.
This should fix Ticket #69
Ticket 6: Allow NAT to duplicate rules
Whitespace cleanup
Do not define name twice. This broke port range capability
show any option
Fix missing closing bracket
Make Cancel button match the Save buttons style
Add any option and blurb about when to use it
Add a Cancel button which takes the browser back to the page prior.
Add Alias optoins to NAT ports
Clean up error text to be same as other port range errors
Add $Id$ tag
Do not sort nat out rules. Bill says its evil ;)
Add LAN option for redirects aka inbound nat.
Do not parse aliases entries unless they are defined
More standardization
Add auto complete support to NAT.
Initial revision