bayern1975
Very Senior Member
i get this from your commands:Try starting IPSET_Block.sh manually:
Code:cd /jffs/scripts ./IPSET_Block.sh init reset
Can you please provide the output from these 4 commands:
Code:iptables --line -nvL Blacklist iptables --line -nvL logdrop iptables --line -nvL INPUT | grep Blacklist nvram get wan0_ifname
Do you get any data when you issue the following command: ?
Code:grep -E "[DROP IN=|Block IN=]$(nvram get wan0_ifname)" /tmp/syslog.log
Code:
ASUSWRT-Merlin RT-AC3200 380.66-beta3-geb129ac Mon May 1 04:24:55 UTC 2017
admin@RT-AC3200-0000:/tmp/home/root# iptables --line -nvL Blacklist
iptables: No chain/target/match by that name.
admin@RT-AC3200-0000:/tmp/home/root# iptables --line -nvL logdrop
Chain logdrop (0 references)
num pkts bytes target prot opt in out source destination
1 0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 state NEW LOG flags 7 level 4 prefix "DROP "
2 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
admin@RT-AC3200-0000:/tmp/home/root# iptables --line -nvL INPUT | grep Blacklist
admin@RT-AC3200-0000:/tmp/home/root# nvram get wan0_ifname
eth0
admin@RT-AC3200-0000:/tmp/home/root# grep -E "[DROP IN=|Block IN=]$(nvram get wa
n0_ifname)" /tmp/syslog.log
May 4 14:50:30 kernel: device eth0 left promiscuous mode
May 4 14:50:30 kernel: device eth0 entered promiscuous mode
Aug 1 02:00:12 kernel: eth0: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 7.14.43.40 (r527781)
Aug 1 02:00:12 kernel: device eth0 entered promiscuous mode
Aug 1 02:00:23 pppd[570]: Connected to 00:30:88:19:c5:61 via interface eth0
Aug 1 02:00:23 pppd[570]: Connect: ppp0 <--> eth0
May 4 14:57:43 kernel: device eth0 left promiscuous mode
May 4 14:57:43 kernel: device eth0 entered promiscuous mode
Aug 1 02:00:12 kernel: device eth0 entered promiscuous mode
Aug 1 02:00:23 pppd[570]: Connected to 00:30:88:19:c5:61 via interface eth0
Aug 1 02:00:23 pppd[570]: Connect: ppp0 <--> eth0
May 4 15:12:46 kernel: device eth0 left promiscuous mode
May 4 15:12:46 kernel: device eth0 entered promiscuous mode
Aug 1 02:00:12 kernel: device eth0 entered promiscuous mode
Aug 1 02:00:22 pppd[570]: Connected to 00:30:88:19:c5:61 via interface eth0
Aug 1 02:00:22 pppd[570]: Connect: ppp0 <--> eth0
May 4 15:41:13 kernel: device eth0 left promiscuous mode
May 4 15:41:13 kernel: device eth0 entered promiscuous mode
Aug 1 02:00:12 kernel: eth0: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 7.14.43.40 (r527781)
Aug 1 02:00:12 kernel: device eth0 entered promiscuous mode
Aug 1 02:00:22 pppd[571]: Connected to 00:30:88:19:c5:61 via interface eth0
Aug 1 02:00:22 pppd[571]: Connect: ppp0 <--> eth0
May 4 15:55:41 kernel: device eth0 left promiscuous mode
May 4 15:55:41 kernel: device eth0 entered promiscuous mode
Aug 1 02:00:12 kernel: eth0: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 7.14.43.40 (r527781)
Aug 1 02:00:12 kernel: device eth0 entered promiscuous mode
Aug 1 02:00:22 pppd[571]: Connected to 00:30:88:19:c5:61 via interface eth0
Aug 1 02:00:22 pppd[571]: Connect: ppp0 <--> eth0
admin@RT-AC3200-0000:/tmp/home/root#