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

Recent content by dgt

  1. D

    Upnp Problems

    You might have multicasting issues. If you're using 380.59 then try: echo 0 > /sys/class/net/br0/bridge/multicast_snooping Since you're using multiple devices then you might need to experiment and find the correct device/interface. To make it persistent across reboots you need to put it into a...
  2. D

    upnp lease times?

    Yes, NAT-PMP is supported by miniupnpd and working by default. It's normal that applications using that protocol set an expiration time and renew it automatically.
  3. D

    upnp lease times?

    I'm not sure if it'll help but you might try this on your router. Connect to it via telnet/ssh and do this nvram set upnp_min_lifetime=3600 nvram commit reboot The default value is 120 seconds but I'm not sure if it applies for UPnP itself or only for NAT-PMP/PCP. Also make sure you don't have...
  4. D

    My ISP has provided 6 usable static IP's how exactly could I go about using them with Merlins build?

    If you want to assign public IP addresses to your clients behind the router then you want to set up one-to-one NAT. On asuswrt you need to do it manually via telnet/ssh using iptables. Preferably you also want to create a firewall-start user script incorporating iptables rules. An example, if...
Back
Top