Project

General

Profile

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

# Date Author Comment
4aa64f79 04/09/2010 11:16 AM Marcus Brown

Configure interface when changing settings, and fix init string field.

The interface configure function is called after "write_config()" because
we must write the new data to the config before reading the config to
bring up the interface with the new settings.

c90f2471 03/29/2010 01:03 PM Marcus Brown

Changes to make PPP work again. mpd5 fails to establish a ppp link without
some username and password, so defaults are set if user enters nothing.
Removed interface_ppp_configure call from interfaces_ppp_edit.php. It was
useless there with the new structure, and it caused all PPP links to attempt...

c107a2ac 03/28/2010 09:11 PM Ermal LUÇI

Forgot re-editing.

611ae852 03/27/2010 12:05 AM Ermal LUÇI

Redo most of the ppp interface handling to be consistent with the other mpd5 configurations. This way there is no more special handling for ppp around.

9ebe7028 03/26/2010 10:12 PM Marcus Brown

I have PPP with mpd5 working really well now, including setting the APN and APN
Number, and the SIM PIN and wait time for the SIM to settle after the PIN is
entered.

Still no work on multilink PPP with serial port links.

Right now the code creates the mpd.secret file. I tested it using the set auth...

0e1add13 02/25/2010 11:07 PM Ermal Luçi

Correct page name.

aabb805d 02/08/2010 10:04 PM Ermal Luçi

Ticket #341. Fix setting of default gw. Generate config after saving the changes as done on other places on pfsense code.

1de43d91 01/27/2010 11:29 PM Ermal Luçi

Add even modem attached device types.

daf8594a 01/27/2010 11:26 PM Ermal Luçi

Add a checkbox to allow setting a 3G/dialup modem as the default interface/gateway.

12105004 01/27/2010 09:42 PM Scott Ullrich

Add missing \

f92405bd 01/27/2010 09:29 PM Scott Ullrich

Add missing \

46022016 01/27/2010 09:07 PM Scott Ullrich

base64 encode/decode the dialcmd to work around escaping issues:

61d94217 01/27/2010 08:28 PM Ermal Luçi

Count better the backslashes.

09f86669 01/27/2010 06:24 PM Ermal Luçi

Fix identation on att.

8f3f7729 01/23/2010 12:03 AM Ermal Luçi

Use backslash(\) for escaping and not slash(/).

65420310 12/21/2009 12:14 AM Chris Buechler

escape // so it fills in properly

7c8dcff2 12/20/2009 10:09 PM Chris Buechler

add Verizon

9694e102 10/26/2009 05:14 PM Scott Ullrich

Automatically populate linespeed when prefilling

46c3f09a 10/25/2009 07:38 PM Scott Ullrich

Add links to prefill ATT and Spring settings

4aca19b3 10/20/2009 02:16 AM Scott Ullrich

Use useland pppd for ppp connections

7ac5a4cb 09/14/2009 11:14 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

03b0e855 06/05/2009 07:04 AM Chris Buechler

clarify log message

250e8c39 06/05/2009 05:39 AM Chris Buechler

correct spelling

ca010769 06/05/2009 05:27 AM Chris Buechler

Fix local/remote specification.

touch up text

f4758c47 09/11/2008 09:44 PM Ermal Luçi

Bring the ppp frontend to functionality.
Add a more options like max connection attempt, support for static ip setups, username and password configs.

5d41713c 09/10/2008 01:18 PM Ermal Luçi

Catch up with backend modification and synchronize some fields in the GUI itself.

478e3e65 08/30/2008 07:44 PM Scott Ullrich

Dress PPP configuration page up with a CSS header like other pages use.

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance...

f1f60c92 07/14/2008 09:01 PM Ermal Luçi
  • Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHING
  • Much improved rule generation speed
  • Many bug fixing in general of the interface handling

NOTE: this is the other half of changes

06a22f6d 02/18/2008 01:58 AM Chris Buechler

Fix page title issues

PPP

860c4e80 02/18/2008 01:33 AM Chris Buechler

Initial import of PPP for 3G and dial up modem support.

Needs testing and likely some fixing, then porting to HEAD once verified working.