summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
Commit message (Collapse)AuthorAgeFilesLines
* Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly ↵Erik Fonnesbeck2010-05-201-5/+5
| | | | affecting 64-bit. Ticket #459
* Add a few comments. This should be ready for testing/feedback. Ticket #108jim-p2010-05-061-0/+2
|
* Add missing ;jim-p2010-05-061-1/+1
|
* Set proposal check and passive as needed for this scenario also. Ticket #108jim-p2010-05-061-1/+6
|
* Ensure initial_contact is 'on' in this case to behave as 1.2.3 did. Ticket #108jim-p2010-05-061-3/+4
|
* Set generate_policy to "on" to behave as 1.2.3 does in this case. Ticket #108jim-p2010-05-061-1/+4
|
* Only specify peer ID if we are not dealing with a mobile PSK-only tunnel. ↵jim-p2010-05-061-1/+6
| | | | Ticket #108.
* Do not specify subnet in sainfo if we are dealing with a mobile PSK-only ↵jim-p2010-05-061-1/+1
| | | | tunnel. Ticket #108
* Write out IPsec PSKs for mobile clients. Part of ticket #108.jim-p2010-05-061-0/+7
|
* Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP ↵Ermal2010-03-231-3/+3
| | | | 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.
* Ticket #430. Give a none option to allow for roadwarriors configs.Ermal Luçi2010-03-161-5/+7
|
* Only fetch inet family routes.Ermal2010-03-121-1/+1
|
* Prevent errors when running without a lan defined interface. Also remove ↵Ermal Luçi2010-02-241-7/+7
| | | | some dead code.
* Three fixes:pierrepomes2010-02-171-8/+6
| | | | | | | - ipsec-tools 0.8 ignores 'adminsock' directive, so until upstream is fixed, we need to use the default /var/db/racoon/racoon.sock - Fix spd files reloading in /tmp - Revert initial patch from Scott Ticket #137
* Ticket #332. Simplify creating the ipsecpinghosts file.Ermal Luçi2010-02-091-3/+9
|
* ping_hosts.sh is no more in /etc. Remove some unneeded lines.Ermal Luçi2010-02-031-1/+1
|
* Use global variable.Ermal Luçi2010-02-031-2/+2
|
* Use global variable and do not loop all entries undefinitely.Ermal Luçi2010-02-031-2/+4
|
* Do propper checking on sasyncd to not try to start this damon uselessly.Ermal Luçi2010-02-031-10/+9
|
* Do not fail to create racoon.conf if there is no ip on wan. this might be a ↵Ermal Luçi2010-01-281-9/+0
| | | | valid config.
* Use better interface names.Ermal Luçi2009-12-281-3/+2
|
* Fix racoon file gneration when selected type is dyn_dns. Reported-by: ↵Ermal Luçi2009-12-281-0/+1
| | | | http://forum.pfsense.org/index.php/board,49.0.html.
* Check to see if processes are running before killingsullrich2009-12-021-3/+6
|
* Reload tunnel policies Ticket #137sullrich2009-12-021-3/+3
|
* Restore lost code. Noticed-by: Ermalsullrich2009-12-021-2/+2
|
* Combine PPTP Server subnet and clients. Code imported from m0n0wall. ↵sullrich2009-12-021-12/+7
| | | | Ticket #139
* Remove ipsec_in_use sysctlsullrich2009-11-281-2/+2
|
* Add newline after set radius server Resolves #184sullrich2009-11-271-0/+2
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-3/+1
| | | | Simplify get_memory(). Tested on mips/i386
* Turn off IPSEC net.inet.ip.ipsec_in_use when IPSEC is disabledScott Ullrich2009-10-281-2/+5
|
* Set sysctl net.inet.ip.ipsec_in_use=1 when starting racoonScott Ullrich2009-10-281-0/+1
|
* More IPSec, filter.inc changesEirik Oeverby2009-09-231-8/+13
|
* Here we go again .. IPSec stuffEirik Oeverby2009-09-231-1/+1
|
* Add neccessary include.Ermal Luçi2009-09-211-0/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-1/+9
|
* Fix typo in variable name which resulted in a incorrect format for the ↵Seth Mos2009-09-011-1/+1
| | | | | | /var/db/ipsecpinghosts file. Fixes half of #61
* Unbreak ipsec on my firewall. For some reason p2_ealgos is not being ↵Scott Ullrich2009-08-261-0/+7
| | | | defined and requires a 'require' to bring it in. Not sure why this is happening but this fix unbreaks my case at least.
* remove debugging echoScott Ullrich2009-08-251-1/+1
|
* Check correct variablesScott Ullrich2009-08-251-1/+2
|
* Do not enter for loop if all variables are 0. Apparently we have some ↵Scott Ullrich2009-08-251-5/+9
| | | | include ordering issues that are preventing these variables from being set.
* Ipsec.inc is in functions.incScott Ullrich2009-08-251-3/+0
|
* Unbreak IPSEC!Scott Ullrich2009-08-231-0/+3
|
* Do not send a HUP to racoon as that causes issue with initialSeth Mos2009-07-141-3/+0
| | | | configuration loading.
* Switch over the dns list from arguments to dnswatch to a file which holds ↵Seth Mos2009-07-141-4/+3
| | | | them which dnswatch will use.
* Make the dnswatch_list array unique before processing itSeth Mos2009-07-131-0/+1
|
* Silence route delete, this will also match on local network connectedSeth Mos2009-07-131-1/+1
| | | | vpn endpoints, those routes can not be deleted and throw a error.
* Correct variable names so that the logging is useful.Seth Mos2009-07-061-2/+1
| | | | Remove racoon reload signal
* Remove some unneccessary calls to filter_configure() they just give recursivity!Ermal Luçi2009-06-181-14/+2
|
* Use is_dir, not is_file for detecting directory existance.Scott Ullrich2009-06-021-1/+1
|
* fix route deletionChris Buechler2009-05-311-2/+2
|
OpenPOWER on IntegriCloud