Add this fix here too for upnp, set the bits when specifying the listening IP.
Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158
Remove obsolete file lurking on installs.
Allow people to enter another user than admin for syncrhonizing in the carp settings page.
Allow OpenNTPD to listen on Virtual IPs, not just interfaces. Fixes #342
Fix #1277Wasn't able to remove the multicast RIPv2 discovery at startup, butall ripv1 response's are gone now.
Fixes #1514. Differentiate in the carp settings between layer7, limiter and queues so layer7 and limiters do not rely on queues being active.
Add GUI option to CARP settings for syncing certs. It was in the backend code but not the GUI. Fixes #1316
Remove custom code for checking ip_addr and use the pfsense provided one.
Do not be so drastic on normal failure.
More fixes to comments and code for upnpd. Also bring up to speed the stop/start logic.
Improve logging and some tests during miniupnpd config generation.
This is not true anymore as piece of code.
Correctly get only the interface mac address rather than any other found mac on this interface.
fix text
Fix routed starting. Reported-by: http://forum.pfsense.org/index.php/topic,29015.0.html
Reformat pfsync/xmlrpc sync settings. Hopefully make it more clear to understand and use.
Recent move (d32d3970d58683d02f89073103eb595eaa8f395f) of routed/ items required additional files to be updated to reflect correct path.
Fix misc input validation errors. Move routed/* to same dir as pkg items
Add Captive Portal CARP configuration synchronization
Fix the end of this file.
Optionally sync users and groups via xmlrpc. Fixes #650
Add NAT-PMP support to UPnP. Fixes #262. Thanks to Salvatore LaMendola for the patch.
Sync OpenVPN settings and DHCP Daemon settings via XMLRPC, and for DHCP set a proper failover IP where needed. Ticket #645 & Ticket #646 - Still needs a way to sync/restart services on Backup after config sync.
Fix RIP code to be compliant with 2.0.
Catch up with php5 changes on array.
Fix typo
fix typos
Add listtopic. Remove tab
s/interfaces_carp_configure/interfaces_carp_setup/
Do not enable / disable javascript field. Resolves #41
Fix potential bug in UPnP config.If the shaper has never been used, the value being checked may not exist or not be an array.
Add traffic shaper queue field to UPnP config
Adding enablefields tag to enable/disable form elements
don't kill routed unless it's running to avoid error in system log
Add (s)
Rework most of the OpenVPN support. The interfaces have been updated tonot use the pkg system and the configuration has been migrated to anopenvpn prefix. The centralized user and certificate manager is now usedto support the openvpn configurations. Most of the files removed in this...
Eliminate interfaces_carp_bring_up_final()
Shutdown client instances upon deleting.
Pass mode
Shutdown deleted process
clean up text
change default value, fix white space
shared key needs to be input field
fix wording
Begin adding OpenVPN users feature.
Differentiate between shared key and pki on the GUI.Fix some errors with the javascript
OpenVPN: remove keepalive, its already hardcoded
OpenVPN: added keepalive and infinite resolver options
OpenVPN: my fault... now its correct... the server pushes the commands...
OpenVPN: redirect-gateway added [for CSC]
OpenVPN: redirect-gateway added
Remove ugly hacks and use propper method for dispalying generated ciphers.
Correct typo.
Switch to using generated certificates for server mode.
Show the certificate tab in all openvpn configuration tabs.
Use the new introduced pages.
Introduce the Certificate generation tab for openvpn and use the certifacte generation page created by Scott.Add the table missing tab to the certificate generation page.
touch up text
Ticket #1644
Ticket #1577
Ticket #1569
OpenVPN-multi-interface-patches by Fernando Tarl? Cardoso Lemos
Ticket 1709: fixed typo in OpenVPN cfg-page
Ticket 1709: fexed typo in OpenVPN cfg-page
global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427
- clean up miniupnpd.inc use array directly instead of seperate function
MFC fix to RELENG_1
fixed some typos
remove duplicate upnp disabled message
-move upnp_action to services.inc-make sure to clear rules when stopping miniupnpd-fix status_upnp and status_services pages so they use upnp_action and not the rcfile
Shutdown miniupnpd correctly.
Ticket #1383
Use /var/etc/
Woops, we need this code. Write out config file correctly.
Correctly move upnp to base since LiveCD cannot write files to /usr/local/etc or /usr/local/etc/rc.d/
Ticket #1342
Add Type-Of-Service-passthru for server and client
Add OpenVPN CSC-DHCP Options (override per Client), add TLS-Authentication, add connection-limit for server
-bump miniupnpd version 20070521-dropped status tab from upnp services page-dropped tabs from upnp status page
Use pfSync SYNCPEER directive if defined.
Ticket #1317
Add openvpn server tos and dhcp server options.
Submitted-by: Martin Fuchs
Fix spelling mistake
Pointed-out-by: Summat via IRC
Add a note that you do not use Synchronize IP and password option on backup cluster members.
Allow synchornize to ip to be blank.
Capitalize IP
Take into account the DHCP wan ip address as well
Do not forget VIP's as well.
Do not allow the setting of the carp sync ip to be an ip address on the same firewall. This leads to a sync loop.
Remove hack that checks for blank protocol. We need to fix the upstream bug that is causing the blank entries. This bug is also appearing in the load balancing area now.
Increase the size of the openvpn custom options box.
Apply OpenVPN patch from Martin Fuchs which adds outgoing tunnel bandwidthg control.
Move sync schedules underneath firewall rules section for cosmetic bling bling.
Suggested-mulitple-times-by: Holger
Use the correct array path to deterimine if a false entry exists.
Only check for server or client respectively instead of checking for both. Otherwise if a operator is only running server or client openvpn entries we do not show the configuration.
Add xml sync schedules option
Do not show blank openvpn configuration items.