-
Packet from 192.168.4.15: proto: 2 hdrlen: 24 iplen: 16 or 4096
RECV unk: 0x22/0x00 from 192.168.4.15 to 224.0.0.22 (ip_hl 24, data 16)
ignoring unknown IGMP message type 22 from 192.168.4.15 to 224.0.0.22
But all another may be ok...:
Debu: Packet from 192.168.4.15: proto: 2 hdrlen: 24 iplen: 16 or 4096
Note: RECV unk: 0x22/0x00 from 192.168.4.15 to 224.0.0.22 (ip_hl 24...
2009-12-15 14:31:23 UTC by nobody
-
I have an UPnP server on the internal network, i.e. it sends out multicast messages for SSDP (239.255.255.250). igmpproxy forwards them to the upstream interface. If I use the new "whitelist" keyword on the downstream interface then this doesn't happen, but that means that the UPnP server won't be visible on the other downstream interfaces.
The attached patch utilizes the "whitelist" keyword...
2009-12-11 19:22:35 UTC by stefanb2
-
I finally got the ipfire tool chain to work and compiled the latest git code. It now parses the aliased interface correctly and handles it as disabled.
Thanks.
2009-12-10 23:35:01 UTC by stefanb2
-
I have an alias blue0:1 for the device blue0. I would like to disable this device in the igmpproxy configuration but it seems the parsers doesn't handle this case correctly:
From config:
phyint blue0 downstream
phyint blue0:1 downstream
Output from "-d -vv":
igmpproxy, Version 0.1 beta2, Build 090614
Copyright 2005 by Johnny Egeland
Distributed under the GNU...
2009-12-10 18:38:00 UTC by stefanb2
-
1. It seems that provided log corresponds to wrong config, i.e. with eth2 and eth3 downstream. Could you please post log with correct config?
2. Had you verified that you are able to capture the traffic directly from the router?
3. Does any previous version (e.g. beta2) work well with you config? If so, please post its log.
2009-11-23 18:21:34 UTC by const86
-
Still need for advice ...
2009-11-21 15:47:19 UTC by nobody
-
Have a Gentoo linux router with config:
quickleave
phyint eth2 upstream ratelimit 0 threshold 1
altnet 10.0.0.0/8
altnet 102.168.1.1/24
phyint eth3 downstream ratelimit 0 threshold 1
phyint eth2 downstream ratelimit 0 threshold 1
phyint eth1 disabled
phyint ppp0 disabled
phyint wlan0 disabled
phyint wmaster0 disabled
phyint lo disabled
Interface list:
$ ip addr sh
1...
2009-11-12 04:09:34 UTC by nobody
-
oops !
Actual config is:
quickleave
phyint eth2 upstream ratelimit 0 threshold 1
altnet 10.0.0.0/8
altnet 102.168.1.1/24
phyint eth3 downstream ratelimit 0 threshold 1
phyint eth0 downstream ratelimit 0 threshold 1
phyint eth1 disabled
phyint ppp0 disabled
phyint wlan0 disabled
phyint wmaster0 disabled
phyint lo disabled.
2009-11-12 03:58:07 UTC by nobody
-
Have a Gentoo linux router with config:
quickleave
phyint eth2 upstream ratelimit 0 threshold 1
altnet 10.0.0.0/8
altnet 102.168.1.1/24
phyint eth3 downstream ratelimit 0 threshold 1
phyint eth2 downstream ratelimit 0 threshold 1
phyint eth1 disabled
phyint ppp0 disabled
phyint wlan0 disabled
phyint wmaster0 disabled
phyint lo disabled
Interface list:
$ ip addr sh
1...
2009-11-12 03:55:49 UTC by nobody
-
I can provide daemonize patch used myself:
diff -urBp igmpproxy.orig/src/igmpproxy.c igmpproxy/src/igmpproxy.c
--- igmpproxy.orig/src/igmpproxy.c 2009-09-15 19:25:13.000000000 +0400
+++ igmpproxy/src/igmpproxy.c 2009-09-15 19:56:19.000000000 +0400
@@ -126,6 +126,20 @@ int main( int ArgCn, char *ArgVc[] ) {
break;
}
+ if ( !Log2Stderr ) {
+
+ // Only daemon goes past this line...
+ if (fork()...
2009-10-20 07:45:17 UTC by lly