summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
Commit message (Collapse)AuthorAgeFilesLines
* XHTML ComplianceN0YB2014-03-091-79/+83
| | | | Services - DHCP Server
* Fix #3113, fix multiple english spell errors s/seperet/separat/Renato Botelho2013-07-281-1/+1
|
* DHCP Server enable/disable change needs filter_configurePhil Davis2013-06-011-2/+14
| | | | When DHCP Server is enabled or disabled on an interface, the filter rules should change to include or not mention DHCP.
* Fix dnsmasq host overrides and dhcp integrationRenato Botelho2013-05-011-2/+2
| | | | | | | | | | | . Do not execute following actions when dnsmasq is disabled: . Add host overrides to /etc/hosts . Register DHCP leases in DNS Forwarder . Register DHCP static mappings in DNS forwarder It should fix issue reported at following forum post: http://forum.pfsense.org/index.php?topic=58871
* Notify user that static arp will be configured even if DHCP server is disabledRenato Botelho2013-04-151-1/+1
|
* Add checks to make sure CP hard timeout is less or equal DHCP server default ↵Renato Botelho2013-03-221-1/+21
| | | | lease time. It fixes #2899
* Initialize $a_pools to fix warnings when saving dhcp settings whith no extra ↵Renato Botelho2013-01-291-0/+1
| | | | pools
* Add header to DHCP and DHCPv6 static mappings tablesjim-p2013-01-281-0/+4
|
* Ensure DHCP main range, pools ranges and static IP addresses don't overlap ↵Renato Botelho2013-01-241-3/+18
| | | | each other. It should fix #2773
* Move is_inrange() to util.inc and rename it to is_inrange_v4()Renato Botelho2013-01-241-8/+1
|
* Fix logic of is_inrange()Renato Botelho2013-01-241-1/+1
|
* Remove call-time pass-by-referenceRenato Botelho2013-01-241-1/+1
|
* Fix indent and whitespaces issuesRenato Botelho2013-01-231-5/+4
|
* Update usr/local/www/services_dhcp.phpframer992012-12-281-1/+1
| | | Inform user how the Primary/Secondary DHCPd process is determined in a failover pair so they don't end up with two secondary servers. For example, when using advskew=64 (and advskew=164 if using settings sync to peer for carp ips) on the carp master machine which they *think* will be the DHCP primary.
* Static mappings are not pool-specific. They exist independent of any pool, ↵jim-p2012-12-261-0/+2
| | | | and you can't actually add static mappings "inside" a pool range. So disable the static map list/controls if editing a pool, since they are "global" for an interface. Fixes #2370.
* Add description to additional DHCP pools. Implements #2733jim-p2012-12-261-3/+24
|
* ARP Table Static Entries from Individual DHCP Static MappingsN0YB2012-12-071-2/+8
| | | | | Assign individual DHCP static mappings as ARP table static entries. Useful / necessary for sending WoL magic packets from external services / sources, and for any other purpose that needs a static ARP table entry.
* Fix more tests for DHCP relay being enabled.jim-p2012-12-041-2/+2
|
* Remove this now-irrelevant comment.jim-p2012-12-041-5/+0
|
* Fix test to see if DHCP Relay is enabled.jim-p2012-12-041-12/+1
|
* Safety beltjim-p2012-09-171-0/+2
|
* Add support for multiple DHCP pools within the interface's subnet, and allow ↵jim-p2012-09-161-81/+242
| | | | most of the settings for the main range to be set specific inside the pool. (e.g. it allows setting different gateways and DNS for different pools). Still needs improved input validation to prevent overlapping ranges/pools.
* Allow/deny access to DHCP by partial MAC matching.jim-p2012-09-131-1/+43
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-2/+1
|
* Changed the variable name to dhcpleaseinlocaltime from timeformatchange per ↵Joecowboy2012-02-251-3/+4
| | | | jim-p request and moved xml tag into dhcpd.
* Added check box for changing from UTC time to local time display on DHCP leases.Joecowboy2012-02-251-0/+27
|
* Ticket #1917: fix typos, fix domain-search for dhcpv6Pierre POMES2012-02-251-1/+1
|
* Ticket #1917 - DHCP server support for multiple domains in search listPierre POMES2012-02-231-1/+11
|
* Updated DHCP IPv4 and IPv6 to allow global and host based filename and ↵Anthony Wrather2011-12-011-2/+2
| | | | root-path.
* Bug#1688. DHCP server subnet input validation needs to check config.xml, not ↵Evgeny Yurchenko2011-07-191-2/+2
| | | | ifconfig.
* Merge remote-tracking branch 'upstream/master'jim-p2011-07-121-0/+6
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/interfaces.inc etc/inc/services.inc etc/inc/xmlrpc_client.inc usr/local/www/fbegin.inc usr/local/www/services_dhcp.php
| * Do not check to see if gateay falls within a null value. Resolves #1664Scott Ullrich2011-07-101-1/+2
| |
| * Do not check to see if gateay falls within a null value. Resolves #1664Scott Ullrich2011-07-101-4/+2
| |
| * Bug #1641 fix. DHCP server default gateway needs input validation.Evgeny Yurchenko2011-07-071-0/+7
| |
* | DHCP only knows about IPv4Bill Marquette2011-05-261-13/+13
|/ | | | don't allow admins to shoot themselves with v6 addresses in the config
* No need to set this here anymore. We set it higher by default.jim-p2011-01-181-5/+0
|
* Change appearance of fields for saved "Additional BOOTP/DHCP Options" to be ↵Erik Fonnesbeck2010-12-221-2/+2
| | | | consistent with other fields on the page.
* Use correct names for integer and boolean types in DHCP options and fix typo ↵Erik Fonnesbeck2010-11-221-11/+11
| | | | in hexadecimal validation for strings. Fixes #962
* Ensure this is an array before entering the foreach loop. Fixes #1012Erik Fonnesbeck2010-11-161-7/+9
|
* Form image buttons are submit buttons and thus default buttons, causing ↵Erik Fonnesbeck2010-11-121-1/+1
| | | | unwanted behavior with the enter key. Use links instead, where possible.
* Fix XSS issuesScott Ullrich2010-11-121-9/+9
|
* Add a setting for the data type of values used with DHCP option numbers and ↵Erik Fonnesbeck2010-11-091-7/+59
| | | | input validation for each type. Fixes #962
* Break after the first error.jim-p2010-10-211-0/+1
|
* Prevent the DHCP range from being changed to include static mapping entries. ↵jim-p2010-10-211-0/+11
| | | | Fixes #964.
* Ticket #834. Check if the passed value is an url too. Seem they are valid ↵Ermal2010-08-311-1/+1
| | | | inputs for tftp cases.
* Avoid the error: Warning: Invalid argument supplied for foreach() in ↵Scott Ullrich2010-08-301-3/+4
| | | | /usr/local/www/services_dhcp.php on line 256
* Merge remote branch 'mainline/master'Renato Botelho2010-08-121-2/+2
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
| * Fix printf/sprintf mixups.Erik Fonnesbeck2010-08-111-2/+2
| |
* | gettext fixesRenato Botelho2010-08-121-11/+11
|/
* No need to set sortable class for this page, it ends up with a javascript errorScott Ullrich2010-08-051-1/+1
|
OpenPOWER on IntegriCloud