Search
Results (711)
- Revision b6877e06: Handle more carp enahancements for FreeBSD 10. the interface vips will be names $if@$vhid since the interface name is the same as other ips.
- Bug #3346 (Rejected): 1:1 NAT rule (w/ VIP) breaks connectivity to WAN
- Clean installation on a computer, setup defau ... 192.168.10.18 External IP: 50.242.64.21 VIP gets created (50.242.64.21/32) VM (linux, o ... c or somesuch I can provide, let me know. VIP Rule screenshot and 1:1 NAT rule screenshot ... to work. Version: 2.1-RELEASE (i386)
- Revision 7238e0cf: Remove references to _vip interface and provide proper configuration f ... with this and certainly missing upgrade code
- Revision 82d1a33e: Fix #3331. Set interface subnet as destination when VIP is in the same subnet, otherwise use VIP subnet instead of IP address
- Revision d3b17c9a: Fix #3331. Set interface subnet as destination when VIP is in the same subnet, otherwise use VIP subnet instead of IP address
- Bug #3331 (Resolved): Rules to pass out traffic for Proxy ARP VIP entries have an incorrect destination
- On 2.1 some rules are generated on an interface (e.g. WAN) to pass out traffic for Proxy ARP VIP addresses. These rules look like so: <pre> pass out route-to ( em0 [gateway_ip] ) from [parp_vip] to ![parp_vip]/32 keep state allow-opts label "let out any ... tination for that rule should not be "![parp_vip]/32" but "![interface_subnet_id]/[interface_ ... affic from a 1:1 NAT host using one of these VIPs is unable to reach items in the WAN subnet ... sent directly. The case is less clear if the VIP lies outside of a subnet that exists on the firewall. A similar issue is possible with IP Alias VIPs but with IP Alias VIPs the subnet mask on the VIP can be changed to match the interface, negat ... d on WAN to pass quick out to the WAN subnet.
- Revision 4bf23d32: Fix logic inn detecting if OpenVPN resync needed
- Commit https://github.com/pfsense/pfsense/com ... terface/gateway change for the cases of CARP VIPs and VLANs mentioned in that bug report. At least that will be better than not resyncing at all.
- 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.
- Revision 78b2a705: Fix logic inn detecting if OpenVPN resync needed
- Commit https://github.com/pfsense/pfsense/com ... terface/gateway change for the cases of CARP VIPs and VLANs mentioned in that bug report. At least that will be better than not resyncing at all.
- 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