Project

General

Profile

Download (35.3 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c147cd0e 02/14/2008 07:52 PM Scott Ullrich

Increase dnsmasq cache size to 5000. It defaults to 150.

05030ab8 01/12/2008 07:22 PM Chris Buechler

remove DynDNS cache in services_dyndns_reset()

Ticket #1589

9c88328f 01/05/2008 12:52 AM Scott Ullrich

Add ping-check true; to isc-dhcpd

de71373b 12/24/2007 08:07 PM Scott Ullrich

Only iterate items if it is an array.

f9b5d5e5 12/06/2007 12:57 AM Scott Ullrich

The attached patch adds a field to the services_dyndns.php form.
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....

2cd5ce14 11/06/2007 06:43 PM Scott Ullrich

Failover in 10 seconds as opposed to 60 seconds on DHCP Server failover mode.

80717709 09/25/2007 07:47 PM Martin Fuchs

Ticket 1458: Add "option host-name" to dhcpd.conf

ca126e03 08/27/2007 11:36 AM Martin Fuchs

unsplit DHCP-root-path-option

9be23653 08/07/2007 01:28 PM Martin Fuchs

DHCP: add Domain-Searchlist-Option

ee1b024e 08/02/2007 11:43 AM Martin Fuchs

- correct behaviour of dhcpd.conf creation
- enable root-path

dc3d25d2 08/02/2007 08:47 AM Martin Fuchs

DHCP remove duplicate option domain-name ind dhcpd.conf

1ebf937f 08/02/2007 08:31 AM Martin Fuchs

DHCP: domainname / HEAD > RELENG_1

6c23757b 08/01/2007 08:19 PM Martin Fuchs

Add TFTP and LDAP server options to dhcpd

431484c8 07/23/2007 05:26 PM Ryan Wagoner

-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

d08299cc 06/30/2007 10:25 PM Scott Ullrich

$config needs to be global

6f20377b 06/30/2007 09:48 PM Scott Ullrich

Correctly move upnp to base since LiveCD cannot write files to /usr/local/etc or /usr/local/etc/rc.d/

Ticket #1342

251ca022 06/09/2007 09:02 PM Scott Ullrich

Make sure we are writable for /etc/crontab

bcc49d35 05/31/2007 04:33 PM Scott Ullrich

Instead of skipping DHCP server on LAN in a bridged environment, simply log an error letting the operator know that DHCP Server is enabled on LAN in a bridging environment.

a704b650 05/27/2007 05:00 PM Scott Ullrich

Unbreak local queries that where broken in Ticket #1190 until we hear back from author of the patch.

cbe2ebe0 05/27/2007 12:25 AM Scott Ullrich

Remove trailing space / cr

9534ea8b 05/09/2007 04:50 PM Scott Ullrich

Port load balancer sticky address option

91adc5c1 05/08/2007 04:20 PM Scott Ullrich

Sometimes people have local domains which they do not want forwarded to 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....

ad171999 05/08/2007 02:47 PM Seth Mos

Add NTP server field to dhcp config.
From: Alexander Schaber

53f32329 05/03/2007 05:21 AM Scott Ullrich

Add hidden command to disable authoritative mode (dhcp server).

To utilize do something like this in php pfSense shell:

$config['dhcpd']['optx']['disableauthoritative'] = true;
write_config();

d254fe7b 04/09/2007 12:01 AM Scott Ullrich

If the interface is "lan" and bridging is enabled then skip creation of the DHCP Server subnet.

Ticket #1281

4e9cd828 03/08/2007 07:48 PM Seth Mos

Allow for basic network boot configuration
In Use By: Seth

95fb49e8 03/02/2007 08:36 AM Seth Mos

Allow for more snmpd options. If we want (remote) cpu and process monitoring support (nagios).

Needs missing snmp_bridge.so to be committed into build!
1071e028 01/29/2007 04:09 AM Scott Ullrich

Backport cron handling from HEAD.

Patches-submitted-by: DSH@

2d5614de 01/02/2007 10:58 PM Seth Mos

Do not configure DHCP server on dhcp interfaces.

6a01ea44 11/11/2006 05:52 PM Bill Marquette

MFC [15285]
add dhcpd static mappings to dns forwarder

bc95f193 10/02/2006 04:02 PM Scott Ullrich

If our kill by pid fails, issue a killall for bsnmpd

a3046c54 09/01/2006 11:18 PM Scott Ullrich

Check to see if dhcpd is running before blindly issuing killall

f05740c1 09/01/2006 10:37 PM Scott Ullrich

Do not space after ...

97fd5cb8 09/01/2006 04:56 PM Scott Ullrich

Restart OLSR correctly.

Ticket #1071

aac0e00c 08/23/2006 11:21 PM Scott Ullrich

Correctly enable secure mode. Do not enable when dynamic gateway is enabled.

bdd25a82 07/24/2006 04:52 PM Scott Ullrich

Correct OLSR paramaters

Ticket #1050

c7f44ae0 07/15/2006 07:27 PM Scott Ullrich

Catch OLSR up to reserved name interface changes

77f32eff 05/28/2006 07:50 PM Scott Ullrich

Add check for DHCP on WAN too. It's required by OLSR in some cases.

dad93b75 05/19/2006 10:53 PM Scott Ullrich

OLSR Fixes

fa4a6253 05/17/2006 09:34 PM Scott Ullrich

Strip out Hna4 { ... } when announce dynamic route is off

9a537862 05/17/2006 01:47 AM Scott Ullrich

Generate correct subnet mask

48ab0cd2 05/16/2006 09:36 PM Scott Ullrich

Latest OLSR changes.

1a2369f4 05/08/2006 09:32 PM Scott Ullrich

Use correct variable to enable plugin options

10c6e7a8 05/08/2006 09:14 PM Scott Ullrich

Unset default route if dynamic gateway support is enabled in OLSR

834c3bbd 04/29/2006 01:31 AM Scott Ullrich

return if no olsr or installed package configuration exists

8fb40409 04/28/2006 09:55 PM Scott Ullrich

Do not enable olsrd unless it is enabled

e2894d7f 04/28/2006 09:52 PM Scott Ullrich

Fix a number of bugs

2d96e51d 04/28/2006 08:41 PM Scott Ullrich

Add HNA4 directive

11bc553c 04/26/2006 08:36 PM Scott Ullrich

OLSR fixes

6b35646f 04/07/2006 01:59 AM Scott Ullrich

Initialize $ip before attempting dynamic dns update.

436a0f50 03/17/2006 05:48 PM Scott Ullrich

MFC 10628
fix for clients eating many dhcp leases when using static arp (one-lease-per-client wasn't doing the trick, so use them both).

eebeaf0d 02/27/2006 02:59 AM Scott Ullrich

Mount for RW before writing out OLSR config

Noticed-by: LSF

175fe82b 02/26/2006 04:21 AM Scott Ullrich

Missing o.

Doh.

fa0e9112 02/26/2006 04:19 AM Scott Ullrich

Use ne-lease-per-client true;

d4d6caab 02/26/2006 01:13 AM Scott Ullrich
  • Call arp -da from interfaces_staticarp_configure() and not from GUI page
  • OLSR improvements / fixes
be71a55c 02/26/2006 12:49 AM Scott Ullrich

Add deny duplicates;

d097bb38 02/25/2006 07:59 PM Scott Ullrich

Missing /var/db/

78e07da7 02/21/2006 05:58 AM Scott Ullrich

$olsr -> $olsrd

d70f19da 02/21/2006 05:50 AM Scott Ullrich

break after first loop (dont insert interfaces multiple times)

a4904847 02/21/2006 05:49 AM Scott Ullrich

Woops, $config can't be used this way. Change to $conf

015b7184 02/21/2006 05:35 AM Scott Ullrich

Convert friendly interface name to real name

5b991209 02/21/2006 05:32 AM Scott Ullrich

HUP any running olsrd process, do not blindly launch a new process.

ac809adb 02/21/2006 04:33 AM Scott Ullrich
  • Add dynamic gateway polling time
  • Fix interfaces
  • Only edit olsr.conf and use one instance of program
3367ac02 02/21/2006 03:34 AM Scott Ullrich

Update path to chrooted dhcp leases file

db5fbdb7 02/21/2006 02:32 AM Scott Ullrich

Add OLSRD package

1d023e00 02/12/2006 02:06 AM Scott Ullrich

Don't hard code dhcpd path

54c47ec5 02/11/2006 11:57 PM Scott Ullrich

Use < 20 for primary dhcpd

60c84e95 02/11/2006 11:48 PM Scott Ullrich

Missing \n

5f449798 02/11/2006 11:44 PM Scott Ullrich

Chown DHCPD chroot to dhcpd:_dhcp

338ed164 02/11/2006 04:25 AM Scott Ullrich

Kill DHCPD by name now that we are running in a CHROOT

68a0e4fc 02/11/2006 03:21 AM Scott Ullrich

MFC 10007-100013
Run DHCPD as user DHCPD. Start DHCPD in a chroot for extra security.

d2edbd8a 02/11/2006 12:09 AM Scott Ullrich

Default to secondary then look for primary status via carp.

5e390f54 02/10/2006 11:56 PM Scott Ullrich

Woops, make that 10, not 0.

dca17b8e 02/10/2006 11:12 PM Scott Ullrich

Set hosts with a skew higher than 102 as a backup dhcp server.

Found at Bluegrass.net while building a new CARP cluster.

e263fe9a 01/18/2006 08:00 PM Scott Ullrich

Remove trailing newline

7cbad422 12/27/2005 07:44 PM Scott Ullrich

Query SNMP over VPN fix
Ticket #743

2c9b965a 11/02/2005 06:38 PM Scott Ullrich

Use correct arguments to nsupdate

Ticket #665

0ab19c0e 10/31/2005 12:11 AM Scott Ullrich

Do not iterate unless item is an array

59a63553 10/27/2005 04:55 PM Scott Ullrich

Re-enable phpDynDNS after many hours of sweat and tears.

Thanks to Billm for discovering the MPD blocking issues.

5e2f59ed 10/26/2005 10:02 PM Scott Ullrich

Disable phpDynDns and revert back to ez-ipupdate due to a number of reasons:

  • 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...
482b5d34 10/25/2005 09:32 PM Scott Ullrich

MFC 7164
Load dyndns.class when needed only.

e8f7361e 10/13/2005 10:27 PM Scott Ullrich

return! don't exit. this will allow the bootup sequence to finish.

f19d3b7a 10/12/2005 01:10 AM Scott Ullrich

Move global $config, $g; before check

dcf0598e 10/12/2005 01:04 AM Scott Ullrich

Terminal line with ;

2478cbf2 10/12/2005 01:03 AM Scott Ullrich

Terminal line with ;

58c7450e 10/11/2005 11:44 PM Scott Ullrich

Add developerspew header which will output:

services_dnsmasq_configure() being called microtime()

acd910bf 10/11/2005 11:38 PM Scott Ullrich

Add developer header which will output:

services_dnsmasq_configure() being called microtime()

7306195d 10/03/2005 08:16 PM Scott Ullrich

Surround variable with {}

fb237984 10/03/2005 08:08 PM Scott Ullrich

Alert when using ez-ipupdate

a35f811a 10/03/2005 07:49 PM Scott Ullrich

If ['system']['use_old_dyndns'] is set, use the old style ez-ipupdate.

0d5f2f3e 10/03/2005 07:47 PM Scott Ullrich

If ['system']['use_old_dyndns'] is set, use the old style ez-ipupdate.

25066204 08/31/2005 10:42 PM Scott Ullrich

Log an error when failover dhcp is enabled with no virtual ips

6181b36f 08/31/2005 10:40 PM Scott Ullrich

Do not iterate a non array

8ee01642 08/31/2005 04:32 PM Scott Ullrich

Set dns servers correctly

Ticket #436

e35dfd89 08/30/2005 02:19 AM Scott Ullrich

add ;

f8e7ad3f 08/30/2005 02:14 AM Scott Ullrich

Move DNS to pool area

aff9d6ab 08/30/2005 01:56 AM Scott Ullrich

Move DNS to pool area

698f5500 08/30/2005 01:48 AM Scott Ullrich

Allow DNS to work if only 1 is set

2589c9bd 08/29/2005 09:06 PM Scott Ullrich

Correctly handle option domain-name-servers

06d754d4 08/29/2005 06:14 PM Scott Ullrich

Correctly save dns servers

Ticket #426