What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

igmpproxy question

wiz

Regular Contributor
I have been wrecking my brain to get iptv going here.

I have a subscription that needs tagged vlans, vlan34 for regular internet, and vlan4 for iptv. I have succesfully created both vlan34 and vlan4, and both interfaces are up and request dhcp addresses. So far so good.

I struggle to get igmpproxy to behave like it should.

If I hook up my isp supplied router, all works fine, but from the 1000 mbits this router is capable of doing about 300 mbits download and 100 mbits upload. My rt-n66 does 940 mbits up and down give or take a bit.

I am almost there, if I do a tcpdump -i vlan4 and request to see a stream on my pc, I see the streams go by on vlan4. However, on my pc mpc-hc does not seem to get the stream.

this is what I have configured so far in igmpproxy:

Code:
quickleave

phyint vlan4 upstream  ratelimit 0  threshold 1
        altnet 0.0.0.0/0
phyint br0 downstream  ratelimit 0  threshold 1

If I do a tcpdump -i br0 igmp I was hoping to see igmp traffic but no such thing. Any help would be greatly appreciated as I do not want to revert back to the isp router.
 
Seems there's nothing wrong with it.

I needed to switch off reverse path filtering on vlan4 and br0

Code:
echo 0 > /proc/sys/net/ipv4/conf/vlan4/rp_filter
echo 0 > /proc/sys/net/ipv4/conf/br0/rp_filter

IPTV works like designed now with my asus router
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top