lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 15 Nov 2020 18:27:05 +0100
From:   Andrew Lunn <andrew@...n.ch>
To:     "Tj (Elloe Linux)" <ml.linux@...oe.vision>
Cc:     Vladimir Oltean <olteanv@...il.com>, netdev@...r.kernel.org,
        chris.packham@...iedtelesis.co.nz, f.fainelli@...il.com,
        marek.behun@....cz, vivien.didelot@...il.com, info <info@...ris.cz>
Subject: Re: dsa: mv88e6xxx not receiving IPv6 multicast packets

> Using tcpdump I *think* enp2s0 (wired link direct into lan1 on 'good')
> always showed the laptop sending multicast listener report v2 packets on
> a regular cadence of about 60-100 seconds as well as the DHCPv6
> solicit/renews and that cadence matched when the timers on the output of
> "bridge -d -s mdb show" reset to approximately 258.
> 
> But for wlp4s0 (wifi to 'bad') the DHCPv6 solicit/renew didn't seem to
> be accompanied by multicast listener reports and the mdb timers expired.

So check if you have an IGMP querier in the network. If not, try
turning it on in the bridge,

ip link set br0 type bridge mcast_querier 1

   Andrew

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