Project

General

Profile

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

# Date Author Comment
d632dd5a 03/14/2013 05:08 PM Renato Botelho

Check if IP is already configured on console setup

9a15b8d2 02/20/2013 07:50 PM Renato Botelho

Fix issues on "Set interface(s) IP address" option

- Avoid duplicate gateway entries
- Fix checking if a default gw already exists
- Set IPv6 to none when user choose it
- Set gateway on interface

1f56ce58 02/20/2013 12:41 PM Renato Botelho

Fix dhcp v6 config section name for console setup and check on interfaces.php, the correct is dhcpdv6 instead of dhcpd6. Fixes #2827

1b0074d5 01/07/2013 07:44 PM Renato Botelho

Interface assignment wrongly changing:

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...

d23b53eb 06/08/2012 12:39 AM Darren Embry

add gateways to config from cmdline

1b8bf24d 06/08/2012 12:39 AM Darren Embry

again, string interpolation kinda defeats the purpose of gettext. ;-)

005a7049 06/08/2012 12:39 AM Darren Embry

variable interpolation defeats the purpose of gettext.

c63e3594 06/08/2012 12:39 AM Darren Embry

work in progress: set gateway IPs from console

- add --dry-run mode
- prompts for gateway IP address as needed

does not yet do:
- add gateway to config

0098aa73 06/07/2012 07:16 PM Darren Embry

show dhcp/dhcp6/static/staticv6 along with descriptions in console

6499a7d5 06/07/2012 07:16 PM Darren Embry

show real interface names

3f63e8e2 06/07/2012 07:16 PM Darren Embry

minor variable name change.

d71371bc 06/07/2012 06:03 PM Darren Embry

actually display webconfigurator port numbers on console

bfaafe28 06/07/2012 05:33 PM Darren Embry

setting $config['interfaces']['wan']['ipaddrv6'] to 'dhcp6' should work now.

b3cb233f 06/07/2012 05:28 PM Darren Embry

now shows ipv6 webConfigurator URLs (#2413)

c1361a9f 05/18/2012 12:17 AM Darren Embry

feature #2413 Allow IPv6 interface configuration from the menu

416e1530 05/17/2012 11:17 PM Darren Embry

normalize indentation

aab5f04c 09/12/2011 11:46 AM Ermal LUÇI

Correct behaviour of switching from console from any ppp type device to other type. This has been broken since new ppp code.

a53992b7 06/19/2011 07:01 PM Scott Ullrich

Simplify message that wraps off screen

7a18dfa4 05/23/2011 02:56 PM Luiz Gustavo S. Costa

Fixes #1444. Implements the same fix that issue ermal made in #1522 to the console menu

9b2e42c9 01/28/2011 04:03 PM Ermal LUÇI

When setting the ip from the console also enable the interface otherwise the HTTP_REFERER checks will not let you use the GUI.

c9fa8254 08/10/2010 01:19 AM Scott Ullrich

Show disabled interfaces as well

20252ff5 03/10/2010 11:57 PM Scott Ullrich

Make sure <dhcpd><wan> exists before blindly unsetting.

a64b5d3f 02/27/2010 08:24 PM Chris Buechler

if reverted to HTTP, restart lighty

5f2d078e 11/22/2009 12:10 AM Scott Ullrich

Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed

1dcba27c 08/12/2009 06:00 PM Scott Ullrich

Really restart DHCPD server after changes

af25d415 03/10/2009 06:17 AM Chris Buechler

move killall dhcpd above section that exits if no DHCP servers are enabled, and configure dhcpd if it's disabled by option #2 at the console.

Ticket #1867 (cvstrac)

e3a13b00 10/29/2008 03:07 AM Scott Ullrich

Add services_dhcp_server_enable which allows the DHCP server to be turned
off easily.

e8dba746 10/27/2008 10:51 PM Scott Ullrich

Reload interface being worked on, not blindly lan

69e5a8be 09/09/2008 11:08 AM Ermal Luçi

Rename interfaces_wan_configure to interface_configure now that it is used for all assigned interface configuration.

4476d447 09/07/2008 07:34 PM Ermal Luçi

Merge lan configuration to the interfaces_wan.php page wich does the configuration of all
other assigned interfaces.

12294e72 09/07/2008 01:18 AM Bill Marquette

we don't care if rm can't find old dhcpd database files

ac6ddeff 09/07/2008 01:17 AM Bill Marquette

fix debug code that never worked and make it disabled by default

b980f9e4 09/07/2008 01:15 AM Bill Marquette

Semicolons after if's apparently parse...but it's not terribly helpful

7993688e 09/07/2008 01:06 AM Scott Ullrich

Check to see if key exists before unsetting

a4c59720 09/07/2008 01:00 AM Scott Ullrich

Check to see if a interface has a dhcp key before trying to unset
if the interface has a dhcp server enabled.

79b322f0 07/08/2008 06:07 PM Ermal Luçi

Correctly set interface to dhcp in wan case.

db747fb1 07/07/2008 10:35 PM Chris Buechler

clean up text a bit, still some issues remaining (like "http://DHCP", my logic is apparently flawed)

774c23c1 07/07/2008 10:02 PM Ermal Luçi

Remove unneeded code.

424b758b 07/07/2008 09:36 PM Scott Ullrich

Fix interface ip assignment. Originally commited by Ermal

bba3a775 07/02/2008 06:11 PM Ermal Luçi

Missed interface improvements commit.

c71276f7 06/23/2008 10:02 PM Chris Buechler

fix typo

Ticket #1761

35380504 06/13/2008 12:31 PM Seth Mos

Show Port of the webui if it is set

9f0280d9 03/12/2008 01:43 AM Chris Buechler

Fix prompting for DHCP server setup

be824897 03/02/2008 06:11 AM Chris Buechler

clarify text

61d6fbf1 03/02/2008 06:09 AM Chris Buechler

show interface in uppercase (lan -> LAN, etc.)

5daa88a6 03/02/2008 04:56 AM Chris Buechler

Fix typo blowing up setlanip

e1454e42 02/25/2008 05:09 AM Scott Ullrich
  • Seperate prompt asking about DHCP server out to its own function.
  • When configuring the lan IP, if the lan interface exist, correctly
    prompt if the admin would like to enable DHCP server.
8e2a7e8a 02/22/2008 09:24 AM Chris Buechler

Do not allow enabling of DHCP server on dynamic IP interfaces (fixed in HEAD in last commit)

added a couple TODO items to fix later

Single interface support
Appliance Project

d01ccca8 02/22/2008 09:07 AM Chris Buechler

Fix numerous issues introduced with single interface support. Still some issues to be resolved here.

Single interface support
Appliance Project

ba1eb884 02/18/2008 05:51 AM Scott Ullrich

Remove extra }

