summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Allow the interface assignment code to exit from its strict checking. This ↵Scott Ullrich2007-10-131-0/+4
| | | | allows Netboot installation services to work correctly.
* Do not reconfigure on pptp interfaces.Seth Mos2007-10-091-2/+3
|
* Check if interface is passed along, otherwise returnSeth Mos2007-10-091-0/+4
|
* Switch on correct argument variableSeth Mos2007-10-091-5/+8
| | | | | Clear arp cache per interface instead of all Clear arp cache for staticly configured interfaces
* Ticket #1456 - drop one level of verbosity in tcpdump. Some protocolsBill Marquette2007-10-051-3/+3
| | | | | | | will still decode to multi-line message - not an easy fix. Doesn't appear to break non-raw log display Add VRRP as a protocol type in the decode
* Do not handle blank interface names. Ticket #1461Scott Ullrich2007-10-051-1/+3
|
* Write out file correctlySeth Mos2007-09-261-1/+3
|
* Do not match netmasksSeth Mos2007-09-251-3/+6
|
* Trigger on real hostnames onlySeth Mos2007-09-251-2/+2
|
* Change function add_hostname_to_watch() to use host so we handle multiple IP ↵Seth Mos2007-09-251-8/+22
| | | | addresses
* Add function is_fqdn()Seth Mos2007-09-251-1/+15
|
* Ticket 1458: Add "option host-name" to dhcpd.confMartin Fuchs2007-09-251-0/+3
|
* Start dns cache updater script on bootupScott Ullrich2007-09-251-1/+1
|
* Resolve aliases correctlyScott Ullrich2007-09-251-1/+2
|
* Only record entry if it resolves to an ip addressScott Ullrich2007-09-251-1/+2
|
* Remove debugging echoScott Ullrich2007-09-251-1/+0
|
* Enumerate multiple aliasesScott Ullrich2007-09-251-4/+7
|
* * Add find_dns_aliases()Scott Ullrich2007-09-252-5/+18
| | | | * Use new function
* Start /usr/sbin/update_dns_cache.sh on startupScott Ullrich2007-09-251-0/+2
|
* Use gethostbyname()Scott Ullrich2007-09-251-1/+1
|
* Hush up PHP warnings.Scott Ullrich2007-09-251-0/+2
|
* Add add_hostname_to_watch() function which will help operate the dns ↵Scott Ullrich2007-09-252-1/+18
| | | | firewall rule cache
* Correctly set reflection timeout for all protocols.Scott Ullrich2007-09-181-6/+7
|
* Create a management subnet on a wan interface if the interface is DHCP.Seth Mos2007-09-012-48/+114
| | | | | | Create automatic nat rules for the management subnet. Make the automatic nat rules always use the interface address. Allow entry of these subnets on the interfaces page.
* Exit immediately after firmware update operation completes.Scott Ullrich2007-08-281-0/+1
|
* Add carriage returnScott Ullrich2007-08-281-1/+1
|
* Make $fp globalScott Ullrich2007-08-281-0/+2
|
* Do not close STDIN until script is done processing.Scott Ullrich2007-08-281-2/+2
|
* Prompt for kernel type if it is not defined.Scott Ullrich2007-08-281-0/+28
| | | | Ticket #1435
* unsplit DHCP-root-path-optionMartin Fuchs2007-08-271-2/+2
|
* Negate local networks as well. It's required for proper operation after allSeth Mos2007-08-221-0/+25
| | | | MFC: Perhaps, fixes existing ticket with regards to load balancer rules
* Start racoon_watch.sh script on bootup if racoon is enabled.Scott Ullrich2007-08-171-0/+3
|
* If we have a AON rule use the target as the ftp proxy source addressSeth Mos2007-08-081-7/+12
|
* DHCP: add Domain-Searchlist-OptionMartin Fuchs2007-08-071-3/+8
|
* Fix description for lock-ipagesBill Marquette2007-08-061-1/+1
|
* Fix field display on login screenBill Marquette2007-08-061-4/+4
|
* Sync NATT support from m0n0wallScott Ullrich2007-08-041-0/+6
|
* Static port the mobile ipsec port 4500Seth Mos2007-08-041-0/+20
|
* - correct behaviour of dhcpd.conf creationMartin Fuchs2007-08-021-2/+6
| | | | - enable root-path
* DHCP remove duplicate option domain-name ind dhcpd.confMartin Fuchs2007-08-021-3/+0
|
* DHCP: domainname / HEAD > RELENG_1Martin Fuchs2007-08-021-0/+3
|
* Add TFTP and LDAP server options to dhcpdMartin Fuchs2007-08-011-0/+7
|
* Users that have specific page access can now loginBill Marquette2007-08-011-5/+10
|
* * Remove trailing space * Remove duplicate command accidently commitedScott Ullrich2007-07-311-4/+2
|
* Increase timeouts when using a 1000 hz. From the FreeBSD commit message: ↵Scott Ullrich2007-07-311-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ÊChange TCPTV_MIN to be independent of HZ. ÊWhile it was documented to Êbe in ticks "for algorithm stability" when originally committed, it turns Êout that it has a significant impact in timing out connections. ÊWhen we Êchanged HZ from 100 to 1000, this had a big effect on reducing the time Êbefore dropping connections. ÊTo demonstrate, boot with kern.hz=100. Êssh to a box on local ethernet Êand establish a reliable round-trip-time (ie: type a few commands). ÊThen unplug the ethernet and press a key. ÊTime how long it takes to Êdrop the connection. ÊThe old behavior (with hz=100) caused the connection to typically drop Êbetween 90 and 110 seconds of getting no response. ÊNow boot with kern.hz=1000 (default). ÊThe same test causes the ssh session Êto drop after just 9-10 seconds. ÊThis is a big deal on a wifi connection. ÊWith kern.hz=1000, change sysctl net.inet.tcp.rexmit_min from 3 to 30. ÊNote how it behaves the same as when HZ was 100. ÊAlso, note that when Êbooting with hz=100, net.inet.tcp.rexmit_min *used* to be 30. ÊThis commit changes TCPTV_MIN to be scaled with hz. Êrexmit_min should Êalways be about 30. ÊIf you set hz to Really Slow(TM), there is a safety Êfeature to prevent a value of 0 being used. ÊThis may be revised in the future, but for the time being, it restores the Êold, pre-hz=1000 behavior, which is significantly less annoying. ÊAs a workaround, to avoid rebooting or rebuilding a kernel, you can run Ê"sysctl net.inet.tcp.rexmit_min=30" and add "net.inet.tcp.rexmit_min=30" Êto /etc/sysctl.conf. ÊThis is safe to run from 6.0 onwards. ÊApproved by: Êre (rwatson) ÊReviewed by: Êandre, silby
* -move upnp_action to services.incRyan Wagoner2007-07-231-4/+31
| | | | | -make sure to clear rules when stopping miniupnpd -fix status_upnp and status_services pages so they use upnp_action and not the rcfile
* remove previous commit, moving function to index.php to support package ↵Scott Dale2007-07-231-35/+0
| | | | installation
* add tab for widgets functionScott Dale2007-07-231-0/+34
|
* Add rrd graph settings page.Seth Mos2007-07-212-9/+14
| | | | | Bump config out of line with 1.2 Add rrd config upgrade code.
* Keep longer archives, allow for a 4 year spanSeth Mos2007-07-161-4/+14
|
OpenPOWER on IntegriCloud