summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Instead of killing openvpn and restarting, simply HUP it to reload its settings.Scott Ullrich2007-01-081-1/+1
|
* Bump version.Seth Mos2007-01-061-1/+1
| | | | Traffic shaper changes, load balancer failover option.
* Let's see if this works ok over the course of a few snapshots. If not we can ↵Seth Mos2007-01-062-4/+29
| | | | | | | | | | | always revert this checkin combination. Do note the s/$POST/$_POST fixes! Allow for a failover type next to the already available load balancing type. The gui server list box needs some up and down box for ordering. For now just remove and add again. New page is way faster anyways. Test by seth with crappy wifi link to the neighbours :-)
* Reintroduce the Penalty Box option. This one has reported succes fromSeth Mos2007-01-062-190/+375
| | | | | | forum users and has been out there for over 2 weeks now. This also allows you to set a upper limit to the p2p queues. Together with the p2pcatchall that makes for a reasonable p2p blocker.
* Do not configure DHCP server on dhcp interfaces.Seth Mos2007-01-021-1/+2
|
* Do not create DHCP server firewall rules for interfaces which are configured ↵Seth Mos2007-01-021-1/+8
| | | | | | for DHCP. They/We/He/She should not run into this, except when migrating a interface configuration to something else.
* Bump the height of all graphs up to 200. This makes us squint less.Seth Mos2007-01-021-7/+7
|
* Merge in new (outbound) load balancing configuration code from HEAD.Seth Mos2006-12-305-48/+254
| | | | | | | | | | * assign interfaces to pool instead of manual IP configuration * Only show interfaces with a gateway * Offer list of monitor IPs including interface gateways. This code is tested for outbound load balancing on a carp cluster and works for me (smos). The server side needs testing. Which I don't know how to. Let's give it a run for a snapshot or 2.
* Renumber, assign and delete rules as needed.Scott Ullrich2006-12-281-9/+12
| | | | Observed-by: Vacum via irc
* s/array_count/array_count_values/Scott Ullrich2006-12-281-3/+3
|
* Renumber, assign and delete rules as needed.Scott Ullrich2006-12-281-6/+36
| | | | Observed-by: Vacum via irc
* Version bumpScott Ullrich2006-12-281-1/+1
|
* Revert back to base dhclientScott Ullrich2006-12-281-1/+1
|
* Go back to stock FreeBSD dhclient. ISC's is not very multi wan friendly and ↵Scott Ullrich2006-12-282-32/+61
| | | | will make rearchitecting our code a complete interface rewrite.
* Limit NAT description to prevent invalid rules.Seth Mos2006-12-271-1/+8
| | | | Submitted-by: Devon O'Dell <devon.odell@coyotepoint.com>
* Fix spellingSeth Mos2006-12-271-2/+2
| | | | Submitted-by: Devon O'Dell <devon.odell@coyotepoint.com>
* MFC miniupnpd changes from Ryan WagonerScott Ullrich2006-12-265-41/+92
|
* Fix ticket 1192 as seen by hoba and seth.Seth Mos2006-12-241-1/+1
|
* Version bumpScott Ullrich2006-12-231-1/+1
|
* Backout penalty box option.Scott Ullrich2006-12-232-292/+145
| | | | Step 3 is supposed to be VOIP, and Seth forgot to rename all of the step ids in the .inc file leading to utter badness.
* Do not create symlink for dhclient-script. This does not work on read-only ↵Scott Ullrich2006-12-231-4/+0
| | | | iso's.
* Regardless of the fact that we are telling dhclient that it's script is ↵Scott Ullrich2006-12-231-0/+4
| | | | /sbin/dhclient-script it wants to run /usr/local/sbin/dhclient-script to symlink on bootup this file if needed.
* Remove old workaround code now that ISC dhclient is backScott Ullrich2006-12-231-7/+0
|
* Hotplug correctly now that ISC dhclient is being used.Scott Ullrich2006-12-231-0/+6
|
* *REALLY* release and renew correctly.Scott Ullrich2006-12-231-12/+9
|
* Version bumpScott Ullrich2006-12-231-1/+1
|
* * Fix release / renewScott Ullrich2006-12-232-14/+12
| | | | * Don't return immediately from dhclient to give it time to associate so we can return correct address back to status_interfaces.php
* Correct path to pgrep:Scott Ullrich2006-12-221-1/+1
| | | | | # which pgrep /bin/pgrep
* Reverse platform testing logic. It must have been oppisite day.Scott Ullrich2006-12-221-2/+2
|
* Only use freebsd-sendfile network handler on Full Installations. Tests have ↵Scott Ullrich2006-12-221-2/+9
| | | | shown that it actually slows down the metallic theme on embedded by Holger.
* Fix DHCP status on status_interfaces.php. Use find_dhclient_process() for test.Seth Mos2006-12-221-6/+7
|
* version bumpScott Ullrich2006-12-211-1/+1
|
* MFC find_dhclient_process() fixes.Seth Mos2006-12-211-6/+8
| | | | | | * Fix pgrep regexp for new dhclient version * Kill process by number instead of (non-existant) pid file. * Return PID number instead of executing the file $pid
* Use correct directive.Scott Ullrich2006-12-211-2/+5
|
* MFC use freebsd-sendfileScott Ullrich2006-12-211-3/+3
|
* Remove bad sysctlScott Ullrich2006-12-211-1/+0
| | | | Pointed-out-by: rsw686 via irc
* Backout last commit. We are already using zlib compression.Scott Ullrich2006-12-211-3/+0
|
* Use GZIP http compression handler. This will speed up the GUI when using ↵Scott Ullrich2006-12-211-0/+4
| | | | over slow WAN links. Or just WAN links in general.
* Output dhclient.conf in the same format as current m0n0.ch beta (freebsd 6 + ↵Scott Ullrich2006-12-211-24/+6
| | | | isc dhclient)
* * Set dhclient-script using optionScott Ullrich2006-12-211-8/+5
| | | | | | * Use -nw Obtained from latest m0n0 beta 1.3
* Version bumpScott Ullrich2006-12-201-1/+1
|
* Switch to ISC-Dhclient. OpenBSD's dhclient is driving me bonkers.Scott Ullrich2006-12-202-17/+5
|
* MFC fixes for Ticket 1187 by proxy for Scott DaleSeth Mos2006-12-172-3/+24
|
* Use correct interface when restarting dhclientScott Ullrich2006-12-171-2/+4
|
* "Always sent Session-Time in accounting packets. This makes most prepaid ↵Scott Ullrich2006-12-171-1/+1
| | | | | | systems to work again." Obtained from m0n0wall
* Revert previous dhclient crontab mojo. When running rc.newwanip if the ip ↵Scott Ullrich2006-12-162-2/+8
| | | | | | == 0.0.0.0 then fire off dhclient again. As seen on the forums ( http://forum.pfsense.org/index.php/topic,2645.0/topicseen.html )
* Version bump.Scott Ullrich2006-12-151-1/+1
| | | | Captive portal optional interface users should consider upgrading to this version.
* Add Penalty box option to the RELENG_1 wizard. I've had no complaintsSeth Mos2006-12-142-144/+291
| | | | | | | and the tests work. It works quite similar to voip queue but with a upper limit. NOTE: This does not shape FTP traffic because of the FTP proxy.
* Create valid pf Syntax!Seth Mos2006-12-141-1/+1
|
* Only pass in on Captive Portal interfaceScott Ullrich2006-12-131-1/+2
| | | | Ticket #1188
OpenPOWER on IntegriCloud