Commit Graph

24396 Commits

Author SHA1 Message Date
Ermal LUÇI
8e87f7140a Unset the aggressive mode settings for not IKEv1 settings 2014-11-25 21:43:47 +01:00
Ermal LUÇI
02069977a3 Ooops do the right things for a correct config and php syntax 2014-11-25 21:40:25 +01:00
Ermal LUÇI
1eb378ed3c Put the aggressive line only during ikev1 configs 2014-11-25 21:39:34 +01:00
Ermal LUÇI
156a086d72 Ignore linkup/down events on disabled interfaces. 2014-11-25 21:28:16 +01:00
Ermal LUÇI
8b335b7a1e Remove var_dump from production code 2014-11-25 20:58:05 +01:00
Ermal LUÇI
ee12796723 Remove AES-GCM from phase1 settings algos since its not recommended 2014-11-25 20:56:25 +01:00
Chris Buechler
79f4c97009 fix IPsec widget status display after recent changes broke it. Ticket #4045 2014-11-25 13:30:59 -06:00
Ermal LUÇI
2d2e466c2b Show Mtu on status interfaces. 2014-11-25 20:23:30 +01:00
Ermal LUÇI
3740c82b5c Use proper function now that this call is not needed anymore 2014-11-25 20:04:29 +01:00
Ermal LUÇI
2c4301fa6f Ticket #2786 handle the mtu on bridge same as on lagg. Cleanup some not needed code while here 2014-11-25 20:02:50 +01:00
Ermal LUÇI
ba8e4c8832 Remove the mac address propagation to vlans since FreeBSD 10 handles this itself 2014-11-25 19:32:02 +01:00
Ermal LUÇI
bc8f326432 Ticket #2786 there is an issue with convert_real_interface_to_friendly_interface which might return not expected data as in the situation checked for vlan case her ein the validation. Avoid for this case here the issue to allow properly setting mtu on vlans with not assigned parent. 2014-11-25 19:23:53 +01:00
jim-p
6c101e32ec s/Unbound DNS Forwarder/Unbound DNS Resolver/ to be consistent with other wording in the GUI 2014-11-25 11:55:17 -05:00
jim-p
4bbc32b934 Remove gmirror_status.inc from obsolete files list as it exists again in our repository. 2014-11-25 11:50:14 -05:00
Chris Buechler
fc86e6c11b remove unused function referencing racoon 2014-11-25 10:48:41 -06:00
Ermal LUÇI
2b58f94e60 Fixes #2786, properly handle the chain of interfaces during lagg configuration for mtu. For most interfaces this works, bridge will be added in a separate commit 2014-11-25 16:36:55 +01:00
Ermal LUÇI
a8e4301474 Actually to not change all scripts running both versions of console and gui just detect that the caller is through fpm-cgi and make it include config.gui.inc to avoid having issues in general from being called from wrong places. 2014-11-25 15:32:05 +01:00
Ermal LUÇI
1ad2dc5b74 Set the timezone even during config.gui.inc to please the timezone selection 2014-11-25 15:23:09 +01:00
Ermal LUÇI
4ec33e13b2 Provision for inclusion from different places. 2014-11-25 15:07:41 +01:00
Ermal LUÇI
624bf131cc Remove useless check 2014-11-25 15:02:38 +01:00
Ermal LUÇI
c3bc039cea Do not let the config.inc to be included from GUI scripts. 2014-11-25 14:56:54 +01:00
Renato Botelho
c039d44a7b Merge pull request #1347 from phil-davis/patch-3 2014-11-25 07:24:07 -02:00
Chris Buechler
24aa9e4064 fix up text 2014-11-24 23:37:56 -06:00
Ermal LUÇI
73fc2ea0c0 Correct logic for lagg mtu. Also optimize and cleanup dead code 2014-11-24 22:45:50 +01:00
jim-p
efed74dab4 Make this note more accurate. 2014-11-24 16:23:04 -05:00
Ermal LUÇI
2f851abff9 Fixes #4039 remove the toggle from IPSec settings since its not anymore useful. 2014-11-24 22:07:38 +01:00
Ermal LUÇI
f07008f559 Fixes #4037
Revert "Do not let the user mess with SAs from this page. The daemon and primary status page handles tat"

