Thanks Janisk…
Let go in order too..
Sorry to be a little pain in the ass.. But I think that I have the problem very very focused…
- IGMP-proxy and PIM cannot be used together
Yes, I found it, But I “think” cannot use PIM because because the ISP don’t support it…
I’m missing something?,
IGMP-proxy sends out requests to detect the version of IGMP used in the network, if no responses are received (that should be received) it assumes it is alone, and switches to IGMPv3.
This queries were are sent?, in the “Upstream” interface? or in the Local Lan interface?
Because I only see IGMPv3 Queries in the upstream interface. So all the queries comes back empty. (Check the capture).
In the local network, also, there is only IGMPv2 trafic.
IMHO your provider uses some witch with IGMP snooping that is not compatible with IGMP and multicast as such, hence result you see.
Maybe… but
1.But if I “Bridge” the conection (IPTV VLAN to Local Network), everthings works smoothly
2.The ISP router is using IGMP-Proxy, is a comtrend WAP-5813n
http://www.comtrend.com/cee/links/85$product.htm
This is router includes a IGMP Proxy, and it have a small ratio button for IGMP version selection.
What PIM configuration did you use? what you did set up and where did you see the response about - has to be directly connected.
I just made a “Empty” configuration, just put the two interfaces with the IGMPv2 selection… I’m don’t have much knowledge in this part…
The error comes from the error log of the system, it the same error that comes from google at this URL.
http://xorp.sourcearchive.com/lines/1.5~cvs.20080519/pim__vif_8cc-source.html
case PIM_BOOTSTRAP:
// Source address must be directly connected
if (! pim_node().is_directly_connected(*this, src)) {
XLOG_WARNING("RX %s from %s to %s on vif %s: "
"source must be directly connected",
PIMTYPE2ASCII(message_type),
cstring(src), cstring(dst),
name().c_str());
ret_value = XORP_ERROR;
goto ret_label;
}