hggomes hasn't been around lately, I suspect he might be on vacation. We haven't had the usual Portuguese vs Russian banter between him and themiron on IRC lately
My logs show this message now.Default message log level: Notice
Log only messages more urgent than: debug
Aug 17 14:22:15 Skynet: [INFO] Lock File Detected (pid=6808) - Exiting
Aug 17 14:22:33 Skynet: [Complete] 139836 IPs / 3412 Ranges Banned. 139836 New IPs / 3412 New Ranges Banned. 0 Inbound / 0 Outbound Connections Blocked! [30s]
Is this going to be a problem going forward this locked file??
Sorry if this is answered elsewhere, does Skynet block the MS telemetry servers?
Totally excellent script!! Man it works well!!That's intended behavior, during a firewall restart the firewall-start file is executed twice, so I created a lockfile system so there are no race conditions or unexpected behavior in the event certain Skynet commands are run. There are many other "saftey nets" like this throughout the script to prevent unexpected behavior.
Yes
Yep I second your remarks I have now installed this beta firmware and skynet on my Mom's ac68u. It is truly a great script!After a few days of using Skynet on two routers, I was so impressed with its functionality and how clean it is (no bloat!) that I went ahead and upgraded the router at the school I support as a volunteer to the 380.68 Beta 1 Firmware so I could install Skynet on it. I usually wait and don't install beta releases on this router. But it was hard to resist after seeing how awesome Skynet is combined with the new features of 380.68!
After I enabled the script and turned on malware blocking, it started blocking other things like icmp type 8 packets, aka traceroute. I was under the impression that the malware blocking only did sites. Is there a way to whitelist or unban icmp type 8 packets?
I was experimenting with MTU settings on my pfSense box recently and noticed ipv4 ip addresses did not show up when doing traceroutes on websites (ipv6 showed up okay) and http web sites not displaying in the browser. I had changed from 1492 to 1500. I set it back to 1492 and no problems since. May not apply to your situation but it is a variable to look at.After I enabled the script and turned on malware blocking, it started blocking other things like icmp type 8 packets, aka traceroute. I was under the impression that the malware blocking only did sites. Is there a way to whitelist or unban icmp type 8 packets?
With that I figured it out.. There is a default SECURITY chain that has icmptype 8 limit: avg 1/sec burst 5 and another icmptype 8 in it that blocks it if you exceed the limit. I flushed the chain and enabled skynet and everything works like it is supposed to.I don't specifically block any ICMP related requests, I just modify the behavior of the default rules so anything that's pushed to the logdrop chain is blacklisted rather then the specific packets only being dropped.
In this case if requests are being blocked that's because of the routers default IPTables ruleset.
With that I figured it out.. There is a default SECURITY chain that has icmptype 8 limit: avg 1/sec burst 5 and another icmptype 8 in it that blocks it if you exceed the limit. I flushed the chain and enabled skynet and everything works like it is supposed to.
My permanent fix is to add this to my firewall-start:
iptables -D SECURITY 5
iptables -D SECURITY 5
This may be a silly question, but if the firewall is already blocking attempts, what extra protection does banning bring?
Now I just need to make a little utility for the wife to whitelist domains
sh /jffs/scripts/firewall whitelist domain xxxxx.com
Please let me know what this ipset error means, what I need to do to resolve, and what effects this has...? Thank you...
sh /jffs/scripts/firewall update -f
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!