This reverts commit bb55330aca.
2014-11-24 21:54:00 +01:00
Ermal LUÇI
ec5753e756 The net.inet6.ip6.rfc6204w3 needs to be 1 for dhcpv6 to work correctly. Fixes #3361 2014-11-24 21:39:16 +01:00
Ermal LUÇI
e550188fd6 Fix issue of previous commit on adding bridge memebers. 2014-11-24 21:18:44 +01:00
Ermal LUÇI
96fbd43a0b DHCP6 might start after bootup
Revert "Gather DNS information and return on bootup"

This reverts commit c2847e0faa.
2014-11-24 20:36:12 +01:00
Ermal LUÇI
5987261f1a Use the same strategy as on CP by putting a file to detect running instances and if older than 90seconds continue otherwise just let the previous one continue. 2014-11-24 19:59:55 +01:00
Ermal LUÇI
c2847e0faa Gather DNS information and return on bootup 2014-11-24 15:42:18 +01:00
Ermal LUÇI
b8d092806f Put the booting signal in globals.inc since it makes all the other scripts detect we are booting. Otherwise separate php instances will not detect that. rc.bootup clears this flag so all should work correctly 2014-11-24 15:23:57 +01:00
Ermal LUÇI
6668e18faa Ignore empty interfaces and ovpn ones on linkup since they should not trigger this script actions 2014-11-24 15:02:30 +01:00
Ermal LUÇI
dced0dd03f Be friendly to large interface systems 2014-11-24 12:22:03 +01:00
Ermal LUÇI
43517fcc1b Fixes #1047, overhaul handling of flags for hardware offloading and make it work correctly for system_advanced page settings. Lagg is still a special case that needs a reboot. 2014-11-24 12:19:15 +01:00
Ermal LUÇI
0771969b40 Fixes #4015. Hide Negotiation mode when in IKEv2 since it is not required. 2014-11-24 09:44:44 +01:00
Phil Davis
a8604dc613 Process unbound start from status services
This was missing, so nothing happened when the user tried to start Unbound from Status->Services
2014-11-24 10:14:30 +05:45
Renato Botelho
e0dd1fddd5 Merge pull request #1346 from SunStroke74/patch-2 2014-11-23 18:49:12 -02:00
SunStroke74
cfbe7e091f Removing extra closing bracket 2014-11-24 00:35:40 +05:00
Chris Buechler
1ea3b03b5c Merge branch 'wagonza' 2014-11-22 15:34:34 -06:00
Chris Buechler
38e9197673 Merge branch 'master' of https://github.com/wagonza/pfsense into wagonza 2014-11-22 15:33:06 -06:00
Chris Buechler
e840fc8cd0 Don't unset these items for PPP configurations as they're not configured here and doing so loses settings configured in interfaces_ppps_edit.php. Ticket #3727 2014-11-22 13:24:51 -06:00
Renato Botelho
15fbb5ecf3 Fix ovpn-linkup for tun + topology subnet case setting router as ifconfig_local envvaar when route_vpn_gateway and ifconfig_remote are both not defined. Keep using 5th parameter as a seatbelt in last case. While I'm here, improve sh syntax. It should fix #3968 2014-11-22 17:13:02 -02:00
Chris Buechler
68ce5a28f8 phone number is a required field 2014-11-22 13:03:48 -06:00
Chris Buechler
02a2bffaec add a usleep here to prevent killing twice. Ticket #3894 2014-11-22 12:57:47 -06:00
Chris Buechler
93ead355d4 In some circumstances, OpenVPN doesn't exit on SIGTERM. SIGKILL it when that happens. Ticket #3894 2014-11-22 12:42:53 -06:00
Chris Buechler
e295e7ca44 MSS clamping on VPNs is necessary in both directions where it's needed. Rather than requiring setting on both ends, especially since the remote side can be some third party device where MSS clamping may not be available or not work, set in both directions here. 2014-11-22 11:17:29 -06:00
Chris Buechler
b7b3f34314 fix up text 2014-11-22 01:15:12 -06:00
Chris Buechler
7786c9d617 clean up tabs in strongswan.conf 2014-11-21 21:52:38 -06:00