You should test this path:It gets visible when the add-on detects the presence of:
/root/bolemo/www/aegis.htm
Note that the web-page in your browser must be re-loaded (e.g. by pressing F5) for this.
(Maybe it's not working on the R9000, since I have not tested that)
not sure why 192.168.1.10 is recognized as RICHARDSSIPHONE, I'll look in that later.Code:2020-10-27 02:51:35 Blocked VPN incoming UDP packet from RICHARDSSIPHONE (192.168.1.10)51413 (remote) to 195.35.245.30 6881 (local)
(192.168.1.10 is reservation with a bogus mac-address, that I manually assigned as a 2nd IP-address for my NAS.)
192.168.1.12 NAS2
192.168.1.40
192.168.1.20 LIBREELEC
192.168.1.100 RICHARDSSIPHONE
192.168.1.101
192.168.1.30
192.168.1.25
192.168.1.26 MEDIABOX
I am looking at that right now.I didn't mean that you should use Kamojs addon in aegis, just meant to look in that file and get inspiration on which sources he is using.
But in case you don't have it installed, Kamoj is dumping nvram reservation*, device_list* and access_control* values.
The last two however only show mac-address vs name -> you'd then also need to look in the arp-table to map IP-address via mac-address to a name.
So that might be a bit more complicated to do.
Also not sure if it hurts to call nvram show many times. (i.e. does this come from memory, or would it everytime need to access the actual flash)
Ah! Found another file to parse: /tmp/netscan/attach_device
It has IP and device name (as well as MAC)
I highly reccomend a router reboot after this upgrade...seems to help settle things down on the logs1.3.6 is here
More device names, minor bug fixes and optimizations.
I have the file but don’t recall opening the Attached Devices tab.File only exist if you have opened the "Attached Devices" tab/form.
var ngDev = new XMLHttpRequest(); ngDev.open("GET", "/DEV_device.htm", true); ngDev.send();
Aegis Web:
- log protocols are now using a custom database, allowing to have a better description. Particularly useful for protocols other than ICMP, UDP or TCP,
- tab to read/edit blacklist sources /opt/bolemo/etc/aegis.sources,
- tab to read/edit custom blacklist /opt/bolemo/etc/aegis.blacklist,
- tab to read/edit custom whitelist /opt/bolemo/etc/aegis.whitelist
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!