summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Fix other interfaces_* pages and keep working with mlppp.gnhb2010-03-3012-94/+141
|
* Add new menu name to other interfaces_* pages.gnhb2010-03-3012-12/+26
|
* mlppp implementation startsgnhb2010-03-302-0/+327
|
* Remove PPP tab these all go to the system log now.Ermal2010-03-2915-138/+0
|
* Changes to make PPP work again. mpd5 fails to establish a ppp link withoutgnhb2010-03-292-8/+6
| | | | | | | | | | | | | | *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 to connect when user presses "Save" even before they are assigned to LAN/WAN, etc. Also, fix up pfsense-utils.inc and status_interfaces.php to display more info on status_interfaces.php. Changed util.inc to allow cua* interfaces to be recognized as real interfaces as pfSense got "interface mismatch" at boot and forced user to reassign. Maybe someone else has a better way to do this.
* Forgot re-editing.Ermal2010-03-281-6/+8
|
* Fix interface assignment and re-editErmal2010-03-282-7/+4
|
* Fix displaying ppp ports.Ermal2010-03-281-4/+1
|
* Fix PPP assignment.Ermal2010-03-281-2/+2
|
* Don't need the rm -f statement when using > redirect to overwrite thegnhb2010-03-281-4/+2
| | | | file, and add the "then" to the if statements
* Fix mistakes (now using "call" instead of "goto") and add check to SIM PIN ↵gnhb2010-03-281-4/+10
| | | | | | setting routine so we don't have to set the pin every time if it's already set.
* Be safer use the remote-ip address for adding route.Ermal2010-03-271-2/+2
|
* Explicitly set the exit status of the script to not make mpd fail.Ermal2010-03-271-0/+1
|
* Use full patch to command and fix route add command parameter is -iface and ↵Ermal2010-03-271-4/+4
| | | | not -if.
* Tell that the interface is down.Ermal2010-03-271-0/+1
|
* Only sync on the wireless clones that were reassigned.Erik Fonnesbeck2010-03-261-2/+4
|
* A location where the shared wireless configuration should have been synced ↵Erik Fonnesbeck2010-03-261-0/+1
| | | | had been missed (reassigning interfaces).
* Make lan/wan behave as all other interfaces.Ermal2010-03-271-13/+2
|
* Redo most of the ppp interface handling to be consistent with the other mpd5 ↵Ermal2010-03-276-49/+20
| | | | configurations. This way there is no more special handling for ppp around.
* Fixed error in command to send the PIN to the SIM card. Missing double quotes.gnhb2010-03-261-1/+1
|
* I have PPP with mpd5 working really well now, including setting the APN and APNgnhb2010-03-265-50/+1727
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Correct MATCH name.Ermal2010-03-261-1/+1
|
* Fix code to show warnings properly.Ermal2010-03-251-19/+14
|
* Fix checks. Reported-by: EfonneErmal2010-03-241-3/+3
|
* Catch up with php5. Reported-by: ↵Ermal2010-03-241-7/+10
| | | | http://forum.pfsense.org/index.php/topic,23860.0.html
* Ticket #318. Add an option to updater settings to allow updates for images ↵Ermal2010-03-243-4/+30
| | | | with no signature. This makes auto-updater work and will not display an confirmation message during manual update.
* '@' Is also a valid PPPoE username character.jim-p2010-03-241-1/+1
|
* Redirect to the correct page after deleting an item.Erik Fonnesbeck2010-03-241-1/+1
|
* Actually its dns2 for the second entry.Ermal2010-03-231-1/+1
|
* Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP ↵Ermal2010-03-2314-21/+44
| | | | servers to syslogs appropriate files. Create the files for these vpn's as for the others. Logs can be viewed in the VPN tab of the system log.
* Resolve problems with dns server setup when allow override is set. Also add ↵Ermal2010-03-232-7/+10
| | | | static routes for all nameservers to be friendly with multiwan.
* fix textChris Buechler2010-03-221-1/+1
|
* fix textChris Buechler2010-03-221-1/+1
|
* Rename import to bulk import. Suggested-by: Chris HornScott Ullrich2010-03-202-2/+2
|
* Ticket #313. Use $myurl when calling fixup_string to get the URL for the ↵Erik Fonnesbeck2010-03-201-1/+1
| | | | image link.
* To pick the starting tab on Services: DHCP server, use the same logic as ↵Erik Fonnesbeck2010-03-201-4/+8
| | | | used for creating tabs to make sure the first tab really gets selected.
* Use url consistentlyScott Ullrich2010-03-191-1/+1
|
* Fix textScott Ullrich2010-03-191-1/+1
|
* Disable update freqencyScott Ullrich2010-03-191-2/+2
|
* Use URLScott Ullrich2010-03-191-1/+1
|
* Add alias data url option. This code existed but lacked a backend daemon to ↵Scott Ullrich2010-03-191-18/+1
| | | | update the data every 24 hours. Adding this as well.
* Do not output twice the same textErmal2010-03-191-2/+0
|
* Use alias style when creating aliases in wizards.Ermal2010-03-191-11/+5
|
* Fix auto update checking and showing always there is an update available.Ermal2010-03-193-80/+84
|
* Unbreak ranges.Ermal2010-03-182-2/+2
|
* Improve aliases a little bit to show large aliases.Ermal2010-03-182-39/+31
|
* Support ranges during alias imports.Ermal2010-03-181-1/+5
|
* Allow editing aliases. Pointyhat-to: ?!Ermal2010-03-181-7/+6
|
* Default to on for address pools.Ermal2010-03-181-0/+1
|
* Add some descriptions. Default to local port 1194 when no other server is ↵Ermal2010-03-182-2/+21
| | | | configured.
OpenPOWER on IntegriCloud