Search
Results (402)
- Bug #3257 (Resolved): IP Alias on CARP IP doesn't work where IP alias above CARP parent in list
- I have 300 over IPs in 3 different subnets. I ... inutes later. But these IPs shown at list of VIP lists on WebConfigurator.
- Bug #3243 (Resolved): OpenVPN does not rebind when gateway fails over
- <pre> function openvpn_resync_if_needed ($mo ... pre> When a gateway group is tied to CARP VIPs and OpenVPN client or server is bound to a ... e # @$current_device@ is the name of the VIP (e.g. wan_vip1) and @$this_device@ is the interface (e.g. ... # @$new_device@ is, again, the name of the VIP GWGroup failed over to (e.g. opt2_vip2) and @$this_device@ is the interface (e.g. ... PN should reload or not? Thanks, Shahid
- Bug #3211 (Rejected): DHCP failover configuration not working in 2.1-RELEASE
- Both nodes are getting setup as Primary. ... ull request in github with the fix? Shahid
- 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>
- 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
- 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)
- 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
- Bug #3067 (Rejected): Virtual IP Removal
- I noticed that pfsense allows you to remove V ... s for clients who have that address assigned.
- Bug #3045 (Resolved): NTPD crash / doesn't come up
- The NTP services crashes a lot, reason unknow ... is the minimum time between scans.
- Feature #3025 (Rejected): Allow Proxy Arp to Bind to CARP Interface
- Hi, We are using a cluster pfSense to NAT 1:1 two network. I need to make Proxy ARP VIP to bind to CARP Interface. Now, it is not ... of configuration I also try with "Other" VIP, but same message.