User Guide
Table Of Contents
- Table of Contents
- Overview
- Preparation
- Operating the Camera
- Administrator and User
- Logging in to the System
- Configuration of Main Viewer
- Main menu
- Control panel section
- Monitor image
- Plug-in free viewer
- Using SolidPTZ function
- Controlling via the control panel (Operation common to Area zoom mode and Vector dragging mode)
- Panning and tilting by clicking the monitor image (Area zoom mode only)
- Panning, tilting and zooming by specifying the area (Area zoom mode only)
- Panning and tilting by dragging the screen (Vector dragging mode only)
- Moving the camera to a preset position (Common operations in Area zoom and Vector dragging modes)
- Using pan/tilt/zoom operations with the displayed control bar (PTZ Control bar only)
- Controlling the Camera on a Full Image
- Using the Trigger Button
- Switching TCP/UDP Transmission Mode
- Using the System Utility
- Administrating the Camera
- Basic Operations of the Administrator Menu
- Configuring the System - System Menu
- Setting the Camera Image - Camera Menu
- Configuring the Network - Network Menu
- Setting the SSL function - SSL Menu
- Using the 802.1X Authentication Function - 802.1X Menu
- Setting the User - User Menu
- Setting the Security - Security Menu
- Saving the Camera Position and Action - Preset position Menu
- Sending an Image via E-mail - e-Mail (SMTP) Menu
- Sending Images to FTP Server - FTP Client Menu
- Setting the Operations from the Viewer - Trigger Menu
- Setting the Schedule - Schedule Menu
- Setting the Sensor input/Camera tampering detection/Motion detection - Event detection Menu
- Configuring the Viewer - Viewer Menu
- Others
- Using the SNC toolbox
- Starting SNC toolbox
- How to use SNC toolbox
- Registering in My device
- Changing the Device list display method
- Setting SNC toolbox options
- Using the Custom Homepage - Setting the customized homepage
- Using the Firmware Upgrade
- Using the Schedule Task
- Configuring the device setting
- Camera restart and initialization
- Assigning the IP Address to the Camera Using ARP Commands
- Using the SNMP
- Glossary
- Index
- Using the SNC toolbox
Others
Assigning the IP Address to the Camera Using ARP Commands
89
Initializing a camera
Click To ol s, Initialize Device and Factory Default in
this order on the menu bar to initialize the camera
(restore factory default).
Assigning the IP
Address to the Camera
Using ARP Commands
This section explains how to assign an IP address to the
camera using ARP (Address Resolution Protocol)
commands without using the SNC toolbox.
Note
When you turn on the camera, execute the ARP and
PING commands within 5 minutes. Also when you
restart the camera, execute the operation within
5 minutes.
1
Open the command prompt on the computer.
When using Windows Vista, right click Command
prompt in Start-All Programs- Accessories, and
select Run as administrator.
2
Enter the IP address and the MAC address of the
camera to assign a new IP address, using the
following ARP commands.
Example:
3
When the following line is displayed on the
command prompt, hold down Ctrl and press C.
Display stops.
You will normally receive a reply after about 5
repetitions of “Request time out”.
4
Wait until the execution of PING finishes, then
input the following code.
Note
If you do not receive a reply, check the following:
– Did you enter the ARP commands within 5 minutes
after it was turned on?
If not, turn off the camera and restart the operation.
– Is a NETWORK indicator turned on?
If the indicator goes off, the network connection has a
problem. Connect the network correctly.
– Did you enter the IP address previously used for
another device?
Assign a new IP address to the camera.
arp -s <Camera’s IP address> <Camera’s MAC address>
ping -t <Camera’s IP address>
arp -s 192.168.0.100 08-00-46-21-00-00
ping -t 192.168.0.100
Reply from 192.168.0.100:bytes=32 time...
arp -d 192.168.0.100