Search results

  • 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. P

    RT-AC88U, failed to allocate and lots of other errors

    Hi, yes, i created a script a 2-3 weeks ago, thats the only script i have "nat-start" it only includes this : #!/bin/sh iptables -t nat -I PREROUTING -s 192.168.0.26 -d www.abc123.com -p tcp --dport 33000 -j DNAT --to-destination 192.168.0.17:33000 Can that be the culprit?
  2. P

    RT-AC88U, failed to allocate and lots of other errors

    is there also a way to download a full syslog.txt ? i only see a part;, i want to scroll back to the beginning, where it all started happening, to find the root cause
  3. P

    RT-AC88U, failed to allocate and lots of other errors

    Today, woke up, and internet was gone, also my clients were not getting an IP address, jus rebooted the router and all normal i have rt-ac88u as main router , running 386.3_ and 2 nodes ac-86u after reboot, i grabbed the log file, its just full of errors, here is a snapshot from it what could...
  4. P

    How to reroute traffic?

    ok, indeed, thnx for all feedback, really appreciated!!
  5. P

    How to reroute traffic?

    ok, that works! lets say, created the rule witth this at destination: --to-destination 192.168.0.51 is there a failsafe? let me explain, if 192.168.0.51 is not avaible on my system for whatever reason, can i route it back to the original : www.123.com ?
  6. P

    How to reroute traffic?

    perfect, it works!! =-) is there a way to actually see the route in the ipables? if i do like : iptables -L i see a lot of chains, but not the PREROUTING chain? thnx !
  7. P

    How to reroute traffic?

    perfect then i can use : iptables -t nat -I PREROUTING -s 192.168.0.50 -d www.123.com -p tcp --dport 5678 -j DNAT --to-destination 192.168.0.51 if that works, thats good enough for me.. using a DNS there is bether, i dont know if that cloud service using multiple ip's for that www.123..com...
  8. P

    How to reroute traffic?

    perfect yes, the local device has a fixed IP seems dns is not possible : https://superuser.com/questions/1348261/redirect-ports-with-iptables-to-domain-instead-of-ip but actually, that doesnt mather, that local 192.168.0.50 device is only connecting to cloud , only on port 5678 , so do i need...
  9. P

    How to reroute traffic?

    yes, its all ipv4 thnx for all info, was just reading how to use scripts : https://github.com/RMerl/asuswrt-merlin.ng/wiki/User-scripts#nat-start gonna start first without it, and test btw, for testing, how do you delete that rule? is there an easy way? i was reading this guide ...
  10. P

    How to reroute traffic?

    ah, cool so merlin is needed that also means, if i dont use a script, the route is gone after a reboot? can i also use a DNS instead? like www.123.com instead of 55.66.77.88 ?
  11. P

    How to reroute traffic?

    Hey, got a question, i have a client on my local lan, lets say a client with IP 192.168.0.50 that clients connects to an public service online, lets say on : 55.66.77.88 port 5678 how can i modify the traffic, so the router reroutes all traffic to an internal local device instead? i have the...
  12. P

    Create exception for: Vulnerability Protection

    its not a malicous site, its a two-way ips protection, dont see a whitelist there ;-)
  13. P

    Create exception for: Vulnerability Protection

    hmm, it was already up to date too bad there is no way to add exclusions
  14. P

    Create exception for: Vulnerability Protection

    Ok, i can try that... But is there a way to make an exception?
  15. P

    Create exception for: Vulnerability Protection

    strange, on that site it says its safe
  16. P

    Create exception for: Vulnerability Protection

    Hi i wanted to give my alarm system an update, it connects to somekind of url on a specific port, 1 sec later, got a mail from my router, that it blocked the device How can i allow exceptions for that device? thnx Event number : 1 Alert type : Vulnerability Protection Source ...
  17. P

    NAT loopback, how does it work?

    I always though that port forwarding was not needed ... But indeed seems logical, the router doesn't know, the destination... So maybe indeed the Dnsmasq is the solution
  18. P

    NAT loopback, how does it work?

    Ah ok, yeah, i m using Merlin :-) Will have a look tomorrow
  19. P

    NAT loopback, how does it work?

    So port forwarding is always needed in any scenario?
Top