summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* switch these back to no state until sloppy is fixedChris Buechler2010-04-031-4/+4
|
* Use ipfw for deleting unused pipes too.Ermal2010-04-021-1/+2
|
* Use ipfw to create the pipes/queues for pf dummynet rules, until we can ↵Ermal2010-04-022-6/+11
| | | | catch up with dummynet v3.
* Remove update_dns_cache.sh it seems to have been used for hostnames in the ↵Ermal2010-03-311-2/+0
| | | | filter ruleset which now is handled quite differently.
* Micro-optimization, no need to fork here just to get the file contents.Ermal2010-03-311-2/+1
|
* Use stristr as a microoptimization.Ermal2010-03-311-4/+4
|
* Remove now unused code.Ermal2010-03-311-16/+0
|
* Fix packages rule generation.Ermal2010-03-311-1/+1
|
* Use new arguments passing style for dhcpleases. Ticket #374.Ermal2010-03-311-1/+1
|
* Ticket #462. Remove references to slbd it is not used anymore.Ermal2010-03-311-6/+0
|
* Fix hosts file generation.Ermal2010-03-291-2/+1
|
* This is of no use. Disable until its writer shows up.Ermal2010-03-291-1/+1
|
* Ticket #449. Teach OpenVPN to reload only tunnels for the specified ↵Ermal2010-03-292-6/+15
| | | | interface. Use this is rc.newwanip script to reload only these tunnels.
* Simplify code.Ermal2010-03-291-4/+3
|
* Remove PPP tab these all go to the system log now.Ermal2010-03-291-8/+2
|
* Remove bogus char. Spotted-by:gnoahb@Ermal2010-03-291-1/+1
|
* Restore tun interface because it is still used by openvpn.Ermal2010-03-291-1/+1
|
* Do not enable fastforwarding with ipsec. Silence command because default gw ↵Ermal2010-03-291-2/+2
| | | | might not exist yet.
* Merge remote branch 'mainline/master'gnhb2010-03-293-5/+8
|\
| * Fix file names.Ermal2010-03-291-2/+2
| |
| * Be more strict on validations.Ermal2010-03-291-2/+2
| |
| * Make sure we do not error out and silence some errors.Ermal2010-03-291-1/+4
| |
* | Changes to make PPP work again. mpd5 fails to establish a ppp link withoutgnhb2010-03-293-18/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | *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.
* | Fix a few small bugs in new PPP code, and one type in pfsense-utils.incgnhb2010-03-292-7/+5
|/
* Remove bougs (.Ermal2010-03-281-1/+1
|
* Propperly choose interface name from correct variable.Ermal2010-03-281-4/+4
|
* Ticket #447. Handle multiple instances propperly.Ermal2010-03-271-1/+2
|
* Ticket #447. Allow multiple innstances to be run.Ermal2010-03-271-2/+2
|
* Kill hostapd and wpa_supplicant when bringing the interface down.Erik Fonnesbeck2010-03-261-0/+7
|
* Always kill both hostapd and wpa_supplicant, or they may stay running when ↵Erik Fonnesbeck2010-03-261-7/+3
| | | | WPA is disabled or even both can end up running when switching between AP and station modes.
* Fix killing mpd process for ppp.Ermal2010-03-271-3/+2
|
* Add enable bits.Ermal2010-03-271-0/+2
|
* Make lan/wan behave as all other interfaces.Ermal2010-03-272-1/+8
|
* Close console and web services for mpd.Ermal2010-03-271-2/+12
|
* Redo most of the ppp interface handling to be consistent with the other mpd5 ↵Ermal2010-03-272-218/+144
| | | | configurations. This way there is no more special handling for ppp around.
* Remove nonsense.Ermal2010-03-261-1/+1
|
* Trivial change in position of counter.gnhb2010-03-261-1/+1
|
* I have PPP with mpd5 working really well now, including setting the APN and APNgnhb2010-03-262-139/+243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Send signal to the dhcpleases daemon using its pidfile if it is running to ↵Ermal2010-03-261-2/+10
| | | | reload.
* Actually pass the parameter to the dnsmasq where to read its hosts file from.Ermal2010-03-261-4/+3
|
* Fix parametersErmal2010-03-261-2/+2
|
* Use the new tool to monitor active leases.Ermal2010-03-263-72/+5
|
* Catch up with php5Ermal2010-03-251-1/+1
|
* Fix typo.Ermal2010-03-251-1/+1
|
* Upps use correct variable. Reported-by: kaarposoft(forum)Ermal2010-03-241-1/+1
|
* Prevent upgrade/spurious errors from happening.Ermal2010-03-241-1/+1
|
* Generate hosts entries for all ips configured.Ermal2010-03-241-10/+7
|
* backup_config() does not need to be wrapped with conf_mount_rw().Ermal2010-03-231-3/+0
|
* Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP ↵Ermal2010-03-233-3/+21
| | | | 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.
* Unbreak ACBScott Ullrich2010-03-231-0/+3
|
OpenPOWER on IntegriCloud