I am tesing an AXIS IP camera here and I want to be able to view the streaming video from the Web. It is configured with a static IP within my internal network, AXIS offers a Free DDNs server to their customers that I have configured to point to our Outside Interface IP address. I can see the video from inside the network resolving to the DDNs name, but I can't see it from the web.
Config...
Camera:
AXIS 211A Network Camera Version 4.40, Static IP address, Uses port 8003, DDNs
Internal Router:
Cisco 1711
version 12.3
service config
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
hostname xxxx
boot-start-marker
boot-end-marker
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
ip cef
ip ids po max-events 100
no ftp-server write-enable
interface Vif1
no ip address
interface FastEthernet0
ip address 75.x.x.x 255.255.255.248
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
interface FastEthernet1
no ip address
interface FastEthernet2
no ip address
interface FastEthernet3
no ip address
shutdown
interface FastEthernet4
no ip address
shutdown
interface Vlan1
ip address x.x.x.x 255.255.255.0
ip nat inside
ip virtual-reassembly
interface Async1
no ip address
ip default-gateway 75.127.x.x
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0
ip route 75.0.0.0 255.0.0.0 75.127.x.x
no ip http server
no ip http secure-server
ip nat inside source list 101 interface FastEthernet0 overload
access-list 101 permit ip x.x.x.0 0.0.0.255 any
snmp-server community public RO
snmp-server enable traps tty
control-plane
line con 0
line 1
stopbits 1
speed 115200
flowcontrol hardware
access-list 101 permit ip X.X.X.0 0.0.0.255 any
snmp-server community public RO
snmp-server enable traps tty
control-plane
line con 0
line 1
stopbits 1
speed 115200
flowcontrol hardware
line aux 0
line vty 0 4
end
External Router:
Cisco Router
I have no control over this configuration. It is provided by Optonline.
What do I need to do to make the AXIS camery available Via the web?
Start Free Trial