Search
Results (402)
- Bug #2445 (Resolved): Carp vip renaming broken IPsec VPN tunnels that reference carp interfaces.
- Because of the vip renaming per interface any IPsec VPN tunnels, or endpoints referencing a CARP vip are now broken and won't work. OpenVPN too maybe?
- Bug #2440 (Resolved): Wireless client nic set for DHCP does not start dhclient
- I've configured a wireless nic as a client (i ... uldn't matter. It's worked in the past. (2.0)
- Bug #2415 (Resolved): Fallout from CARP vip interface names changes
- Now that CARP VIP interfaces have been renamed, some issues have come up. They are now named, for example, wan_vip241. * They appear in the list for assign ... es > (assign). * Some code still looks for "vip" such as the static route check for IPsec in ... er.inc: if(preg_match("/^vip/i", $ph1ent['interface'])) { etc/inc/interfaces.inc: if (preg_match("/^vip|^tun|^ovpn|^gif|^gre|^lagg|^bridge|vlan|^stf ... terfaces.inc: else if (preg_match("/^vip/i", $interface)) etc/inc/interfaces.inc: else if (preg_match("/^vip/i", $interface)) etc/inc/interfaces.inc: else if (preg_match("/^vip/i", $interface)) etc/inc/interfaces.inc: else if (preg_match("/^vip/i", $interface)) etc/inc/interfaces.inc: else if (preg_match("/^...
- Bug #2406 (Resolved): No IP alias within the subnet of a CARP IP can be deleted
- The input validation that triggers: <pre> ... ed by a CARP IP with the description") . " {$vip['descr']}."; </pre> prevents the deletio ... can be worked around by editing the IP alias VIP and changing its IP subnet or subnet mask, t ... input validation is not done upon editing.
- Bug #2333 (Resolved): CARP filter_synchronize PHP error, can not break
- PHP Errors: [01-Apr-2012 08:31:40 UTC] PHP F ... l in /etc/rc.filter_synchronize on line 425
- Bug #2300 (Resolved): Static routes for IPsec peers missing when attached to IP Alias VIP
- The "static route needed?" check in vpn.inc for IPsec peers only checks CARP VIPs to see if a static route is needed, and not IP Alias VIPs. So if you attach a tunnel to an IP Alias VIP on an alternate (non-default) WAN, it does n ... atic route, and thus doesn't work properly.
- Bug #2291 (Resolved): Input validation problem with VIPs and "none" type interfaces
- When trying to set an interface to "none" type IP and you have a VIP, it spits out: <pre> This interface is referenced by VIPs please delete those before setting the inte ... n't set IPv6 to "none" when you have an IPv4 VIP, and vice versa, where that's perfectly valid.
- Bug #2278 (Resolved): IPv6 Carp vip both master on FreeBSD 8.3
- On our FreeBSD 8.3 snapshots both carp members will become master for IPv6 vips. The IPv4 vips if they exist work normally and stay backup ... e configuration on our FreeBSD 8.1 snapshots.
- Bug #2277 (Resolved): miniupnp will does not listen on vip's
- Currently miniupnp does not listen on vip's just the of the interface. Unfortunately that means if the default GW is on a vip many clients won't be able to use UPNP. I h ... dd the ip to the config file it doesn't work.
- Bug #2273 (Rejected): OpenVPN won't listen on interface 'any' after adding CARP vip's
- After adding CARP VIP's, with the openvpn 'interface' parameter se ... listening, the interface is set to the CARP VIP (blinded domain/first two octets of Internet ... re, I change another server to listen on the VIP rather than 'any' and it immediately starts ... ion was working great before adding the CARP VIP's. I see the CARP 'vip' interfaces just fine in ifconfig. I don' ... around at the moment for CARP plus Multi-WAN.