summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.setlanip
Commit message (Collapse)AuthorAgeFilesLines
* Enhance interface gateway data entry descriptionsPhillip Davis2014-02-071-2/+2
|
* Check that DHCP end IP is >= DHCP start IPPhil Davis2013-12-091-23/+29
|
* Use correct vars for IPv6 when checking subnet start and endPhil Davis2013-12-091-3/+3
|
* Fix checking DHCP end IP is in rangePhil Davis2013-12-091-1/+1
| | | | Cut-paste bug
* Check if dhcp start and end addresses are inside interface subnet, helps #3196Renato Botelho2013-12-061-3/+11
|
* When user attempt to set network or broadcast address, ask again for the IP ↵Renato Botelho2013-12-061-64/+69
| | | | address. Issue #3196
* Prevent network or broadcast address to be set on interface (console, GUI ↵Renato Botelho2013-12-041-1/+12
| | | | and wizard). It should fix #3196
* Check if IP is already configured on console setupRenato Botelho2013-03-141-1/+6
|
* Fix issues on "Set interface(s) IP address" optionRenato Botelho2013-02-201-27/+34
| | | | | | | - Avoid duplicate gateway entries - Fix checking if a default gw already exists - Set IPv6 to none when user choose it - Set gateway on interface
* Fix dhcp v6 config section name for console setup and check on ↵Renato Botelho2013-02-201-7/+7
| | | | interfaces.php, the correct is dhcpdv6 instead of dhcpd6. Fixes #2827
* Interface assignment wrongly changing:Renato Botelho2013-01-071-1/+1
| | | | | | | | When WAN is set to PPPoE and user set other interfaces IP address using console, it wrongly change the interface assignment to use the same device of wan. It was caused by a hard coded "wan" on console_get_interface_from_ppp() call, when it should use $interface instead. It should fix #2074
* add gateways to config from cmdlineDarren Embry2012-06-071-1/+60
|
* again, string interpolation kinda defeats the purpose of gettext. ;-)Darren Embry2012-06-071-5/+9
|
* variable interpolation defeats the purpose of gettext.Darren Embry2012-06-071-15/+23
|
* work in progress: set gateway IPs from consoleDarren Embry2012-06-071-21/+63
| | | | | | | | - add --dry-run mode - prompts for gateway IP address as needed does not yet do: - add gateway to config
* show dhcp/dhcp6/static/staticv6 along with descriptions in consoleDarren Embry2012-06-071-2/+27
|
* show real interface namesDarren Embry2012-06-071-2/+3
|
* minor variable name change.Darren Embry2012-06-071-4/+4
|
* actually display webconfigurator port numbers on consoleDarren Embry2012-06-071-3/+3
|
* setting $config['interfaces']['wan']['ipaddrv6'] to 'dhcp6' *should* work now.Darren Embry2012-06-071-1/+1
|
* now shows ipv6 webConfigurator URLs (#2413)Darren Embry2012-06-071-2/+20
|
* feature #2413 Allow IPv6 interface configuration from the menuDarren Embry2012-05-171-53/+107
|
* normalize indentationDarren Embry2012-05-171-210/+210
|
* Correct behaviour of switching from console from any ppp type device to ↵Ermal2011-09-121-3/+26
| | | | other type. This has been broken since new ppp code.
* Simplify message that wraps off screenScott Ullrich2011-06-191-1/+1
|
* Fixes #1444. Implements the same fix that issue ermal made in #1522 to the ↵lgcosta2011-05-231-1/+1
| | | | console menu
* When setting the ip from the console also enable the interface otherwise the ↵Ermal2011-01-281-1/+2
| | | | HTTP_REFERER checks will not let you use the GUI.
* Show disabled interfaces as wellScott Ullrich2010-08-091-1/+1
|
* Make sure <dhcpd><wan> exists before blindly unsetting.Scott Ullrich2010-03-101-1/+3
|
* if reverted to HTTP, restart lightyChris Buechler2010-02-271-1/+7
|
* Decouple filter.inc from functions.inc. There is no need to process filter ↵Scott Ullrich2009-11-211-0/+3
| | | | functions most of the time. Include filter.inc where it is needed
* Really restart DHCPD server after changesScott Ullrich2009-08-121-3/+9
|
* move killall dhcpd above section that exits if no DHCP servers are enabled, ↵Chris Buechler2009-03-101-1/+3
| | | | | | and configure dhcpd if it's disabled by option #2 at the console. Ticket #1867 (cvstrac)
* Add services_dhcp_server_enable which allows the DHCP server to be turnedScott Ullrich2008-10-291-2/+3
| | | | off easily.
* Reload interface being worked on, not blindly lanScott Ullrich2008-10-271-1/+1
|
* Rename interfaces_wan_configure to interface_configure now that it is used ↵Ermal Luçi2008-09-091-1/+1
| | | | for all assigned interface configuration.
* Merge lan configuration to the interfaces_wan.php page wich does the ↵Ermal Luçi2008-09-071-1/+1
| | | | | | configuration of all other assigned interfaces.
* we don't care if rm can't find old dhcpd database filesBill Marquette2008-09-071-1/+1
|
* fix debug code that never worked and make it disabled by defaultBill Marquette2008-09-071-2/+4
|
* Semicolons after if's apparently parse...but it's not terribly helpfulBill Marquette2008-09-071-2/+2
|
* Check to see if key exists before unsettingScott Ullrich2008-09-071-1/+2
|
* Check to see if a interface has a dhcp key before trying to unsetScott Ullrich2008-09-071-1/+2
| | | | if the interface has a dhcp server enabled.
* Correctly set interface to dhcp in wan case.Ermal Luçi2008-07-081-1/+1
|
* clean up text a bit, still some issues remaining (like "http://DHCP", my ↵Chris Buechler2008-07-071-7/+17
| | | | logic is apparently flawed)
* Remove unneeded code.Ermal Luçi2008-07-071-2/+0
|
* Fix interface ip assignment. Originally commited by ErmalScott Ullrich2008-07-071-1/+10
|
* Missed interface improvements commit.Ermal Luçi2008-07-021-13/+3
|
* fix typoChris Buechler2008-06-231-1/+1
| | | | Ticket #1761
* Show Port of the webui if it is setSeth Mos2008-06-131-2/+5
|
* Fix prompting for DHCP server setupChris Buechler2008-03-121-3/+3
|
OpenPOWER on IntegriCloud