cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
576
Views
0
Helpful
2
Replies

PIX 501 Dynamic and Static NAT

rhopkins_nci
Level 1
Level 1

I currently have dynamic nat in place for our schools lan, but I have two video conference units in place with public ip's off our catalyst 4503. Can I use static nat to place them behind the pix 501? If so what would the command look like if my public ip was 172.32.0.1 and private ip was 10.10.10.12? Do you know of any other ideas with video conferencing and a pix 501? Thanks in advance.

2 Replies 2

sachinraja
Level 9
Level 9

Hello hopkins,

the command will look something like this:

static (inside,outside) 172.32.0.1 10.10.10.12 netmask 255.255.255.255

You also need to define an ACL on the outside interface if some other devices or server are going to access 172.32.0.1...

access-list outside permit tcp any host 172.32.0.1 eq xx

access-group outside in interface outside..

Make sure you open the right ports for the access...

Hope this helps. all the best. rate replies if found useful..

Raj

Thanks for the reply. Do I have to set an acl on the outside interface? Can the others schools access the video unit by me just giving them the video units public ip? If an acl is needed, can I allow certain hosts other than going by the port equals statement. Hope I make sense. Just wondering thanks again. RT.

Review Cisco Networking products for a $25 gift card