summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
Commit message (Collapse)AuthorAgeFilesLines
* The attached patch adds a field to the services_dyndns.php form.Scott Ullrich2007-12-061-1/+4
| | | | | | | | | | | | This field if provided will be written to the nscommands file (in services.inc) as "server <value>\n" This allows you to update an arbitrary DNS server. If not provided, the server line is omitted and the default behavior occurs. Submitted-by: Ben Timby
* Failover in 10 seconds as opposed to 60 seconds on DHCP Server failover mode.Scott Ullrich2007-11-061-1/+1
|
* Ticket 1458: Add "option host-name" to dhcpd.confMartin Fuchs2007-09-251-0/+3
|
* unsplit DHCP-root-path-optionMartin Fuchs2007-08-271-2/+2
|
* DHCP: add Domain-Searchlist-OptionMartin Fuchs2007-08-071-3/+8
|
* - 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
|
* -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
* $config needs to be globalScott Ullrich2007-06-301-0/+1
|
* Correctly move upnp to base since LiveCD cannot write files to ↵Scott Ullrich2007-06-301-0/+6
| | | | /usr/local/etc or /usr/local/etc/rc.d/ Ticket #1342
* Make sure we are writable for /etc/crontabScott Ullrich2007-06-091-2/+1
|
* Instead of skipping DHCP server on LAN in a bridged environment, simply log ↵Scott Ullrich2007-05-311-1/+1
| | | | an error letting the operator know that DHCP Server is enabled on LAN in a bridging environment.
* Unbreak local queries that where broken in Ticket #1190 until we hear back ↵Scott Ullrich2007-05-271-3/+3
| | | | from author of the patch.
* Remove trailing space / crScott Ullrich2007-05-271-1/+1
|
* Port load balancer sticky address optionScott Ullrich2007-05-091-0/+8
|
* Sometimes people have local domains which they do not want forwarded to ↵Scott Ullrich2007-05-081-0/+6
| | | | | | upstream servers. This is accomodated by using server options without the server IP address. To make things clearer local is a synonym for server. For example the option local=/localnet/ ensures that any domain name query which ends in .localnet will be answered if possible from /etc/hosts or DHCP, but never sent to an upstream server. Ticket #1190
* Add NTP server field to dhcp config.Seth Mos2007-05-081-0/+3
| | | | From: Alexander Schaber
* Add hidden command to disable authoritative mode (dhcp server). To utilize ↵Scott Ullrich2007-05-031-1/+4
| | | | do something like this in php pfSense shell: $config['dhcpd']['optx']['disableauthoritative'] = true; write_config();
* If the interface is "lan" and bridging is enabled then skip creation of the ↵Scott Ullrich2007-04-091-0/+3
| | | | DHCP Server subnet. Ticket #1281
* Allow for basic network boot configurationSeth Mos2007-03-081-5/+13
| | | | In Use By: Seth
* Allow for more snmpd options. If we want (remote) cpu and process monitoring ↵Seth Mos2007-03-021-0/+13
| | | | | | support (nagios). Needs missing snmp_bridge.so to be committed into build!
* Backport cron handling from HEAD.Scott Ullrich2007-01-291-0/+48
| | | | Patches-submitted-by: DSH@
* Do not configure DHCP server on dhcp interfaces.Seth Mos2007-01-021-1/+2
|
* MFC [15285]Bill Marquette2006-11-111-3/+7
| | | | add dhcpd static mappings to dns forwarder
* If our kill by pid fails, issue a killall for bsnmpdScott Ullrich2006-10-021-0/+2
|
* Check to see if dhcpd is running before blindly issuing killallScott Ullrich2006-09-011-1/+2
|
* Do not space after ...Scott Ullrich2006-09-011-5/+5
|
* Restart OLSR correctly.Scott Ullrich2006-09-011-3/+5
| | | | Ticket #1071
* Correctly enable secure mode. Do not enable when dynamic gateway is enabled.Scott Ullrich2006-08-231-1/+1
|
* Correct OLSR paramaters Ticket #1050Scott Ullrich2006-07-241-4/+4
|
* Catch OLSR up to reserved name interface changesScott Ullrich2006-07-151-74/+46
|
* Add check for DHCP on WAN too. It's required by OLSR in some cases.Scott Ullrich2006-05-281-0/+4
|
* OLSR FixesScott Ullrich2006-05-191-6/+10
|
* Strip out Hna4 { ... } when announce dynamic route is offScott Ullrich2006-05-171-5/+2
|
* Generate correct subnet maskScott Ullrich2006-05-171-1/+1
|
* Latest OLSR changes.Scott Ullrich2006-05-161-1/+20
|
* Use correct variable to enable plugin optionsScott Ullrich2006-05-081-3/+3
|
* Unset default route if dynamic gateway support is enabled in OLSRScott Ullrich2006-05-081-0/+4
|
* return if no olsr or installed package configuration existsScott Ullrich2006-04-291-0/+2
|
* Do not enable olsrd unless it is enabledScott Ullrich2006-04-281-0/+3
|
* Fix a number of bugsScott Ullrich2006-04-281-5/+5
|
* Add HNA4 directiveScott Ullrich2006-04-281-21/+1
|
* OLSR fixesScott Ullrich2006-04-261-1/+1
|
* Initialize $ip before attempting dynamic dns update.Scott Ullrich2006-04-071-0/+5
|
* MFC 10628Scott Ullrich2006-03-171-1/+2
| | | | fix for clients eating many dhcp leases when using static arp (one-lease-per-client wasn't doing the trick, so use them both).
* Mount for RW before writing out OLSR configScott Ullrich2006-02-271-0/+3
| | | | Noticed-by: LSF
* Missing o.Scott Ullrich2006-02-261-1/+1
| | | | Doh.
* Use ne-lease-per-client true;Scott Ullrich2006-02-261-1/+1
|
OpenPOWER on IntegriCloud