What's new

Skynet I really tried but can't seem to have skynet work for real on asus merlin

  • 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!

gregb

New Around Here
I tried to follow the tut's here to fix it but I have rsyslog instead of syslogd.



Please help me. It's installed, clean, but no logs at all.

HOw to test it's woking at least?
 
Run the commands here for proof of life:
 
@dave14305

# Generated by iptables-save v1.4.15 on Sat Feb 4 XXX
*raw
:pREROUTING ACCEPT [43360:5773611]
:OUTPUT ACCEPT [34718:4915754]
[57:4788] -A PREROUTING -i br+ -m set ! --match-set Skynet-MasterWL dst -m set --match-set Skynet-Master dst -j LOG --log-prefix "[BLOCKED - OUTBOUND] " --log-tcp-sequence --log-tcp-options --log-ip-options
[57:4788] -A PREROUTING -i br+ -m set ! --match-set Skynet-MasterWL dst -m set --match-set Skynet-Master dst -j DROP
[0:0] -A PREROUTING -i eth0 -m set ! --match-set Skynet-MasterWL src -m set --match-set Skynet-Master src -j LOG --log-prefix "[BLOCKED - INBOUND] " --log-tcp-sequence --log-tcp-options --log-ip-options
[0:0] -A PREROUTING -i eth0 -m set ! --match-set Skynet-MasterWL src -m set --match-set Skynet-Master src -j DROP
[0:0] -A OUTPUT -m set ! --match-set Skynet-MasterWL dst -m set --match-set Skynet-Master dst -j LOG --log-prefix "[BLOCKED - OUTBOUND] " --log-tcp-sequence --log-tcp-options --log-ip-options
[0:0] -A OUTPUT -m set ! --match-set Skynet-MasterWL dst -m set --match-set Skynet-Master dst -j DROP
COMMIT
# Completed on Sat Feb 4 XXX

ps | grep syslog
102 XXX 3136 S /usr/sbin/rsyslogd
103 XXX 3136 S /usr/sbin/rsyslogd
104 XXX 3136 S {in:imuxsock} /usr/sbin/rsyslogd
105 XXX 3136 S {in:imklog} /usr/sbin/rsyslogd
106 XXX 3136 S {rs:main Q:Reg} /usr/sbin/rsyslogd

dmesg | grep BLOCKED | tail -10 > nothing

nvram get message_loglevel > 5
nvram get log_level >7
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top