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. wbartels

    Skynet Skynet - Router Firewall & Security Enhancements

    Hello Addam, On the first page of this Skynet post and on the Github site I read: But I don't see any license, is there any? I'm working on a proof of concept based on Skynet and want to respect the license. If you like the idea it can be used to back port. I'm not skilled enough to implement...
  2. wbartels

    Skynet Skynet - Router Firewall & Security Enhancements

    Is it 100% safe to add black lists witch contains private IP ranges like firehol_level1 and Fullbogons? As far as I can see these functions filter them out: Filter_PrivateSRC () Filter_PrivateDST () Filter_PrivateIP () I'm considering to add...
  3. wbartels

    Skynet Skynet - Router Firewall & Security Enhancements

    Adamm Thanks for the update :-)
  4. wbartels

    Skynet Skynet - Router Firewall & Security Enhancements

    Prevent to many usb flash drive erase/write cycles. In 24 hour I have approximately 8.000 entry's in the skynet.log file. Memory shouldn't be an issue, at the moment 182 MB free.
  5. wbartels

    Skynet Skynet - Router Firewall & Security Enhancements

    I don't really understand, the syslog already is stored in memory: /tmp/syslog.log I meant the skynet.log. With this small modification it perfectly works, and it has nothing to do with de syslog.log. ##skynetlog="${skynetloc}/skynet.log" skynetlog="/tmp/skynet.log" touch $skynetlog Or have I...
  6. wbartels

    Skynet Skynet - Router Firewall & Security Enhancements

    Hello Adamm I have a feature request. Besides enabling and disabling logging it would be nice to have an option to set it to RAM memory. For example the menu could look like: Select Logging Option: [1] --> USB Storage [2] --> RAM Memory [3] --> Disable
  7. wbartels

    Skynet Skynet - Router Firewall & Security Enhancements

    Hello Adamm, I have a feature request. At the moment Skynet supports a ton of options for manual bans. Still I'm missing a feature to ban an entire ASN range. Because ASN ranges can change an Auto-Updates feature would also be very welcome. What do you think of this? For now I use this little...
  8. wbartels

    Skynet Skynet - Router Firewall & Security Enhancements

    I will monitor it for a while and come back to it later. Sorry I'm not a bash programmer ;) #!/bin/bash old=$(date -d yesterday +"%Y-%m-%d") new=$(date +"%Y-%m-%d") curl -sf --retry 3 http://ipdeny.com/ipblocks/data/aggregated/tr-aggregated.zone > /data/Downloads/zone_tr_${new}.txt diff=$(diff...
  9. wbartels

    Skynet Skynet - Router Firewall & Security Enhancements

    In my situation I have blocked tr (Turkey) in Skynet because of high brute force and mail spam. Still I have to manually add some ranges like below. Do you know why these are not listed on http://ipdeny.com/ipblocks/data/aggregated/tr-aggregated.zone ? 91.194.53.0/24 45.93.247.0/24
  10. wbartels

    Skynet Skynet - Router Firewall & Security Enhancements

    Adamm thanks for the info! UPDATE I have done a comparison of the none aggregated zone. And are now the same!
  11. wbartels

    Skynet Skynet - Router Firewall & Security Enhancements

    I think banned country blocking can be improved with another service like: https://www.iwik.org/ipcountry/ USSES UPPERCASE COUNTRY CODES! This service downloads the ranges directly from RIPE For more info please read this blog: http://blog.erben.sk/2014/02/06/country-cidr-ip-ranges/...
  12. wbartels

    stop syslog.log from saving under /jffs

    I have tried a hardlink, but get overwritten. rm syslog.log && ln -s /dev/null syslog.log Thanks very much! The directory trick works :)
  13. wbartels

    Skynet Skynet - Router Firewall & Security Enhancements

    Now Skynet can use CDN Whitelisting. What do you think to add optional Root DNS and Top level DNS domains? Or are these already coved by the CDN Whitelisting? Whitelist root DNS servers: https://www.iana.org/domains/root/servers Whitelist top level DNS servers...
  14. wbartels

    Skynet Skynet - Router Firewall & Security Enhancements

    [1-15]: 11 Select Setting To Toggle: [1] --> Skynet Auto-Updates | [Disabled] [2] --> Malware List Auto-Updates | [daily] [3] --> Logging | [Enabled] [4] --> Filter Traffic | [all] [5]...
  15. wbartels

    Skynet Skynet - Router Firewall & Security Enhancements

    Thanks for the fast update ;-)
  16. wbartels

    Skynet Skynet - Router Firewall & Security Enhancements

    I like Skynet a lot! It take me a long time to understand the whole menu. The word List is used for different meanings in for example: Change Filter List, Exclude Individual Lists, Import IP List and List Entries. Below I have made a suggestion for the menu changes, what do you think? I suggest...
  17. wbartels

    Webinterface form improvement

    Here is a screenshot on macOS with Chrome. With Firefox or Safari they look the same.
  18. wbartels

    Webinterface form improvement

    On macOS and iOS operating systems all the form fields look very ugly. This is because Lucida Console is not very common on none Windows operating systems. I think the same is true for Linux and Unix. This is very easy to fix by using a font-family with fallback. In form_style.css replace all...
Top