Recent content by Hyper_Eye

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

  1. Hyper_Eye

    Netflix devices cause wired LAN ping spikes

    The SB8200 does not have routing features. It is a straight customer owned cable modem. The WAN address on my router is my public IP. I don't think the modem is part of the problem. Devices that are hooked directly to the router are unaffected. It is not a bandwidth problem. I am pretty sure it...
  2. Hyper_Eye

    Netflix devices cause wired LAN ping spikes

    QoS is disabled. I have also disabled STP without any change. I have been taking steps such as this but it is hard to debug the problem with this approach. As I said before the problem vanishes when the Netflix device is unplugged and plugged back in to the switch. I have not been able to...
  3. Hyper_Eye

    Netflix devices cause wired LAN ping spikes

    I have had this problem for quite some time. I've posted about it in IRC a couple times over the last few months. My configuration is as follows 24-port patch panel --> 24-port Netgear unmanaged gigabit switch (GS324) --> ASUS RT-AC88U running merlin 380.68_4 --> SB8200 cable modem with 500/50...
  4. Hyper_Eye

    UPnP Intermittent Failure

    If you have optware installed you can use it to install lsof. Then run: lsof -i :1900
  5. Hyper_Eye

    UPnP Intermittent Failure

    Sorry about that. I misinterpreted. The option sticks for me. There are a few features that use multicast. IPTV can be affected by multicast snooping in particular. WPS utilizes UPnP. wps_monitor actually turned out to be the process holding the second multicast 1900 socket that I mentioned in...
  6. Hyper_Eye

    UPnP Intermittent Failure

    The script should be a file named init-start in the /jffs/scripts path. It needs to have the executable bit set: chmod a+rx /jffs/scripts/init-start If that isn't working look in the WebUI at Administration->System for "Enable JFFS custom scripts and configs". Make sure that is enabled.
  7. Hyper_Eye

    UPnP Intermittent Failure

    I enabled multicast snooping and ran upnpc every 30 seconds in a loop: for i in {1..60}; do echo "Issuing UPnP IGD Discovery #$i"; upnpc -s; sleep 30; done > upnpc.out It failed 13 minutes in. It continued to fail for 3 minutes. It isn't enough to just check whether UPnP is working from time...
  8. Hyper_Eye

    UPnP Intermittent Failure

    Have you tried letting upnpc run a query against it every 30 seconds or so for 20 or 30 minutes? For me it easily stopped responding in any 30 minute span of time and it lasted for a number of minutes before it starts working again. If I re-enable IGMP snooping it will happen quite quickly. Poke...
  9. Hyper_Eye

    UPnP Intermittent Failure

    Yes the file should be named init-start and it should be in the /jffs/scripts path. If it isn't there create it and add the content as quoted above. Then make it executable with the following command chmod a+rx /jffs/scripts/init-start The script will be executed when you reboot the router...
  10. Hyper_Eye

    UPnP Intermittent Failure

    Keep in mind that the script will only run after you reboot the router. You can make the change take affect immediately by simply running the command on the shell: echo 0 > /sys/class/net/br0/bridge/multicast_snooping The script is necessary for the setting to be applied when the router reboots.
  11. Hyper_Eye

    UPnP Intermittent Failure

    This should help: https://github.com/RMerl/asuswrt-merlin/wiki/User-scripts
  12. Hyper_Eye

    UPnP - Multiple Xbox One Gaming Consoles & NAT

    Right. What I am saying is that we are using two PS3s to play Destiny together. If UPnP isn't working properly we cannot play together but I have had no issues outside of that multicast problem that I have now resolved. So with two PS3s and the game Destiny UPnP is working properly and...
  13. Hyper_Eye

    UPnP - Multiple Xbox One Gaming Consoles & NAT

    Well it could be a bit different with two Xbox One systems. In my case with two PS3s I have no issues obtaining "open NAT" (Type 2 NAT in Sony's terms) outside of the multicast issue I had to resolve. My Xbox One and Xbox 360 systems work consistently as well even with the Xbox One in instant on...
  14. Hyper_Eye

    UPnP - Multiple Xbox One Gaming Consoles & NAT

    Hey Bonez, I don't know if you ever fully resolved this problem but I had a very similar problem playing Destiny with my son after I upgraded from an RT-N66U to an RT-AC88U. I posted a thread about it and I was able to resolve (or workaround) the problem...
  15. Hyper_Eye

    UPnP Intermittent Failure

    After a lot of investigation I believe this problem is the same as the one that has been causing problems with minidlna. The solution is described here and here. I am going to continue testing it but I haven't failed to receive UPnP information from the router since I made this change.
Top