Reefcam
-
@stephenw10 said in Reefcam:
Mmm, nothing useful in that manual at all!
Manufacturers of IoT devices like this seems to prefer giving the user little to no info or options for some reason.....
But given they seem to be expecting it to 'just work' it's either streaming all video via some external cloud server or using UPnP. Streaming via cloud server is waaaay more expensive for them so assume UPnP!
First just try enabling UPnP without restrictions as a test. Check the Status > UPnP page to make sire the camera (and only the camera) is opening a port as expected. Once you've tested it's working you can add restrictions.
A device like that I would definitely want to have on a separate firewalled subnet if you can.
Steve
Hi Steve,
Yeah, IOT devices give as little as possible info...
Ok so I enabled UPNP (including LAN of camera). Everything is open on it, go to status and see nothing still :( I've given it maybe 10 minutes now and rebooted the camera.
I've put it on the guest VLAN which has no access to my cctv subnet, server or my others. Though it does allow access to other devices on that subnet (generic phones, laptops etc).
Any further thoughts perhaps?
-
Hmm, you enabled both UPnP and NAT-PMP?
-
@redhammer999 said in Reefcam:
Some basic info below about cam:
Manufacturer WAVEREEF
Camera model SBT-IPC-01
Camera version IPC-01Are you sure that's correct? I can find nothing about that device. The manual you linked if for the TMC Reef-cam, is that the same thing?
There do seem to be quite a few reports of people hitting similar problems with that device.
Steve
-
@stephenw10 said in Reefcam:
Hmm, you enabled both UPnP and NAT-PMP?
Yes, both enabled.
IE:
Enable UPnP & NAT-PMP - ticked
Allow UPnP Port Mapping - ticked
Allow NAT-PMP Port Mapping - tickedOnly other settings were to change the internal interface (left external at WAN)
Log packets handled by UPnP & NAT-PMP rules - Ticked -
Are you behind double NAT? Does pfSense have a public IP on it's WAN? That will prevent UPnP working.
Steve
-
@stephenw10 said in Reefcam:
Are you behind double NAT? Does pfSense have a public IP on it's WAN? That will prevent UPnP working.
Steve
Hi Steve,
There's a modem (draytek Vigor 130 ADSL) in front of the PFSENSE box. It has a static WAN IP address.
WAN on PFSENSE is a PPPoE interface.
Has:
Block private networks and loopback addresses - Ticked
Block bogon networks - TickedEdit:
UPNP is on the device for sure (found it in a submenu). In PFSENSE in UPNP access control lists - do I have to explicitly allow using an ACL (even though at the moment "Default Deny" is not ticked?). -
@stephenw10 said in Reefcam:
@redhammer999 said in Reefcam:
Some basic info below about cam:
Manufacturer WAVEREEF
Camera model SBT-IPC-01
Camera version IPC-01Are you sure that's correct? I can find nothing about that device. The manual you linked if for the TMC Reef-cam, is that the same thing?
There do seem to be quite a few reports of people hitting similar problems with that device.
Steve
Hi Steve, This is correct for sure... so that manual is the correct one and the above info is a copy/paste from devices webpage (10.10.11.5 in my case).
Question also: should I be port forwarding at all?
UDP port 1900 is used for UPNP I believe? -
@redhammer999 said in Reefcam:
draytek Vigor 130 ADSL
That is a
"VDSL2/ADSL2+ Modem/ Firewall Router"If your behind a double nat UPnP isn't going to work..
-
@redhammer999 said in Reefcam:
draytek Vigor 130 ADSL
That is a
"VDSL2/ADSL2+ Modem/ Firewall Router"If your behind a double nat UPnP isn't going to work..
Hi @johnpoz
Thanks for clarifying, think I'm just a bit of a lost sole at this point...
So other options I have since I've found this menu:
UPNP - not an option
PPPoE setting, Needs, account, password and IP address
DDNS - Allows you to use a no-ip DDNS account (needs to use either eth0 OR PPPoE, but currently I'm using wireless?) + Account, password and hostnameWould I be able to use any of these or should I be using a direct port forward to achieve it connecting in? I guess the problem for me is, I don't know what port to use?
-
@redhammer999 problem with UPnP behind a double nat..
Your devices says hey router Im behind forward port xyz to me on your wan.. Problem is that router pfsense wan is rfc1918 (its behind another nat).
Now port xyz is never seen by pfsense wan.. If you want any hope for that to work you would need to put pfsense wan IP in the upstream routers what is common called dmz host.. So that all traffic is forwarded to pfsense wan IP. This way it if it sees traffic to port xyz, its says oh send that to device IP 123 via the request it did via UPnP
-
The Draytek V130 is, technically, a router but it's usually supplied and used in modem only mode.
If pfSense has it's WAN set as PPPoE it is in modem mode and you will have a public IP directly.
Are you in the UK? Using VDSL?
Steve
-
@stephenw10 said in Reefcam:
The Draytek V130 is, technically, a router but it's usually supplied and used in modem only mode.
If pfSense has it's WAN set as PPPoE it is in modem mode and you will have a public IP directly.
Are you in the UK? Using VDSL?
Steve
Hi Steve,
That's all correct. Scotland, UK but it's actually ADSL I think (standard broadband, not fibre 40mb/s down and around 12 up).
-
That's FTTC which is still VDSL. ADSL2+ is only good for 24Mbps. In the UK at least.
But that's good, you will have a public IP on WAN so UPnP should work if it's supposed to.
When googling this I saw a load of misinformation about this on a few fish keeping forums. I'm sure those guys know a lot more than me about marine aquariums but some of the stuff reported about pings not working over BTs network made me cringe!
However looking at your pcap there some of the things reported are also present. You can see the reefcam is pinging a few IPs but it sees no responses.
It does raise the possibility that whatever server it's trying to connect to so others can 'see' it as available is simply not there for some reason. Have you ever been able to connect externally to it at any other location? Behind a different router perhaps?Steve
-
@stephenw10 said in Reefcam:
whatever server it's trying to connect to so others can 'see' it as available is simply not there for some reason.
I few sites when looking for this device showed it discontinued - so yeah its quite possible the infrastructure that was in place for this to work, might just be gone.
Couldn't you just put a current webcam on the outside of the tank?
-
@stephenw10 said in Reefcam:
That's FTTC which is still VDSL. ADSL2+ is only good for 24Mbps. In the UK at least.
But that's good, you will have a public IP on WAN so UPnP should work if it's supposed to.
When googling this I saw a load of misinformation about this on a few fish keeping forums. I'm sure those guys know a lot more than me about marine aquariums but some of the stuff reported about pings not working over BTs network made me cringe!
However looking at your pcap there some of the things reported are also present. You can see the reefcam is pinging a few IPs but it sees no responses.
It does raise the possibility that whatever server it's trying to connect to so others can 'see' it as available is simply not there for some reason. Have you ever been able to connect externally to it at any other location? Behind a different router perhaps?Steve
Hi both,
So I've not tried another location (due to covid, pretty much keeping myself to myself).
What I'll do though is take it to my folks house, they have a standard (I think) talk talk router.Any suggestions for IF it does work there?
Hopefully the infra for it hasn't gone completely, that'd suck to be honest but hey ho. is the No-IP solution a possiblity do you think?
-
If it does work there then we can look at what's different.
Presumably the app has to connect out to the cloud server(s) to get the connection from the ID. Does it give any sort of indication it's connecting?
Steve
-
@stephenw10 said in Reefcam:
If it does work there then we can look at what's different.
Presumably the app has to connect out to the cloud server(s) to get the connection from the ID. Does it give any sort of indication it's connecting?
Steve
Steve,
To be honest no it doesn't show anything - REALLY basic...
When on the same wifi I can see it "connecting" and then "connected". When away from the wifi (4g etc) then it goes to "connecting" but then "Connect Failed" followed by "Offline".I've pasted the logs from the unit itself below, I can't see anything in it really:
10.232.0.14 - admin [01/Jan/1970:08:00:24 +0800] "GET /cgi-bin/SYSTEM_TC_REBOOT.php HTTP/1.1" 200 3955 "http://10.10.11.5/cgi-bin/IP_UPNP.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:00:24 +0800] "GET /menu.js HTTP/1.1" 200 598 "http://10.10.11.5/cgi-bin/SYSTEM_TC_REBOOT.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:00:24 +0800] "GET /progress_bar.js HTTP/1.1" 200 1222 "http://10.10.11.5/cgi-bin/SYSTEM_TC_REBOOT.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:00:24 +0800] "GET /block.css HTTP/1.1" 200 823 "http://10.10.11.5/cgi-bin/SYSTEM_TC_REBOOT.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:00:24 +0800] "GET /menu.css HTTP/1.1" 200 904 "http://10.10.11.5/cgi-bin/SYSTEM_TC_REBOOT.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:00:24 +0800] "GET /axaj.js HTTP/1.1" 304 226 "http://10.10.11.5/cgi-bin/SYSTEM_TC_REBOOT.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:00:24 +0800] "GET /jquery-latest.min.js HTTP/1.1" 304 227 "http://10.10.11.5/cgi-bin/SYSTEM_TC_REBOOT.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:08:00:55 +0800] "GET /cgi-bin/IP_UPNP.php HTTP/1.1" 200 4331 "http://10.10.11.5/cgi-bin/SYSTEM_TC_REBOOT.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:00:55 +0800] "GET /jquery-latest.min.js HTTP/1.1" 304 227 "http://10.10.11.5/cgi-bin/IP_UPNP.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:00:55 +0800] "GET /menu.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/IP_UPNP.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:00:55 +0800] "GET /axaj.js HTTP/1.1" 304 226 "http://10.10.11.5/cgi-bin/IP_UPNP.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:00:55 +0800] "GET /progress_bar.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/IP_UPNP.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:00:55 +0800] "GET /menu.css HTTP/1.1" 200 904 "http://10.10.11.5/cgi-bin/IP_UPNP.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:00:55 +0800] "GET /block.css HTTP/1.1" 200 823 "http://10.10.11.5/cgi-bin/IP_UPNP.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:00:55 +0800] "GET /table.new.css HTTP/1.1" 200 706 "http://10.10.11.5/cgi-bin/IP_UPNP.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:08:01:00 +0800] "GET /cgi-bin/Information_TC.php HTTP/1.1" 200 3276 "http://10.10.11.5/cgi-bin/IP_UPNP.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:01:00 +0800] "GET /jquery.qrcode.min.js HTTP/1.1" 200 11366 "http://10.10.11.5/cgi-bin/Information_TC.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:01:00 +0800] "GET /jquery-latest.min.js HTTP/1.1" 304 227 "http://10.10.11.5/cgi-bin/Information_TC.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:01:00 +0800] "GET /menu.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/Information_TC.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:01:00 +0800] "GET /menu.css HTTP/1.1" 304 209 "http://10.10.11.5/cgi-bin/Information_TC.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:01:00 +0800] "GET /table.new.css HTTP/1.1" 304 209 "http://10.10.11.5/cgi-bin/Information_TC.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:08:01:08 +0800] "GET /cgi-bin/SYSTEM_TC_LOG.php HTTP/1.1" 200 3975 "http://10.10.11.5/cgi-bin/Information_TC.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:01:08 +0800] "GET /jquery-latest.min.js HTTP/1.1" 304 227 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:01:08 +0800] "GET /progress_bar.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:01:08 +0800] "GET /block.css HTTP/1.1" 304 209 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:01:08 +0800] "GET /menu.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:01:08 +0800] "GET /menu.css HTTP/1.1" 304 209 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:01:08 +0800] "GET /axaj.js HTTP/1.1" 304 226 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:08:01:11 +0800] "GET /cgi-bin/dologK.cgi?do_logK=web HTTP/1.1" 200 4986 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:08:01:12 +0800] "GET /cgi-bin/dologK.cgi?do_logK=web HTTP/1.1" 200 4986 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:08:58:46 +0800] "GET /cgi-bin/SYSTEM_TC_LOG.php HTTP/1.1" 200 3975 "http://10.10.11.5/cgi-bin/Information_TC.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:58:46 +0800] "GET /menu.js HTTP/1.1" 200 598 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:08:58:53 +0800] "GET /cgi-bin/IP_DNS.php HTTP/1.1" 200 5255 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:58:53 +0800] "GET /jquery-latest.min.js HTTP/1.1" 304 227 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:58:54 +0800] "GET /menu.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:58:54 +0800] "GET /axaj.js HTTP/1.1" 304 226 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:58:54 +0800] "GET /progress_bar.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:58:54 +0800] "GET /menu.css HTTP/1.1" 304 209 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:58:54 +0800] "GET /block.css HTTP/1.1" 304 209 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:58:54 +0800] "GET /table.new.css HTTP/1.1" 200 706 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:08:59:14 +0800] "GET /cgi-bin/IP_PPPOE.php HTTP/1.1" 200 4624 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:14 +0800] "GET /block.css HTTP/1.1" 200 823 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:14 +0800] "GET /jquery-latest.min.js HTTP/1.1" 304 227 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:14 +0800] "GET /menu.css HTTP/1.1" 200 904 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:14 +0800] "GET /table.new.css HTTP/1.1" 200 706 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:14 +0800] "GET /menu.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:14 +0800] "GET /axaj.js HTTP/1.1" 304 226 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:14 +0800] "GET /progress_bar.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:08:59:51 +0800] "GET /cgi-bin/IP_ETHERNET.php HTTP/1.1" 200 5900 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:51 +0800] "GET /menu.js HTTP/1.1" 200 598 "http://10.10.11.5/cgi-bin/IP_ETHERNET.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:51 +0800] "GET /block.css HTTP/1.1" 200 823 "http://10.10.11.5/cgi-bin/IP_ETHERNET.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:51 +0800] "GET /progress_bar.js HTTP/1.1" 200 1222 "http://10.10.11.5/cgi-bin/IP_ETHERNET.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:51 +0800] "GET /axaj.js HTTP/1.1" 304 226 "http://10.10.11.5/cgi-bin/IP_ETHERNET.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:51 +0800] "GET /menu.css HTTP/1.1" 200 904 "http://10.10.11.5/cgi-bin/IP_ETHERNET.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:51 +0800] "GET /jquery-latest.min.js HTTP/1.1" 304 227 "http://10.10.11.5/cgi-bin/IP_ETHERNET.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:51 +0800] "GET /table.new.css HTTP/1.1" 200 706 "http://10.10.11.5/cgi-bin/IP_ETHERNET.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:08:59:57 +0800] "GET /cgi-bin/IP_PPPOE.php HTTP/1.1" 200 4624 "http://10.10.11.5/cgi-bin/IP_ETHERNET.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:57 +0800] "GET /jquery-latest.min.js HTTP/1.1" 304 227 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:57 +0800] "GET /menu.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:57 +0800] "GET /axaj.js HTTP/1.1" 304 226 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:58 +0800] "GET /progress_bar.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:58 +0800] "GET /menu.css HTTP/1.1" 304 209 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:58 +0800] "GET /block.css HTTP/1.1" 304 209 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:08:59:58 +0800] "GET /table.new.css HTTP/1.1" 304 209 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:09:00:41 +0800] "GET /cgi-bin/IP_DNS.php HTTP/1.1" 200 5255 "http://10.10.11.5/cgi-bin/IP_PPPOE.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:00:42 +0800] "GET /jquery-latest.min.js HTTP/1.1" 304 227 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:00:42 +0800] "GET /menu.css HTTP/1.1" 200 904 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:00:42 +0800] "GET /menu.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:00:42 +0800] "GET /axaj.js HTTP/1.1" 304 226 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:00:42 +0800] "GET /progress_bar.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:00:42 +0800] "GET /block.css HTTP/1.1" 200 823 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:00:42 +0800] "GET /table.new.css HTTP/1.1" 200 706 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:09:01:52 +0800] "GET /cgi-bin/IP_WIRELESS.php HTTP/1.1" 200 17602 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:01:52 +0800] "GET /jquery-latest.min.js HTTP/1.1" 304 227 "http://10.10.11.5/cgi-bin/IP_WIRELESS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:01:52 +0800] "GET /menu.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/IP_WIRELESS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:01:52 +0800] "GET /axaj.js HTTP/1.1" 304 226 "http://10.10.11.5/cgi-bin/IP_WIRELESS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:01:52 +0800] "GET /progress_bar.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/IP_WIRELESS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:01:52 +0800] "GET /menu.css HTTP/1.1" 200 904 "http://10.10.11.5/cgi-bin/IP_WIRELESS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:01:52 +0800] "GET /block.css HTTP/1.1" 200 823 "http://10.10.11.5/cgi-bin/IP_WIRELESS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:01:52 +0800] "GET /table.new.css HTTP/1.1" 200 706 "http://10.10.11.5/cgi-bin/IP_WIRELESS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:09:03:36 +0800] "GET /cgi-bin/SYSTEM_TC_LOG.php HTTP/1.1" 200 3975 "http://10.10.11.5/cgi-bin/IP_WIRELESS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:03:36 +0800] "GET /jquery-latest.min.js HTTP/1.1" 304 227 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:03:36 +0800] "GET /menu.js HTTP/1.1" 200 598 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:03:36 +0800] "GET /menu.css HTTP/1.1" 200 904 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:03:36 +0800] "GET /progress_bar.js HTTP/1.1" 200 1222 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:03:36 +0800] "GET /axaj.js HTTP/1.1" 304 226 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:03:36 +0800] "GET /block.css HTTP/1.1" 200 823 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:09:03:38 +0800] "GET /cgi-bin/dologK.cgi?do_logK=web HTTP/1.1" 200 17539 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:09:03:39 +0800] "GET /cgi-bin/dologK.cgi?do_logK=web HTTP/1.1" 200 19286 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:09:12:03 +0800] "GET /cgi-bin/SYSTEM_TC_LOG.php HTTP/1.1" 200 3975 "http://10.10.11.5/cgi-bin/IP_WIRELESS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [01/Jan/1970:09:12:05 +0800] "GET /cgi-bin/IP_WIRELESS.php HTTP/1.1" 200 16311 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [01/Jan/1970:09:12:05 +0800] "GET /menu.js HTTP/1.1" 200 598 "http://10.10.11.5/cgi-bin/IP_WIRELESS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [02/Jan/1970:05:48:41 +0800] "GET /cgi-bin/IP_DNS.php HTTP/1.1" 200 5255 "http://10.10.11.5/cgi-bin/IP_WIRELESS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:05:48:41 +0800] "GET /jquery-latest.min.js HTTP/1.1" 304 227 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:05:48:41 +0800] "GET /menu.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:05:48:41 +0800] "GET /axaj.js HTTP/1.1" 304 226 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:05:48:41 +0800] "GET /progress_bar.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:05:48:41 +0800] "GET /menu.css HTTP/1.1" 304 209 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:05:48:41 +0800] "GET /block.css HTTP/1.1" 304 209 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:05:48:41 +0800] "GET /table.new.css HTTP/1.1" 304 209 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [02/Jan/1970:06:01:52 +0800] "POST /cgi-bin/doddns.cgi HTTP/1.1" 200 178 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [02/Jan/1970:06:02:03 +0800] "GET /cgi-bin/IP_DNS.php HTTP/1.1" 200 5255 "http://10.10.11.5/cgi-bin/IP_WIRELESS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:02:03 +0800] "GET /jquery-latest.min.js HTTP/1.1" 304 227 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:02:03 +0800] "GET /menu.js HTTP/1.1" 200 598 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:02:03 +0800] "GET /axaj.js HTTP/1.1" 304 226 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:02:03 +0800] "GET /progress_bar.js HTTP/1.1" 200 1222 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:02:03 +0800] "GET /menu.css HTTP/1.1" 200 904 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:02:03 +0800] "GET /block.css HTTP/1.1" 200 823 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:02:03 +0800] "GET /table.new.css HTTP/1.1" 200 706 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:02:03 +0800] "GET /favicon.ico HTTP/1.1" 200 974 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [02/Jan/1970:06:05:44 +0800] "GET /cgi-bin/Information_TC.php HTTP/1.1" 200 3276 "http://10.10.11.5/cgi-bin/IP_DNS.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:05:44 +0800] "GET /menu.css HTTP/1.1" 200 904 "http://10.10.11.5/cgi-bin/Information_TC.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:05:44 +0800] "GET /jquery-latest.min.js HTTP/1.1" 304 227 "http://10.10.11.5/cgi-bin/Information_TC.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:05:44 +0800] "GET /table.new.css HTTP/1.1" 200 706 "http://10.10.11.5/cgi-bin/Information_TC.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:05:44 +0800] "GET /menu.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/Information_TC.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:05:44 +0800] "GET /jquery.qrcode.min.js HTTP/1.1" 200 11366 "http://10.10.11.5/cgi-bin/Information_TC.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [02/Jan/1970:06:05:49 +0800] "GET /cgi-bin/SYSTEM_TC_LOG.php HTTP/1.1" 200 3975 "http://10.10.11.5/cgi-bin/Information_TC.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:05:49 +0800] "GET /jquery-latest.min.js HTTP/1.1" 304 227 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:05:49 +0800] "GET /menu.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:05:49 +0800] "GET /menu.css HTTP/1.1" 304 209 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:05:49 +0800] "GET /axaj.js HTTP/1.1" 304 226 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:05:49 +0800] "GET /progress_bar.js HTTP/1.1" 304 225 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - - [02/Jan/1970:06:05:49 +0800] "GET /block.css HTTP/1.1" 200 823 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [02/Jan/1970:06:05:55 +0800] "GET /cgi-bin/dologK.cgi?do_logK=kmsg HTTP/1.1" 200 7029 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" 10.232.0.14 - admin [02/Jan/1970:06:05:55 +0800] "GET /cgi-bin/dologK.cgi?do_logK=kmsg HTTP/1.1" 200 7029 "http://10.10.11.5/cgi-bin/SYSTEM_TC_LOG.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" Done
The no-ip thing... Can't see how to set it up on the device (other than by entering the relevant info into device itself, from an iphone app point of view, no idea and can't see there is any sort of option for no-ip setup).
-
@redhammer999 said in Reefcam:
http://10.10.11.5/cgi-bin/IP_UPNP.php
What does that page show? It implies it uses UPnP but it might be only to detect the device locally.
-
@stephenw10 said in Reefcam:
@redhammer999 said in Reefcam:
http://10.10.11.5/cgi-bin/IP_UPNP.php
What does that page show? It implies it uses UPnP but it might be only to detect the device locally.
only shows:
UPnP Setting
Enable
NameWith UPNP blocked on firewall though it works on LAN - I assume that's because it's source/destination is in same subnet and therefore doesn't cross firewall?
-
Is it enabled? Can you set a name?
One thing I would say it that I'd bet that device has numerous vulnerabilities.
An alternative here would be to setup a VPN so you can access it externally. Far more secure and won't rely on anything in the cloud.
Steve