Recent content by Nathan Owens

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

    Asus ac86u firewall

    I have that installed now but currently doesn’t show up in the webui though maybe router needs a restart after install, which will probably wait til I get home even though I could do it away from home as well.
  2. N

    Asus ac86u firewall

    Is there a way to instead of rejecting to use drop instead. I am getting many IPs and different ones possibly trying to find an open port I’ve even used ssh to add drop instead of reject and even tried from source and seems my rules get ignored
  3. N

    Libressl support?

    Ah ok, thanks for answering anyway
  4. N

    Libressl support?

    I was wondering if there would possibly be a change from OpenSSL to LibreSSL from OpenBSD's project. OpenSSL is overly complicated in code,while LibreSSL is smaller code base, which in theory would have less chance of bugs/security-bugs.
  5. N

    AB-Solution - The Ad Blocking Solution

    Is there a chance for encrypted or unencrypted data to be hijacked such as logins, credit cards, etc? From this script, mostly asking because of host files
  6. N

    port forwarding issue or firewall?

    Actually seems to be working fine now, I just disables iptables. Also thankfully I can only connect to it if I am either on my wifi or using vpn. it was sshd issues
  7. N

    port forwarding issue or firewall?

    For some reason I also can't connect from inside my network either unless I go through router. Even if I told the ssh server for router to be on a unique port as well?
  8. N

    port forwarding issue or firewall?

    I'm sure I did both iptables -F then iptables -X ; sshd is up and before I installed merlin firmware I did have it working, so ISP isn't filtering. I can ssh to the host if i ssh into the router first Revan# iptables -L Chain INPUT (policy ACCEPT) target prot opt source...
  9. N

    port forwarding issue or firewall?

    Weird, well I just SSHd into the router and ran iptables -L and it doesn't show anything saying to forward ssh requests to this host
  10. N

    port forwarding issue or firewall?

    Lets say things like: iptables -A INPUT -p tcp -s 192.168.50.0/24 as my router uses 192.168.50.1 But to test to see if it was my firewall blocking it or not I reset the rules so my machine is not blocking anything. Even though I have port 22 in the WAN->port forwarding, it seems that the...
  11. N

    port forwarding issue or firewall?

    True, I forgot to include picture of my port foward to see if I have it set up correctly atleast. I've ran a port checker on it and it gives closed and I've also disabled iptables and I still get connection refused
  12. N

    port forwarding issue or firewall?

    That code is on my computer that is running the SSH server
  13. N

    port forwarding issue or firewall?

    i have this as my iptables rules: #!/usr/bin/bash #!/bin/bash MyIP="$(getent hosts ADDRESS_HERE| awk '{ print $1 }')" iptables -F iptables -X iptables -F INPUT iptables -P INPUT ACCEPT iptables -A INPUT -p tcp -s $MyIP --dport 22 -j ACCEPT iptables -A INPUT -p udp -s $MyIP...
  14. N

    ASUS ac66u-b1 reboot

    I bought a refurbished ac66u-b1 router. If I reboot through ssh or GUI it comes back on fine. If I say lose power or use power button to turn it off and then back on the power light is faint and looks like it’s blinking,not a consistent blinking more sporadic, and won’t come back on normally...
Top