Log an error when failover dhcp is enabled with no virtual ips
Do not iterate a non array
Set dns servers correctly
Ticket #436
add ;
Move DNS to pool area
Allow DNS to work if only 1 is set
Correctly handle option domain-name-servers
Correctly save dns servers
Ticket #426
Add DNS server options specific for each DHCP subnet
Cosmetically fix alignment
Use LAN ip, not WAN
Remove commented out snmpd code. Snmpd hasn't ran on pfSense in a while and we welcome our leight-weight-full-featured-replacement overlords.
Swap my port and peer port so the hosts can actually communicate.
Woops, dont clear previous variable
We need mclt 600
Do not use mclt on primary
Align mclt field
Convert friendly interface to real
Add space after failover block
Add load balance max seconds
Misc cleanups. Apply secondary status for any skew > 0
Include in same {}
Only setup mclt and split for primary node
Add more items from example
Remove extra {
Do not permit bootp boot clients when using failover
Woops, don't forget to set $a_vip
Add dhcp server failover support.
And the crowd better go nuts!
Update with pfSense wireless interface
Update olsrd.conf with suggested file from Jim Thompson <jim@netgate.com>
Add backend support for OLSR protocol
http://www.olsr.org/
Updated services_dyndns_configure() function.
Merge in virtual IP codeThis changeset does the following: merges proxy arp and carp setup menus removes proxy arp menu from left side upgrades config file from 1.7 to 1.8 moves existing carp virtual IP and proxy arp config to new <virtualip> tag...
remove trailing space
1. Fix snmp.2. ???3. Profit!
filter_boot_dirty -> filter_dirty
Revert to 1.18 to unbreak snmpd
Treat these as non php-variables.
Correctly write out variables.
Noticed-by: William David Armstrong
Remove trailing space at end of file
Various code cleanups and a few actual bugfixes courtesy of Zend
add module support for snmpd's config
Do not call filer_configure() if booting. set /tmp/filter_boot_dirty flag.
Initial commit of dnsmasq domain overrides
Submitted-to-m0n0wall-dev-by: Joe Suhre
The patch adds the ability to make use of dnsmasq's --server=/domain/auth_server ARG inorder to force queries for domain to a specific dns server rather thendoing a full recursive query
Remote '"' marks around trap host and trap port.These stop the snmp server from starting.Add trap string to write config.
Add support for trap and snmp writes (currenly disabled).
bsnmpd support by strgout
run bsmptd
More bootup cleanups
Make all startup commands uniform by correctly outputing when they are done.
Example:
Starting DHCP service...done.
Only echo out if we're booting
Add $Id$ tag
bad brace alignment (re-indented)
static arp entries are interface specific now - no longer tied to only LAN interfaceadded warning that this will break communications with hosts not in dhcp table
I fully expect we'll want to move this to it's own section at some point
Support for static ARP from Mircea Rimbu
Merge in m0n0wall 1.2b3 changes.
add interface selection screen for proxyarp
Initial revision