Re: VXLAN Multicast issue

2017-06-01 Thread Michael Graves
On 2017-06-01 08:10, Sebastien Marie wrote: my guess would be IGMP uses IP-Options. and by default, pf doesn't allow them. you should try using the following in pf.conf: set skip lo block log pass allow-opts That fixed the problem. Thank you.

Re: VXLAN Multicast issue

2017-06-01 Thread Sebastien Marie
On Thu, Jun 01, 2017 at 07:42:51AM -0500, Michael Graves wrote: > Hello > > [...] > > The problem that I cannot explain is when I ping from obsd01 vether0 to > obsd02 vether0 and I do a tcpdump on rtbsd vio0 I never see any IGMP packets > from the obsd01/02 system, but I do see VXLAN packets. Ho