Recent content by frisky

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

    Custom firmware build for R7800 v. 1.0.2.74.2SF & v. 1.0.2.74.3SF

    I've written a shell script that parses the /var/log/messages, greps the ddos attack lines , groups and counts the individual ip's involved into file /opt/var/log/totalled it goes something like this get-logs.sh << #!/bin/sh LOGFILE="/var/log/messages" COMBINED="/opt/var/log/combined"...
  2. F

    Custom firmware build for R7800 v. 1.0.2.74.2SF & v. 1.0.2.74.3SF

    Hello Voxel, I wanted to thank you again for your help in solving my issue with iptables. Now i got another issue that i am being DDOSSED :confused:, but that is none of your concern. Your build is holding up like a charm:)! << individual ddos attacks 875 /opt/var/log/combined individual ddos...
  3. F

    Custom firmware build for R7800 v. 1.0.2.74.2SF & v. 1.0.2.74.3SF

    Hello Voxel, thanks for your reply, To gain acces to the LOG target of iptables. I've linked the binary for the optware version of iptables, with LOG target support over the firmware version. I did this, by creating a symlink in /overlay/usr/sbin for iptables to /opt/usr/sbin/iptables...
  4. F

    Custom firmware build for R7800 v. 1.0.2.74.2SF & v. 1.0.2.74.3SF

    I am trying to host a node.js application on port 80 on my r7800 I've changed /etc/init.d/uhttpd to only listen on ssl port 443 I am running the node.js on port 80. I can succesfully connect to the node.js app when i connect from my local network. I tested this by wget "http://{public-ip}/" and...
Top