summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* MFC 7395Scott Ullrich2005-11-051-4/+4
| | | | Adjust the timeout for updates.
* Enable padlock supportScott Ullrich2005-11-051-12/+10
|
* Log the payload when the operation fails for developer debuggingScott Ullrich2005-11-051-0/+7
|
* Hold down for 60 seconds before switching to primary. If for some reason ↵Scott Ullrich2005-11-051-1/+1
| | | | the backup fails the machine will assume master immediately.
* Execute carp.sh twice. It doesn't pick up all addresses on the first run!?Scott Ullrich2005-11-051-0/+2
|
* MFC 7353Scott Ullrich2005-11-041-1/+1
| | | | add newline break to debug file entries
* * Execute file on bootupScott Ullrich2005-11-041-2/+2
| | | | * Sleep for 30 before bringing up final interfaces
* Do not execute file on bootup. Let the final carp routine bring up the carp ↵Scott Ullrich2005-11-041-3/+1
| | | | interfaces
* Work around some weird race condition where half the carp information is not ↵Scott Ullrich2005-11-041-0/+2
| | | | populated.
* * Do not close earlyScott Ullrich2005-11-041-4/+4
| | | | * Do not exec multiple times
* Write out carp commands to a temp file and execute on bootup/Scott Ullrich2005-11-041-2/+14
|
* Sleep for 15 seconds before changing advskewScott Ullrich2005-11-041-0/+1
|
* Revert to old carp methodsScott Ullrich2005-11-041-9/+0
|
* Log the current dyndns serviceScott Ullrich2005-11-041-1/+2
|
* Change cache file location to /cf/confScott Ullrich2005-11-041-2/+8
|
* Set $curwanipScott Ullrich2005-11-041-0/+2
|
* MFC 7320Scott Ullrich2005-11-031-1/+7
| | | | Add interface ip option for firewall rules
* MFC 7317Scott Ullrich2005-11-031-1/+4
| | | | Correct start pftpx helper when no external-address is specified
* Forgotten MFC. Allow FTP Helper to be started correctly for NAT'd ftp ↵Scott Ullrich2005-11-031-12/+9
| | | | connections
* Add more debugging helpersScott Ullrich2005-11-031-0/+6
|
* Use correct arguments to nsupdateScott Ullrich2005-11-021-1/+1
| | | | Ticket #665
* Surpress handback for 15 seconds after suppress_prempt reads 0.Scott Ullrich2005-11-021-0/+9
| | | | | | Without this change a active SIP call will experience a 13 second "drop". With this change there is no drop during handback. Tested-at: Bluegrass.net
* Move PEAR.php to PEAR.inc.Colin Smith2005-11-011-0/+1086
| | | | Reported-by: Emanuel Gonzalez <egonzalez@starband.net>
* Change to a pfsense page which includes a username and passwordScott Ullrich2005-10-311-1/+11
|
* MFC 7280Scott Ullrich2005-10-311-5/+4
| | | | | | Correctly check for FTP helper on port 21. NOTE that a rule permitting traffic to the EXTERNAL ip and port 21 is required for this.
* Do not iterate unless item is an arrayScott Ullrich2005-10-311-6/+8
|
* MFC 7242Scott Ullrich2005-10-301-0/+4
| | | | | | If there's no bandwidth set on an interface, default the interface to 10Mbit This handles vitual interfaces such as vlan Submitted-by: Dan Swartzendruber
* unmute kernel spew before echoing done and returningScott Ullrich2005-10-291-1/+3
|
* Only echo done when bootingScott Ullrich2005-10-291-1/+2
|
* MFC 7235Scott Ullrich2005-10-291-5/+7
| | | | | | Do not install anti-spoof rules if user has disabled. Huge-pointy-hat-to: Me
* Do not install anti lockout rule unless both the lan ip is set and a subnet maskScott Ullrich2005-10-291-1/+4
| | | | Ticket #655
* Remove the LAN IP address if user has cleared valueScott Ullrich2005-10-291-0/+4
| | | | Ticket #654
* Re-enable phpDynDNS after many hours of sweat and tears.Scott Ullrich2005-10-271-58/+114
| | | | Thanks to Billm for discovering the MPD blocking issues.
* Disable phpDynDns and revert back to ez-ipupdate due to a number of reasons:Scott Ullrich2005-10-261-111/+58
| | | | | | | * Author has decided to unsubscribe from the lists therefore the item will not be supported properly * Item has not been tested enough. Simply putting in the wrong username / password combonitations doesn't even result in a invalid username or password error * We are too close to release to have these repeated issues * After repeated attempts to correct code, major issues still exist (like breaking internet access when combined with pppoe)
* echo "done.\n"; if carp is not configuredScott Ullrich2005-10-261-0/+1
|
* MFC 7164Scott Ullrich2005-10-251-2/+4
| | | | Load dyndns.class when needed only.
* MFC 7162Scott Ullrich2005-10-251-6/+9
| | | | $config is not working correctly as a global. Let the other scripts handle calling updatedns if they need to.
* Add php to <?Scott Ullrich2005-10-251-1/+1
|
* MFC 7145Scott Ullrich2005-10-251-28/+39
| | | | Better mousetrap, generate the "right" filter rules - future proof for the next change which will be to allow destination port to be chosen in adv. nat (we had been kind of overloading what this function did, it wasn't right) Shorten some calls to filter_nat_generate_if() that don't need to pass more arguments.
* Output debugging information to try and find DynDns errorsScott Ullrich2005-10-251-27/+30
|
* MFC 7140Scott Ullrich2005-10-251-9/+11
| | | | Only install wan spoof check rule if a lan ip address is set
* MFC 7138Scott Ullrich2005-10-251-0/+10
| | | | Back out alias fix and return to 1.566
* Add ste interface to compatible ALTQ interfacesScott Ullrich2005-10-241-1/+1
|
* Add space after ppp-linkupScott Ullrich2005-10-241-0/+1
|
* MFC 7125Scott Ullrich2005-10-241-1/+21
| | | | If ppp-linkdown script exists, add it to mpd for pptp and pppoe
* MFC 7126Scott Ullrich2005-10-241-2/+4
| | | | Correctly define port rule.
* MFC 6939Scott Ullrich2005-10-241-2/+2
| | | | XML/RPC.php -> xmlrpc_client.inc
* MFC 7080 7084Scott Ullrich2005-10-231-10/+7
| | | | | Minor cleanup and comment out old $ps code for the time being. Fix backwards comment.
* Correct errorScott Ullrich2005-10-221-1/+1
|
* MFC 7055Scott Ullrich2005-10-221-49/+26
| | | | Rework a number of items to make the code more readable.
OpenPOWER on IntegriCloud