summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_ppp.php
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of old file versions with old name.gnhb2010-05-311-133/+0
| | | | New files names are interfaces_ppps.php and interfaces_ppps_edit.php.
* Revert "Push all work on mlppp to the interfaces_ppp_edit and interfaces_ppp ↵gnhb2010-04-271-17/+16
| | | | | | | | pages." This reverts commit 258f1ca439af24026849e15f8dbfc558be0e1ef3. Actually, not ready to do this yet.
* Push all work on mlppp to the interfaces_ppp_edit and interfaces_ppp pages.gnhb2010-04-271-16/+17
|
* Fix other interfaces_* pages and keep working with mlppp.gnhb2010-03-301-5/+5
|
* Add new menu name to other interfaces_* pages.gnhb2010-03-301-0/+1
|
* Redo most of the ppp interface handling to be consistent with the other mpd5 ↵Ermal2010-03-271-7/+3
| | | | configurations. This way there is no more special handling for ppp around.
* I have PPP with mpd5 working really well now, including setting the APN and APNgnhb2010-03-261-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 password <password> syntax in the mpd.conf file and got errors so I kept the mpd.secret file generation. PPP for modems does need the mpd.script file. It's the chat script file for the link establishment. Right now it has to be in /usr/local/sbin/mpd.script, and it's linked to /var/etc/ at boot time when ppp is first configured. I also took away the "Dialcmd" field in the PPP setup page (and a couple others) because the script is rather comprehensive and is designed to handle many modems. My two 3G modems worked without modification to the script. I did have to modify the scrip to handle the setting of APN and SIM PINs. I made the Init String field work, and the default init commands in the ATT&T, Verizion, and Sprint defaults now come up in the Init String field. You also no longer should put an "AT" at the beginning of modem commands entered in the web page because the script does that for you. I implemented interface renaming and that simplified the new code a lot, so that's nice. Now ppp interfaces start with ppp0 and go up as you add more. This patch refers to the ppp-linkup and linkdown scripts in the /usr/local/sbin/ directory so custom PPP linkup and linkdown scripts are not needed anymore. The persistent uptime tracking is still an open issue, but it works within each connected session. I'm already experiencing much smother conditions with mpd5 for PPP on 3G than I was with userland ppp. It's very nice.
* Merge commit 'mainline/master'Erik Fonnesbeck2010-03-011-1/+1
|\
| * Ticket #367. On double click go to the repective edit page.Ermal Luçi2010-02-261-1/+1
| |
* | Add wireless tab to Interfaces: (assign) now that the configuration page is ↵Erik Fonnesbeck2010-02-151-7/+8
|/ | | | functional.
* Use useland pppd for ppp connectionsScott Ullrich2009-10-191-23/+5
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-3/+5
| | | | include 2009 on files that I have asserted (C) on
* Bring in support for QinQ. At this time it is limited to only 2 levels.Ermal Luçi2009-03-281-5/+6
|
* * Introduce interface groups. For now they are availble only on ↵Ermal Luçi2009-03-161-6/+7
| | | | | | Firewall:Rules section maybe it would be usable to have tham on nat too. * Some fixes and cleanup.
* Do not hard code whiteScott Ullrich2008-10-121-2/+0
|
* Bring the ppp frontend to functionality.Ermal Luçi2008-09-111-1/+12
| | | | Add a more options like max connection attempt, support for static ip setups, username and password configs.
* Show correct interface.Ermal Luçi2008-09-101-1/+1
|
* Catch up with backend modification and synchronize some fields in the GUI ↵Ermal Luçi2008-09-101-17/+1
| | | | itself.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 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 5) Cleaning up the related WebUI pages
* Link lagg to GUIErmal Luçi2008-07-251-0/+1
|
* Link Bridge tab in the GUI.Ermal Luçi2008-07-251-0/+1
|
* Link GRE/GIF to the GUI.Ermal Luçi2008-07-231-0/+2
|
* * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHINGErmal Luçi2008-07-141-1/+1
| | | | | | | * Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is the other half of changes
* Continue interface improvementsErmal Luçi2008-06-211-12/+6
|
* Fix page title issuesChris Buechler2008-02-181-1/+0
| | | | PPP
* Initial import of PPP for 3G and dial up modem support.Chris Buechler2008-02-181-0/+148
Needs testing and likely some fixing, then porting to HEAD once verified working.
OpenPOWER on IntegriCloud