• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

Change CARP IGMPv3 > v2 ?

HA/CARP/VIPs
2
2
1.1k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A
    ajm
    last edited by Jan 2, 2017, 10:14 AM Jan 2, 2017, 8:53 AM

    I've recently configured a new 2-node HA cluster using pfSense 2.3.2p1. There are 3 internal Lan's using CARP for Lan gateway failover, plus a single WAN which has 2 VIP's for inbound services plus the main traffic ingress/egress VIP. Each node connects to the Lan's via VLAN interfaces bound to a failover LAGG connected to two switches, which are connected via a trunk.

    The installation and testing went very smoothly with no significant problems encountered. However, I'd like to reduce the volume of multicast hitting all the LAN ports.

    As the switches only support IGMPv2 I need to change the version pfSense is using. The FreeBSD kernel sysctl flags 'out of the box' were:

    net.inet.igmp.gsrdelay: 10
    net.inet.igmp.default_version: 3
    net.inet.igmp.legacysupp: 0
    net.inet.igmp.v2enable: 1
    net.inet.igmp.v1enable: 1
    net.inet.igmp.sendlocal: 1
    net.inet.igmp.sendra: 1
    net.inet.igmp.recvifkludge: 1
    

    Using the pfSense Advanced:System Tunables, I've set the following:

    net.inet.igmp.default_version: 2
    net.inet.igmp.legacysupp: 1
    

    However, packet capture shows that pfSense is still sending IGMPv3 packets.

    I'd be grateful for any advice on how to change this.

    1 Reply Last reply Reply Quote 0
    • R
      Rai80
      last edited by Mar 1, 2017, 9:07 PM

      Try these:

      net.inet.igmp.default_version=2
      net.inet.igmp.sendra=0
      net.inet.igmp.legacysup=1

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.