What's new
  • 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!

Skynet Skynet v8 - Router Firewall & Security Enhancements

Skynet v8.0.6 does not start, see syslog:
Edit: I'm using the custom block list from @SomeWhereOverTheRainBow
Skynet is running according to your log:
Code:
kernel:DROP
messages. Is it just the ui failing?
I don't recall seeing any start-success messages for Skynet in my own logs, but I don't really look at them unless there's a problem.
 

Attachments

  • Unbenannt.png
    Unbenannt.png
    180.7 KB · Views: 19
Skynet v8.0.6 does not start after a reboot, see syslog:
Edit: I'm using the custom block list from @SomeWhereOverTheRainBow
Skynet exits because it can’t see that you’re connected to the internet yet.
Code:
Nov 22 10:53:28 Skynet: [â] Connection Error Detected - Unable To Reach Gateway (10.4.0.250) Or Public IP
There’s even a connmon message later.
Code:
Nov 22 10:54:29 connmon_[5798]: Ping test to '9.9.9.9' from connmon failed.
Can you ping 1.1.1.1, 10.4.0.250, or 9.9.9.9 from the router?

Do you have multiple default gateways with ppp?
Code:
route -n | grep "^0\.0\.0\.0"
 
Thanks for the answer and tips.

Druing normal operation and after manually restarting Skynet:
admin@RT-AX88U-ABE8:/tmp/home/root# route -n | grep "^0\.0\.0\.0"
0.0.0.0 10.4.0.250 0.0.0.0 UG 0 0 0 ppp0
0.0.0.0 192.168.2.1 0.0.0.0 UG 2 0 0 eth0

After a reboot of the router, I cannot ping 1.1.1.1, 10.4.0.250, or 9.9.9.9 from the router or PC.
I guess Skynet is blocking something?
Although I can surf the internet on my PC.
admin@RT-AX88U-ABE8:/tmp/home/root# route -n | grep "^0\.0\.0\.0"
0.0.0.0 10.4.0.250 0.0.0.0 UG 0 0 0 ppp0
0.0.0.0 192.168.2.1 0.0.0.0 UG 2 0 0 eth0

After I manually restart Skynet through the menu, I can ping 1.1.1.1, 10.4.0.250, or 9.9.9.9 again from both the router and PC.
Weird...

Edit: I've attached the debug info from Skynet during its "fail state".
 

Attachments

Last edited:
Thanks for the answer and tips.

Druing normal operation and after manually restarting Skynet:
admin@RT-AX88U-ABE8:/tmp/home/root# route -n | grep "^0\.0\.0\.0"
0.0.0.0 10.4.0.250 0.0.0.0 UG 0 0 0 ppp0
0.0.0.0 192.168.2.1 0.0.0.0 UG 2 0 0 eth0

After a reboot of the router, I cannot ping 1.1.1.1, 10.4.0.250, or 9.9.9.9 from the router or PC.
I guess Skynet is blocking something?
Although I can surf the internet on my PC.
admin@RT-AX88U-ABE8:/tmp/home/root# route -n | grep "^0\.0\.0\.0"
0.0.0.0 10.4.0.250 0.0.0.0 UG 0 0 0 ppp0
0.0.0.0 192.168.2.1 0.0.0.0 UG 2 0 0 eth0

After I manually restart Skynet through the menu, I can ping 1.1.1.1, 10.4.0.250, or 9.9.9.9 again from both the router and PC.
Weird...

Edit: I've attached the debug info from Skynet during its "fail state".

Skynet never loads it rules so something else is blocking your connection.

Code:
    start)
        Check_Lock "$@"
        Log info "Startup Initiated... ( $(echo "$@" | sed 's~start ~~g') )"
        Unload_Cron "all"
        Check_Settings
        Check_Files firewall-start services-stop service-event post-mount unmount
        Clean_Temp
        if ! Check_Connection 10 5; then echo; exit 1; fi

When you “restart” Skynet it actually restarts the whole firewall service which explains your connection suddenly working.
 
This change is now live. For anyone with lock file issues, try a reboot first as there may be stale processes from previous versions holding you out.
Thank you, blocking IoT devices works again after applying the latest patch.
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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