Hi,

I did the same setup with OPNSense 16.1 + Compiled HAProxy 1.6.3 using:
/sbin/kldload ipfw
ipfw table 1 list
ipfw table 1 add 10.124.192.1/32
ipfw table 1 add 10.124.192.2/32
ipfw table 1 add 10.124.192.3/32
ipfw table 1 add 10.124.192.4/32
ipfw table 1 list
ipfw list
ipfw add 10 fwd localhost tcp from 'table(1)' 22 to any in recv vmx1
ipfw add 10 fwd localhost tcp from 'table(1)' 21 to any in recv vmx1
ipfw add 10 fwd localhost tcp from 'table(1)' 49000-49500 to any in recv
vmx1
ipfw list
Because HAProxy & transparence client IP is not integrated.

I did not get any disconnection.

It work very well currently.

Romain


-----Original Message-----
From: List [mailto:list-boun...@lists.pfsense.org] On Behalf Of Steve Yates
Sent: Friday, February 12, 2016 16:27
To: pfSense Support and Discussion Mailing List <list@lists.pfsense.org>
Subject: Re: [pfSense] Bug? Firewall disable no random connection drop,
firewall enable random connection drop

Romain Lapoux wrote on Thu, Feb 11 2016 at 4:36 pm:

> I did some test and does not work

        Since you're listing things, what are your firewall rules for
traffic to/from the FTP server?

        If you create rules allowing all traffic to and from that IP
address, do FTP connections work?

--

Steve Yates
ITS, Inc.

_______________________________________________
pfSense mailing list
https://lists.pfsense.org/mailman/listinfo/list
Support the project with Gold! https://pfsense.org/gold

_______________________________________________
pfSense mailing list
https://lists.pfsense.org/mailman/listinfo/list
Support the project with Gold! https://pfsense.org/gold

Reply via email to