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

  1. F

    iptables Port Forwarding: Index of insertion too big

    That fixed it, thanks much for the quick response. Updated nat-start script: #!/bin/sh iptables -t nat -I VSERVER 1 -p tcp -m tcp -s 10.10.10.10 --dport 22 -j DNAT --to 192.168.0.2 iptables -t nat -I VSERVER 2 -p tcp -m tcp -s 10.10.10.10 --dport 5900 -j DNAT --to 192.168.0.2
  2. F

    iptables Port Forwarding: Index of insertion too big

    Hello, Possibly more of a networking/Linux question that a Merlin-specific one, but: I followed the iptables guide to allow traffic to a port from a specific IP, but after rebooting my RT-AC66U, the port was still blocked. I then tried executing the nat-start script manually and received...
Back
Top