What's new

need help with igmpproxy!

  • 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!

70mmy

New Around Here
I desperately need to get the igmp proxy working in order to get the dlna server working from my home nas
(it is on another subnet 192.168.1.x while the asus is on 192.168.2.x) i have enabled it in the iptv tab web interface
but i can't see the igmpproxy process up, so i tried to launch it manually (the cfg in /var/mcpd.conf doesn't work
and doesn't seem to belong to this daemon at all) but i have this error:

admin@RT-AC86U-1DE0:/tmp# /usr/sbin/igmpproxy /tmp/mcpd.conf -dv
MC-Router API already in use; Errno(98): Address already in use

can anyone who has experience with this help me? thank you
 
I use the igmpproxy (mcpd on the AC86u) for IPTV access.

In the GUI it's disabled

iptv-ac86u.PNG


Then in a /jffs/scripts/services-start I have:

Bash:
#!/bin/sh

sleep 60
killall mcpd
/bin/mcpd /jffs/configs/mcpd.conf

The /jffs/configs/mcpd.conf is in my case for IPTV (vlan6)

Bash:
##### IGMP configuration #####
igmp-default-version 3
igmp-query-interval 125
igmp-query-response-interval 10
igmp-last-member-query-interval 10
igmp-robustness-value 2
igmp-max-groups 25
igmp-max-sources 10
igmp-max-members 25
igmp-fast-leave 1
igmp-admission-required 0
igmp-admission-bridging-filter 0
igmp-proxy-interfaces vlan6
igmp-snooping-interfaces br0
igmp-mcast-interfaces vlan6
#
#Begin MLD configuration
#
mld-default-version 2
mld-query-interval 125
mld-query-response-interval 10
mld-last-member-query-interval 10
mld-robustness-value 2
mld-max-groups 10
mld-max-sources 10
mld-max-members 10
mld-fast-leave 1
mld-admission-required 0
mld-admission-bridging-filter 0
mld-proxy-enable 0
mld-snooping-enable 0
mld-proxy-interfaces vlan6
mld-snooping-interfaces br0
mld-mcast-interfaces vlan6
#
#End MLD configuration
#
##### MCAST configuration #####
igmp-mcast-snoop-exceptions 239.255.255.250/255.255.255.255 224.0.255.135/255.255.255.255
mld-mcast-snoop-exceptions ff05::0001:0003/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
 

Latest threads

Sign Up For SNBForums Daily Digest

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