search for: igmp

Displaying 20 results from an estimated 86 matches for "igmp".

Did you mean: icmp
2016 Jul 10
2
[Bug 1079] New: nft-0.6: segfault on add rule ip filter INPUT ip protocol igmp counter accept
https://bugzilla.netfilter.org/show_bug.cgi?id=1079 Bug ID: 1079 Summary: nft-0.6: segfault on add rule ip filter INPUT ip protocol igmp counter accept Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: nvinso...
2005 Aug 18
2
Shorewall and multicast
Hi, all! Can I enable multicasting via shorewall? I have router with Gentoo Linux (one interface to ISP, one with alises - to local network). Shorewall work perfect! But now I need setup Quagga (zebra) for dynamic routing between one more router via another provider. All routers daemons (zebra, ripd, ospf) used multicasting. In my configuration already enabled allowBcast and etc.
2004 Aug 27
5
IGMP
The BBC are currently trialling multicasting the Olympics. This requires multicast and IGMP to be available. As far as I can make out, in 2.0.8 at least, all multicast addresses are filtered out and, to my naive eyes, can''t be re-enabled. Please prove me wrong :-) Dirk -- Please Note: Some Quantum Physics Theories Suggest That When the Consumer Is Not Directly Observing This M...
2023 Jan 26
1
[Bridge] [PATCH net-next 15/16] selftests: forwarding: lib: Add helpers to build IGMP/MLD leave packets
The testsuite that checks for mcast_max_groups functionality will need to wipe the added groups as well. Add helpers to build an IGMP or MLD packets announcing that host is leaving a given group. Signed-off-by: Petr Machata <petrm at nvidia.com> --- tools/testing/selftests/net/forwarding/lib.sh | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/tools/testing/selftests/net/forwarding/lib.sh b/tools/te...
2005 Jan 12
6
multicast NAT
I have a standard 3 interface shorewall setup and I want to receive multicast stuff from ''net'' -> ''loc''. This requires me, first, to do an IGMP join which involves 192.168.1.x -> 224.0.0.x being NATed out as the ''net'' interface''s IP address. Obviously replies have to be NATed back to ''loc'' addresses. Can shorewall / iptables cope with this? Dirk
2008 Apr 11
0
[Bridge] igmp snooping ?
Hi, Is there an IGMP Snooping implementation in development in the bridge module ? Is the bridge module a good place for this feature ? It is better to add it in the module or in user space ? Regards, Nicolas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.linux-foundation...
2006 Dec 16
0
How can I Snoop L3 level IGMP packet at L2 level(Bridging level).
Hi All, I have to develop IGMPSnoop application within kernel 2.6. For the same purpose, I would have to Snoop L3 level IGMP packet at L2 level(Bridging level). Can anybody suggests how it can be done. Does Netfilter library support this kind of feature. Thanks In Anticipation Maverick -- ____________________________________...
2004 Mar 02
3
how do you rate limit routable traffic without rate limiting LAN protocols like arps and igmp?
...tizing traffic upstream of a slow wan link using htb, classic wonder shaper type stuff. I''m using the following command for traffic that does not match any of my defined filters: tc qdisc add dev eth0 root handle 1: htb default 50 It appears that local, non-routable traffic like arps and igmp are being snared by this and end-up queued in the lowest priorty queue. I was surprised that non-IP traffic would be effected by IP traffic control. How do I prevent this local, non-routable traffic from being queued? Since it''s local, I just want it to go at line rate. I know if I remove...
2013 Aug 26
0
[PATCH] bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones
Currently we would still potentially suffer multicast packet loss if there is just either an IGMP or an MLD querier: For the former case, we would possibly drop IPv6 multicast packets, for the latter IPv4 ones. This is because we are currently assuming that if either an IGMP or MLD querier is present that the other one is present, too. This patch makes the behaviour and fix added in "brid...
2023 Jan 26
1
[Bridge] [PATCH net-next 09/16] selftests: forwarding: Move IGMP- and MLD-related functions to lib
..._mdb.sh b/tools/testing/selftests/net/forwarding/bridge_mdb.sh index 2fa5973c0c28..51f2b0d77067 100755 --- a/tools/testing/selftests/net/forwarding/bridge_mdb.sh +++ b/tools/testing/selftests/net/forwarding/bridge_mdb.sh @@ -1018,26 +1018,6 @@ fwd_test() ip -6 address del fe80::1/64 dev br0 } -igmpv3_is_in_get() -{ - local igmpv3 - - igmpv3=$(: - )"22:"$( : Type - Membership Report - )"00:"$( : Reserved - )"2a:f8:"$( : Checksum - )"00:00:"$( : Reserved - )"00:01:"$( : Number of Group Records - )"01:"$( : Record Type...
2015 Mar 18
1
Folders with ~ (tilde) slow to save
...(60) 001F5B35DB28 USC-IANA MC-000001 UDP - Other Ports 172.16.5.93 224.0.0.1 00:04:53.923211 293.923211 13:48:40.664897 (64) 2037062FA331 IEEE 802 MC-000000 IEEE 802.1 00:04:54.735503 294.735503 13:48:41.507844 (60) njchiaia USC-IANA MC-000016 IGMP 172.16.5.111 224.0.0.22 00:04:55.578450 295.578450 13:48:41.508474 (90) njchiaia IPv6 Neighbor Discovery-00000016 ICMPv6 - Multicast Listener Report V2 FE80::31A3:E972:A166:BEC7 FF02::16 00:04:55.579080 295.579080 13:48:41.509723 (60) njchiaia USC-IANA MC-000016...
2015 Jul 11
0
EXTLINUX - GCC 5
...fs/xfs_dir2.c:588]: (error) Uninitialized variable: irec ... [core/fs/xfs/xfs_dir2.c:584]: (error) Uninitialized struct member: irec.br_blockcount Hard to say. Who understands XFS structure ? ----------------------------------------------------------------- Checking core/lwip/src/core/ipv4/igmp.c: LWIP_DEBUG;LWIP_IGMP... [core/lwip/src/core/ipv4/igmp.c:813]: (error) Possible null pointer dereference: igmp Looks like a valid complaint. Will cause SIGSEGV in case of pbuf_alloc() returning 0. Question is whether the macro combination is supposed to be functional. ------------------------...
2015 Mar 18
2
Folders with ~ (tilde) slow to save
running Version 3.6.23-14.el6_6 I'm having slow save times with folders names ~something.. ie. /www/~bin/content.txt. doing this via a windows share.. when I save file it has a moment (few seconds) of hesitation.. then saves. When I do /www/bin/content.txt. the file saves instantly. Is there anywhere I can change a setting to fix this? or is this a bug. I've looked in the logs
2014 Jul 31
1
Re: multicast traffic no longer working after reboot
On 31.07.2014 17:23, Dennis Jacobfeuerborn wrote: > On 31.07.2014 15:14, Dennis Jacobfeuerborn wrote: >> Hi, >> today a couple of Hypervisors got restarted due to a power outage. While >> the systems and the VMs on the are running fine multicast traffic >> between the guests is no longer working. >> >> I generate multicast udp packet using iperf in the guest
2010 Apr 08
0
lokkit
I have used lokkit to setup iptables ( I have a big script that does this) basically just ports I want with "--port=https:tcp" etc... I wish to allow igmp and add igmp to the lokkit command line? How do I do that? I can add this to /etc/sysconfig/iptables: iptables -A RH-Firewall-1-INPUT -i eth1 -j ACCEPT iptables -A RH-Firewall-1-INPUT -i eth1 -p igmp -j ACCEPT iptables-save > /etc/sysconfig/iptables and that works - but I wish my script and...
2003 Jan 29
0
building a multicast router
...some research it sounds like installing a multicast router between the client and server side is the best solution. So that''s what I''m trying to do now. I have Red hat Linux 7.3 installed. I''ve gone through the steps described on the how-to (link above): $ demsg | grep IGMP IP Protocols: ICMP, UDP, TCP, IGMP $ cat /proc/sys/net/ipv4/ip_forward 1 $ netstat -rn Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.3.0 0.0.0.0 255.255.255.0 U 40 0 0 eth1 10.100.100.0 0.0.0.0...
2008 Mar 19
1
End of search string question
How do I tell LogCheck that I don't care what's in the rest of the search string? ^\w{3} [ :0-9]{11} m0n0wall ipmon\[[0-9]+\]: [0-9:]{8}\.[0-9]{6} xl0 (@ 0:3|@100:3) (b|p) 192\.168\.2\.[0-9]{1,3} -> [0-9.]{7,15} PR igmp len [0-9]{2} \([0-9]{2}+\) IN$ ^\w{3} [ :0-9]{11} m0n0wall ipmon\[[0-9]+\]: [0-9:]{8}\.[0-9]{6} xl0 (@ 0:3|@100:3) (b|p) 192\.168\.2\.[0-9]{1,3} -> [0-9.]{7,15} PR igmp len [0-9]{2} \([0-9]{2}+\) K-S IN$ As you can see the only diff with these two statements is the ending "IN$" and...
2003 Jan 30
0
RE: building a multicast router: RESOLUTION
...ome research it sounds like installing a multicast router between the client and server side is the best solution. So that''s what I''m trying to do now. I have Red hat Linux 7.3 installed. I''ve gone through the steps described on the how-to (link above): $ demsg | grep IGMP IP Protocols: ICMP, UDP, TCP, IGMP $ cat /proc/sys/net/ipv4/ip_forward 1 $ netstat -rn Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.3.0 0.0.0.0 255.255.255.0 U 40 0 0 eth1 10.100.100.0 0.0.0.0...
2006 Apr 13
4
IP_MAX_MEMBERSHIPS
Hello, Can anyone tell me why the maximum number of members in a multicast group is set at 20? Are there issues with increasing this number? Any information would be greatly appreciated. Thanks, Steve Clark -- "They that give up essential liberty to obtain temporary safety, deserve neither liberty nor safety." (Ben Franklin) "The course of history shows that as a
2015 Jul 11
3
EXTLINUX - GCC 5
> On Jul 10, 2015 5:29 PM, "poma via Syslinux" <syslinux at zytor.com> wrote: > > > The same as with the ISOLINUX, stable and git. > > Only this time has nothing to do with the menu. > > 1) EXTLINUX is no longer a discrete variant. The installer extlinux now > installs SYSLINUX. > 2) William Kensington already saw a similar behavior wherein an