Re: Hikvision POE LAN segment - access to cameras without virtual host or extra wirin
You must have the camera default gateway already set as 192.168.254.1 as you can access them from the LAN. And the static route set in your LAN default gateway (your router).
What do you have for the camera DNS server? The normal target would be your router on 192.168.1.1, but anecdotally Hikvision devices work well on the Google DNS 8.8.8.8
But that doesn't affect your laptop. When you changed the IP address for the laptop, to connect to the PoE segment, what did you use for the DNS address?
On the laptop, at a command prompt, try:
ping www.microsoft.com
and see if it resolves.
If not - try
tracert 104.71.215.174
and check it goes out via your router.
If your camera firmware still allows telnet or SSH access, trying pinging a WAN destination by IP address, and also by name, for example:
Yes, the cameras can access the WAN.Does your camera have access to NTP or email SMTP servers on WAN?
You must have the camera default gateway already set as 192.168.254.1 as you can access them from the LAN. And the static route set in your LAN default gateway (your router).
What do you have for the camera DNS server? The normal target would be your router on 192.168.1.1, but anecdotally Hikvision devices work well on the Google DNS 8.8.8.8
But that doesn't affect your laptop. When you changed the IP address for the laptop, to connect to the PoE segment, what did you use for the DNS address?
On the laptop, at a command prompt, try:
ping www.microsoft.com
and see if it resolves.
If not - try
tracert 104.71.215.174
and check it goes out via your router.
If your camera firmware still allows telnet or SSH access, trying pinging a WAN destination by IP address, and also by name, for example:
Code:
login as: root
[EMAIL="root@192.168.254.11's"]root@192.168.254.11's[/EMAIL] 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.
# ping [URL="http://www.microsoft.com/"]www.microsoft.com[/URL]
PING [URL="http://www.microsoft.com/"]www.microsoft.com[/URL] (184.87.179.64): 56 data bytes
64 bytes from 184.87.179.64: seq=0 ttl=56 time=25.172 ms
64 bytes from 184.87.179.64: seq=1 ttl=56 time=25.558 ms
64 bytes from 184.87.179.64: seq=2 ttl=56 time=24.904 ms
^C
--- [URL="http://www.microsoft.com/"]www.microsoft.com[/URL] ping statistics ---
4 packets transmitted, 3 packets received, 25% packet loss
round-trip min/avg/max = 24.904/25.211/25.558 ms
# cat /etc/resolv.conf
nameserver 192.168.1.1
nameserver 0.0.0.0
#