Recent content by swede

  1. S

    [Fork] Asuswrt-Merlin 374.43 LTS releases (Archive)

    Is it possible to run a Tor relay directly on Asus RT-N66U with Merlin Fork Firmware. I am running 374.43_2-16BGj9527 at the moment. I want to give something like 2Mb/s up and down. I saw some mentioning of Tor on RMerlin's github If it is possible are there any guides?
  2. S

    how to add/remove rules in filter_rules

    Asus rt-n66u Merlin Fork Firmmware:374.43_2-14E1j9527 I have guestnetwork enabled with Access Intranet: off Maybe that's why ssh cannot be accessed from it? I have (Merlin fork)
  3. S

    how to add/remove rules in filter_rules

    Can I block the ssh on the guestnetwork then? *edit* Just tried and ssh was not accesible via guestnetwork Alot of thanks for support!
  4. S

    how to add/remove rules in filter_rules

    Thanks @ColinTaylor that seems to work like a charm. three questions 1. For TCP there are several categories. SYN, ACK, FIN, RST, URG, PSH Should I DROP all of them? The ALL target seems not to work? 2. I don't really understand the difference between iptables -I and -A i.e Insert and...
  5. S

    how to add/remove rules in filter_rules

    I want to block a ip from accessing wan, only lan I used from GUI: Firewall => Network services filter I added two rules( as seen in /tmp/filter_rules) that work -A FORWARD -i br0 -o eth0 -p udp -s 192.168.1.99 -j DROP -A FORWARD -i br0 -o eth0 -p tcp -s 192.168.1.99 -j DROP However I...
Back
Top