Adamm
Part of the Furniture
Code:Chain PREROUTING (policy ACCEPT 103K packets, 26M bytes) num pkts bytes target prot opt in out source destination 1 233 12276 LOG all -- br0 * 0.0.0.0/0 0.0.0.0/0 ! match-set Whitelist dst match-set Skynet dst LOG flags 7 level 4 prefix "[BLOCKED - OUTBOUND] " 2 233 12276 DROP all -- br0 * 0.0.0.0/0 0.0.0.0/0 ! match-set Whitelist dst match-set Skynet dst 3 0 0 LOG all -- eth0 * 0.0.0.0/0 0.0.0.0/0 ! match-set Whitelist src match-set Skynet src LOG flags 7 level 4 prefix "[BLOCKED - INBOUND] " 4 0 0 DROP all -- eth0 * 0.0.0.0/0 0.0.0.0/0 ! match-set Whitelist src match-set Skynet src Chain OUTPUT (policy ACCEPT 61566 packets, 29M bytes) num pkts bytes target prot opt in out source destination
and
Code:Router Model; RT-AC86U Skynet Version; v5.7.6 (07/02/2018) iptables v1.4.15 - (eth0 @ 192.168.2.1) ipset v6.32, protocol version: 6 FW Version; 384.3_beta2 (Feb 8 2018) (4.1.27) Install Dir; /tmp/mnt/ASUS/skynet (2.3G / 2.6G Space Available) SWAP File; -a (1.5K 512 512 512 14.0K 512 23.5K 512 512 512 512 2.5K 95.0K 140.5K) Boot Args; /jffs/scripts/firewall start debug banmalware autoupdate usb=/tmp/mnt/ASUS No Lock File Found Checking Install Directory Write Permissions... [Passed] Checking Firewall-Start Entry... [Passed] Checking Services-Stop Entry... [Passed] Checking CronJobs... [Passed] Checking IPSet Comment Support... [Passed] Checking Log Level 5 Settings... [Passed] Checking Autobanning Status... [Passed] Checking Debug Mode Status... [Passed] Checking For Duplicate Rules In RAW... [Passed] Checking For Duplicate Rules In Filter... [Passed] Checking Skynet IPTable... [Passed] Checking Whitelist IPSet... [Passed] Checking BlockedRanges IPSet... [Passed] Checking Blacklist IPSet... [Passed] Checking Skynet IPSet... [Passed] Checking For AB-Solution Plus Content... [Passed] Skynet: [Complete] 55080 IPs / 787 Ranges Banned. 0 New IPs / 0 New Ranges Banned. 0 Inbound / 233 Outbound Connections Blocked! [1s]
Everything is working fine on your setup as you can tell by the 233 outbound blocks. Do note every time you run a Skynet command including reloading the menu the syslog will be purged into Skynets own log file to reduce spam (/tmp/mnt/ASUS/skynet/skynet.log), this also happens on an hourly cronjob. You can view stats on what has been blocked via the stat command.
Also another unrelated issue, can you post the contents of your post-mount file. It seems you have it formatted in a way Skynet doesn't recognise.
Code:
cat /jffs/scripts/post-mount