jacksun0426
IS-IT--Management
I have a Cisco Pix 501 running and I cannot get a NAT to work. Here's what I need to do:
One of our systems runs a webcam stream, which we want to make available on a website. The service we are using to stream this needs to be able to contact our server that has the cam attached to it so it can pull the stream.
They need to contact our server on port 5700, and I assume it is TCP. Their test uses to check where xxx.xxx.xxx.xxx is my external facing IP.
Here is what I have tried, but it doesn't work. The 192.168.0.100 IP is the server with the cam on it.
access-list camstream_inbound permit tcp any interface outside eq 5700
static (inside,outside) tcp interface 5700 192.168.0.100 5700 netmask 255.255.255.255 0 0
access-group camstream_inbound in interface outside
My external interface is called outside, and my internal is called inside
Any help would be appreciated.
Regards,
Wayne
One of our systems runs a webcam stream, which we want to make available on a website. The service we are using to stream this needs to be able to contact our server that has the cam attached to it so it can pull the stream.
They need to contact our server on port 5700, and I assume it is TCP. Their test uses to check where xxx.xxx.xxx.xxx is my external facing IP.
Here is what I have tried, but it doesn't work. The 192.168.0.100 IP is the server with the cam on it.
access-list camstream_inbound permit tcp any interface outside eq 5700
static (inside,outside) tcp interface 5700 192.168.0.100 5700 netmask 255.255.255.255 0 0
access-group camstream_inbound in interface outside
My external interface is called outside, and my internal is called inside
Any help would be appreciated.
Regards,
Wayne