What's new

Skynet Skynet - Router Firewall & Security Enhancements

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

Currently I have the problem that I have two Skynet tabs when I am enabling the webgui. After disabling it again one stays under user1.asp and is showing no data. Enabling it again mounts the gui under user2.asp. Any help here? :D

EDIT: Just deleted the user1.asp under wwwext :p
 
Currently I have the problem that I have two Skynet tabs when I am enabling the webgui. After disabling it again one stays under user1.asp and is showing no data. Enabling it again mounts the gui under user2.asp. Any help here? :D

EDIT: Just deleted the user1.asp unter wwwext :p

Pushed a hotfix about 2 hours ago, I forgot to unmount the webpage during updates so if the .asp file changed it would be considered a new second tab. A reboot will be the easiest way to fix any remnants.
 
@Adamm This happens when I select the update stats button, is it normal?
Code:
Jan  3 10:02:04 rc_service: httpd 1317:notify_rc start_SkynetStats
Jan  3 10:02:04 custom_script: Running /jffs/scripts/service-event (args: start SkynetStats)
Jan  3 10:02:18 Skynet: [#] 153932 IPs (+0) -- 25098 Ranges Banned (+0) || 15 Inbound -- 0 Outbound Connections Blocked! [debug] [14s]
Jan  3 10:02:18 rc: received unrecognized event: SkynetStats
The page doesn't refresh until move away from the page and back again. I suppose a refresh of the page would do, though not sure.
 
@Adamm This happens when I select the update stats button, is it normal?
Code:
Jan  3 10:02:04 rc_service: httpd 1317:notify_rc start_SkynetStats
Jan  3 10:02:04 custom_script: Running /jffs/scripts/service-event (args: start SkynetStats)
Jan  3 10:02:18 Skynet: [#] 153932 IPs (+0) -- 25098 Ranges Banned (+0) || 15 Inbound -- 0 Outbound Connections Blocked! [debug] [14s]
Jan  3 10:02:18 rc: received unrecognized event: SkynetStats
The page doesn't refresh until move away from the page and back again. I suppose a refresh of the page would do, though not sure.

Yes that's expected, it's the new method to run custom commands from the WebUI, the last line is just extra debug output from the firmware. The "refresh stats" button will auto-refresh the page within 60 seconds.
 
As @skeal mentioned, this is most likely due to your intermittent dns issues.
Might be indeed.

Still, if it's of any value, I get this error, that is similar to the one posted above (but not exactly the same):

Code:
[%] Mounting Skynet Web Page As user1.asp
cp: can't create '/www/user/user1.asp': No such file or directory
mkdir: can't create directory '/www/user/': No such file or directory
[i] WebUI Enabled
 
About post 5534 (can't quote text, because I'm blocked if I do???).

Doesn't it mean the link exists, but the actual target of that link might not be present?

That's the case on my router (86u)
 
This is the latest with hotfixes right?
Skynet Up To Date - v7.0.3 (4d74fd650c28f11b93370e3ffafe115f)

When I try to enable WebUi again I get this error:

[%] Mounting Skynet Web Page As user1.asp
cp: can't stat '/www/user/user1.asp': Not a directory
mkdir: can't create directory '/www/ext/': Not a directory
WebUI Enabled
Generating Stats

[1-15]:
[*] mkdir: can't create directory '/www/ext/': Not a directory Isn't An Option!

Might be indeed.

Still, if it's of any value, I get this error, that is similar to the one posted above (but not exactly the same):

Code:
[%] Mounting Skynet Web Page As user1.asp
cp: can't create '/www/user/user1.asp': No such file or directory
mkdir: can't create directory '/www/user/': No such file or directory
[i] WebUI Enabled

I pushed another hotfix, let me know if it helps with this issue specifically.
 
I pushed another hotfix, let me know if it helps with this issue specifically.
Yes, it does!

After applying the hotfix the SkyNet tab was gone, but after disabling and enabling the WebUI I now see the SkyNet results in the GUI :)
 
I can’t seem to get the WebUI stats tab to show. I have had Skynet installed since its inception, love it.

I have updated to the latest version, 7.0.3 and also done a forced update after. Even rebooted the router, AX88U.

Cannot find the stats tab anywhere. Where should it be?

Thanks.
 
I can’t seem to get the WebUI stats tab to show. I have had Skynet installed since its inception, love it.

I have updated to the latest version, 7.0.3 and also done a forced update after. Even rebooted the router, AX88U.

Cannot find the stats tab anywhere. Where should it be?

Thanks.
I had the same issue until I looked on the Firewall page.
 
I’ve looked there and it’s not showing. Weird.
 
Are there any additional prerequisites? I have Diversion installed and UiStats for that work great.
 
Are there any additional prerequisites? I have Diversion installed and UiStats for that work great.

There is currently a slight incompatibility between @Jack Yaz 's ui scripts and Skynet due to them using the old mounting method. A workaround until they are updated is to either run the firewall restart command or webui enable;

Code:
sh /jffs/scripts/firewall restart

or

sh /jffs/scripts/firewall settings webui enable
 
There is currently a slight incompatibility between @Jack Yaz 's ui scripts and Skynet due to them using the old mounting method. A workaround until they are updated is to either run the firewall restart command or webui enable;

Code:
sh /jffs/scripts/firewall restart

or

sh /jffs/scripts/firewall settings webui enable

Sorry, still not working.

After running the bottom command, I get confirmation that stats are being generated but when I return to the routers UI no Skynet tab is visible. I do, however, still get logs appearing in the usual log page, but there is no Skynet Log UI anywhere.
 
Still not working :( but maybe my router is a mess ... I didn't do clean upgrade in ages and had self compiled builds durty flashed so...

https://pastebin.com/raw/3DSYGGBE
Sorry if I didn't make myself clear before. You will have to re-format the drive and rename it to an inert name (your dog or cats name) and reinstall everything. This how mine was fixed. Changing the name of the drive without formatting for some reason doesn't work.
 
Going to have to wait for @RMerlin 's input on this one, I can't account for why your /www directory is being mounted to /var rather then /tmp/var

It seems that Asuswrt doesn't point the user symlink at the same location on each platforms. The RT-AX88U points to / tmp / var / wwwext, while the RT-AC86U points to / tmp / wwwext .

Links are created by a rootprep script, and this script is different between SDK/HND/HND-AX. For some reason they probably didn't keep things uniform. I'll have to review each separate rootprep scripts.
 
@JemTheWire, you are running RMerlin 384.15.xx, correct? :)
 
@Adamm can I recommend a progress indication feature or button function disable, after clicking the "update stats" button on the firewall page. Using my version of Chrome, once you click the button, there is no indication that anything is happening, and then 60 seconds later the page refreshes. I know we are in Beta right now, just a humble suggestion sir.
 

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