alastairstevenson
Staff member
If you have the 'Virtual Host' facility - and you indicated that you do - you shouldn't need to use all this fiddly stuff and get frustrated by it ...
And to your last question - yes, the PoE cameras are fully accessible, including the ability to mess with their internal over SSH, for example:
192.168.1.99 is the PC I'm using for access. 192.168.1.201 is the QNAP NAS box running Surveillance Station, recording the camera's video stream and motion detection alerts.
And to your last question - yes, the PoE cameras are fully accessible, including the ability to mess with their internal over SSH, for example:
192.168.1.99 is the PC I'm using for access. 192.168.1.201 is the QNAP NAS box running Surveillance Station, recording the camera's video stream and motion detection alerts.
login as: admin
admin@192.168.254.11's password:
BusyBox v1.19.3 (2014-07-11 11:25:54 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
# ifconfig
eth0 Link encap:Ethernet HWaddr C0:56:E3:83:A5:A3
inet addr:192.168.254.11 Bcast:192.168.254.255 Mask:255.255.255.0
inet6 addr: fe80::c256:e3ff:fe83:a5a3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:387711973 errors:0 dropped:24 overruns:0 frame:0
TX packets:419853955 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2520240141 (2.3 GiB) TX bytes:2416335378 (2.2 GiB)
Interrupt:27
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:390 errors:0 dropped:0 overruns:0 frame:0
TX packets:390 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:29640 (28.9 KiB) TX bytes:29640 (28.9 KiB)
# netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:9010 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:telnet 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:7001 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:9020 0.0.0.0:* LISTEN
tcp 0 52 192.168.254.11:22 192.168.1.99:9058 ESTABLISHED
tcp 0 0 :::8000 :::* LISTEN
tcp 0 0 :::8200 :::* LISTEN
tcp 0 0 :::554 :::* LISTEN
tcp 0 0 :::22 :::* LISTEN
tcp 0 0 :::90 :::* LISTEN
tcp 0 0 :::443 :::* LISTEN
tcp 0 0 ::ffff:192.168.254.11:554 ::ffff:192.168.254.1:35529 ESTABLISHED
tcp 0 0 ::ffff:192.168.254.11:554 ::ffff:192.168.1.201:47178 ESTABLISHED
tcp 0 0 ::ffff:192.168.254.11:90 ::ffff:192.168.1.201:60058 ESTABLISHED
tcp 0 0 ::ffff:192.168.254.11:554 ::ffff:192.168.254.1:57013 ESTABLISHED
tcp 0 0 ::ffff:192.168.254.11:8000 ::ffff:192.168.254.1:39253 ESTABLISHED
udp 0 0 0.0.0.0:47872 0.0.0.0:*
udp 0 0 0.0.0.0:3702 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp 0 0 :::3702 :::*
udp 0 0 :::47771 :::*
udp 0 0 :::5353 :::*
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
unix 2 [ ] DGRAM 45 @/org/kernel/udev/udevd
unix 2 [ ACC ] STREAM LISTENING 1625 /var/g_daemon_service
unix 2 [ ACC ] STREAM LISTENING 1629 /var/systemCmd.socket
unix 3 [ ] STREAM CONNECTED 1631 /var/net_worker_process
unix 3 [ ] STREAM CONNECTED 1686 /var/davinci_work_process
unix 2 [ ACC ] STREAM LISTENING 2835 /tmp/aaa
unix 2 [ ] DGRAM 2917 /var/run/wpa_supplicant/eth0
unix 3 [ ] STREAM CONNECTED 1632 /var/g_daemon_service
unix 3 [ ] STREAM CONNECTED 1626 /var/g_daemon_service
#