The Network Menu :: IP Configuration
param.cgi?cmd=getnetattr
Get your Camera´s Network Configuration
dhcpflag
: on: (DHCP enabled), off: (DHCP disabled)ip
: LAN IPv4 Addressnetmask
: LAN Subnet Maskgateway
: LAN Gatewaydnsstat
: DNS Status: 0 (manually), 1 (from DHCP Server)fdnsip
: Primary DNSsdnsip
: Secondary DNSmacaddress
: LAN MAC Addressnetworktype
: LAN or WLAN
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getnetattr
GET: http://192.168.2.168/param.cgi?cmd=getnetattr&-usr=admin&-pwd=instar
SET: http://admin:instar@192.168.2.168/param.cgi?cmd=setnetattr&-dhcpflag=off&-ip=192.168.1.115&-netmask=255.255.255.0&-gateway=192.168.1.1&-fdnsip=8.8.8.8&-sdnsip=
param.cgi?cmd=gethttpport
Get your Camera´s HTTP Port
httpport
: Camera LAN Port
Remark: Camera needs to be manually rebooted after setting the port
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=gethttpport
GET: http://192.168.2.168/param.cgi?cmd=gethttpport&-usr=admin&-pwd=instar
SET: http://admin:instar@192.168.2.168/param.cgi?cmd=sethttpport&-httpport=80
param.cgi?cmd=gethttspport
Get your Camera´s HTTPS Port
httpsport
: Camera Secured LAN Port
Remark: Camera needs to be manually rebooted after setting the port
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=gethttpsport
GET: http://192.168.2.168/param.cgi?cmd=gethttpsport&-usr=admin&-pwd=instar
SET: http://admin:instar@192.168.2.168/param.cgi?cmd=sethttpsport&-httpsport=443
param.cgi?cmd=getrtspport
Get your Camera´s RTSP Port
rtspport
: Real Time Streaming Protocol Portrtpport
: Transport port for RTSP Media Stream
Remark: Camera needs to be manually rebooted after setting the port
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getrtspport
GET: http://192.168.2.168/param.cgi?cmd=getrtspport&-usr=admin&-pwd=instar
SET: http://admin:instar@192.168.2.168/param.cgi?cmd=setrtspport&rtspport=554
param.cgi?cmd=getrtspauth
Get RTSP Authentication State
rtsp_aenable
: 1: RTSP Stream needs Authentication, 0: Authentication deactivated | Remark | Camera needs to be manually rebooted after setting the port
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getrtspauth
GET: http://192.168.2.168/param.cgi?cmd=getrtspauth&-usr=admin&-pwd=instar
SET: http://admin:instar@192.168.2.168/param.cgi?cmd=setrtspauth&-rtsp_aenable=1
param.cgi?cmd=getrtmpattr
Get your Camera's RTMP Port
rtmpport
: RTMP Port used byu the Flash Plugin to access the Video Stream
Remark: Camera needs to be manually rebooted after setting the port
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=getrtmpattr
GET: http://192.168.2.168/param.cgi?cmd=getrtmpattr&-usr=admin&-pwd=instar
SET: http://admin:instar@192.168.2.168/param.cgi?cmd=setrtmpattr&-rtmpport=1935