summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-022-0/+0
|\ \ | |/
| * Make script files for getting ppp connection uptime executable.gnhb2010-05-022-0/+0
| |
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-021-0/+1
|\ \ | |/
| * Ticket #8. Delete states after link fails down.Ermal2010-04-301-0/+1
| |
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-04-221-2/+4
|\ \ | |/
| * Revert changes as requested by Ermalgnhb2010-04-121-2/+4
| |
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-04-123-5/+14
|\ \ | |/
| * Implement reporting and logging of historical PPP uptime with data ↵gnhb2010-04-103-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | persistent through reboot. Also, change the way uptime is captured. The mpd console is no longer used to get PPP uptime data, which will prevent spamming of PPP logs with console access messages. This means we no longer have to write out mpd_<interface>.query files to /var/etc. Now, a simple calculation of the age of the /tmp/<interface>up file is used. This gives the same data within the second as the console data so it seems acceptable. I removed some "rm -f" calls from ppp-linkdown as there was already code in interfaces.inc interface_bring_down function that unlinks the <interface>up and <interface>_router files. There is still the rm -r nameserver_<interface> call in the linkdown script. Maybe this should be moved to the interfac_bring_down function for consistency? Also, I commented out the ngctl shutdown <interface>: call. I think it's probably not necessary any more.
* | more changes to mpd.script to make debugging easier.gnhb2010-04-051-2/+2
| |
* | Added some more information to error messages for easier debugging.gnhb2010-04-051-14/+18
|/
* 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
|
* 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-261-0/+1629
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Actually its dns2 for the second entry.Ermal2010-03-231-1/+1
|
* 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.
* Add a few more commands for the lazysullrich2009-12-021-0/+2
|
* Add tab completionsullrich2009-12-021-1/+26
|
* Automatically source common items so that config is in the eval() contextScott Ullrich2009-10-051-1/+3
|
* Actually it needs an ip!Ermal Luçi2009-05-171-1/+1
|
* Add the state killing for now on VPN's pppoe/pptp/l2tp when the link goes ↵Ermal Luçi2009-05-121-0/+1
| | | | down. For the others some more thought is needed.
* Fix a lock leaking on CP.Ermal Luçi2009-05-081-12/+0
|
* Generate the {interface}up status file.Ermal Luçi2008-12-081-1/+1
|
* Output welcome banner after globals.inc is requiredScott Ullrich2008-11-231-3/+1
|
* Turn off debugging textScott Ullrich2008-11-201-1/+0
|
* * Use defined server from config.xmlScott Ullrich2008-11-121-1/+3
| | | | * Sleep for 5 seconds in between requests
* Use product_nameScott Ullrich2008-11-101-4/+5
|
* Kill old ntpd process if it is aroundScott Ullrich2008-11-091-0/+2
|
* SyncScott Ullrich2008-11-091-0/+3
|
* Add script that will keep trying to set the date time (for bootup) thatScott Ullrich2008-11-091-0/+10
| | | | will run in the background to help speedup boot times.
* Adding custom grub-installScott Ullrich2008-10-281-0/+484
|
* Fix issue reported on ticket #1825.Ermal Luçi2008-10-251-1/+1
|
* Break out item that can be its own functionScott Ullrich2008-10-241-11/+14
|
* Actually apply fixes to the correct files.Ermal Luçi2008-10-133-7/+8
|
* I always remember having done this long ago?!Ermal Luçi2008-10-132-2/+2
|
* Require_once instead of require.Scott Ullrich2008-09-101-4/+4
|
* Show playback commands avaiableScott Ullrich2008-08-301-1/+9
|
* Add a script to assist in removing all packages and or the packageScott Ullrich2008-08-151-0/+64
| | | | configuration file from the command line.
* Add other needed files so everything works as expected.Ermal Luçi2008-07-144-0/+27
|
* Add apinger binary for gateway monitoringSeth Mos2008-06-181-0/+0
|
* * Fix helpScott Ullrich2008-04-141-0/+8
| | | | * Fix exit/quit
* Lower threshold to 86. Noticed a scenario where slbd was chewing upScott Ullrich2008-01-311-1/+1
| | | | roughtly 91% of the cpu.
* Do not reset every hour. Wait until the process goes out of control.Scott Ullrich2008-01-071-4/+10
|
* Really kill off slbdChris Buechler2007-11-251-2/+1
| | | | Ticket #1533
* Remove extra C/RScott Ullrich2007-11-241-1/+1
|
* Detect playback file not found when passed as argument. Example: pfSsh.php ↵Scott Ullrich2007-11-231-0/+4
| | | | replay cvssync RELENG_1
OpenPOWER on IntegriCloud