cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2117
Views
0
Helpful
1
Replies

Video surveillance PTZ 6930 cameras

Esoteric wadhwa
Level 1
Level 1

Hey,

I was working on PTZ camera and while assigning static ip to the camera, i think i mistakenly provided the wrong ip address according to the switch to which the camera is connected. 

I will be  in a lot of trouble if the situation is not handled. 

Please suggest anything useful. 

1 Reply 1

Paul Bundschuh
Level 1
Level 1
If you are asking how to reach this camera remotely, using its wrong IP, I know of one possible way. You can set the wrong subnet as a secondary network on the default router for that LAN. Then from the router you can telnet or ssh to the camera's bad IP address. But this assumes the camera has CLI access. Sample config on router: int g0/0 ip address 10.0.0.1 255.0.0.0 ! this is the correct subnet 10.0.0.0/8 ip address 10.2.0.1 255.0.0.0 second ! this is the bad subnet 10.2.0.0/8 # telnet 10.2.0.111 ! telnet to camera from router