Project

General

Profile

Search

Results (711)

Bug #3174 (Resolved): OpenVPN Client bound to a gateway group should not start on backup CARP vip
There is no handling for gateway groups in <p ... enVPN client to start even if the underlying vip is a CARP backup. Recommend adding at li ... /* the interface is a gateway group. If a vip is defined and its a CARP backup then do not ... if (($a_groups[$settings['interface']][0]['vip'] <> "") && (get_carp_interface_status($a_groups[$settings['interface']][0]['vip']) == "BACKUP")) return; } </pre> 09/01/2013 06:50 PM
Bug #3172 (Resolved): function return_gateway_groups_array() returns the incorrect vip
I am not even a PHP novice so please take these findings with a grain of salt. The vip returned is always the last vip that the <pre> foreach ($group['i ... his is causing OpenVPN Server to bind to the vip on the backup tier. I think to fix it tw ... should be: <pre> if (!is_array($gwvip_arr[$group['name']])) </pre> and 2. Line ... 7 should be: <pre> if (is_array($gwvip_arr[$group['name']])&& !empty($gwvip_arr[$group['name']][$member])) $groupmember['vip'] = $gwvip_arr[$group['name']][$member]; </pre> Thanks, Shahid 08/31/2013 06:13 AM
Bug #3147 (Resolved): Adding new interface can cause issues
When adding a new interface on the (assign) p ... first interface picked happens to be a CARP VIP then this VIP will stop working until the new interface is ... 't potentially cause issues (say, a loopback) 08/14/2013 05:38 PM
Revision ee3bc703: Fix #2962, allow to remove VIP if gateway IP is on the interface's subnet
07/06/2013 05:55 PM
Revision ff9f40d5: Fix #2962, allow to remove VIP if gateway IP is on the interface's subnet
07/06/2013 05:54 PM
Bug #3075 (Closed): Can't delete unused Virtual IP "referenced by a least one gateway"
I am working on some minor shuffling around o ... ons/55705b333518144ccea42219c8459b5d0b1d6ecc 07/05/2013 04:22 PM
Revision 9db8c46d: When a CARP VIP transitions to master, we need to bump serve ... ay not properly (re)attach to the IP address.
07/05/2013 03:48 PM
Revision e61a6db2: When a CARP VIP transitions to master, we need to bump serve ... ay not properly (re)attach to the IP address.
07/05/2013 03:46 PM
Bug #3067 (Rejected): Virtual IP Removal
I noticed that pfsense allows you to remove V ... s for clients who have that address assigned. 07/02/2013 06:59 PM
Bug #3045 (Resolved): NTPD crash / doesn't come up
The NTP services crashes a lot, reason unknow ... is the minimum time between scans. 06/14/2013 11:11 AM
(481-490/711)