d1c46aef 02/16/2008 07:09 AM Scott Ullrich

Reload filter after changes.

2c382106 02/16/2008 07:06 AM Scott Ullrich
  • Show interface in upper case to conform to all other areas.
  • Add a couple of carriage returns
534334ba 02/16/2008 02:26 AM Scott Ullrich

Make set wan/lan/optX script usable.

5b6cc0c4 02/16/2008 02:19 AM Scott Ullrich

List LAN interface if it is available.

3faf822d 02/16/2008 02:16 AM Scott Ullrich

Correct MISC errors found by Scott Dale.

f2366cc0 02/09/2008 04:43 AM Scott Ullrich

Remove dhcpd.leases and reload daemon after LAN interface removal.

5bf11e36 02/09/2008 04:21 AM Scott Ullrich

When deleting the LAN interface, automatically unset the following
configuration areas:

  • Interfaces -> LAN
  • DHCPD -> LAN
  • Traffic Shaper
  • EZ Shaper settings
  • Firewall -> NAT

NOTE: when adding back an interface if LAN does not exist, it is added...

68ad6d22 02/09/2008 02:04 AM Scott Ullrich
  • If the LAN interface exists, do not allow DHCP server on WAN.
  • If the LAN interface does not exist, do not allow DHCP server on LAN.
01d72b37 02/09/2008 01:10 AM Scott Ullrich
  • Allow HTTPS/HTTP revert and anti-lockout rule on WAN
8dee794b 02/09/2008 12:58 AM Scott Ullrich

Allow any interface to be configured from the console menu.

78e63d64 10/19/2007 07:17 PM Bill Marquette

Ticket #1464, only allow y* or n*

709cc6e0 10/17/2007 12:25 AM Bill Marquette

global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427

942ed037 06/02/2007 09:50 PM Scott Ullrich

Close STDIN ($fp) handle before returning back to shell. Major doh's.

ca2e329a 07/12/2005 05:00 AM Scott Ullrich

point out that a browser is a "web browser" for the technically challanged

1b8df11b 03/27/2005 10:39 PM Bill Marquette

Add $Id$ tags

5929e4c0 03/20/2005 05:37 AM Bill Marquette

write_config() descriptions

2ad0b6d2 02/19/2005 07:48 PM Colin Smith

m0n0wall -> pfSense

bbc3533f 02/12/2005 02:59 AM Scott Ullrich

Style clieanup.

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision