cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
952
Views
0
Helpful
15
Replies

1841 NATTING

readymixed1
Level 1
Level 1

Im new to configuring an 1841 and I need help doing the following:

I need to allow a certain private ip address access outside to the Internet.

For example, on my PIX506e the command looks like this:

nat (inside) 1 192.168.15.200 255.255.255.255 0 0

Which obviously allows that device to access the internet unrestricted.

My question is how do I enter the above command into an 1841? The commands in the 1841 are different then in a PIX506e and I need help.

Thanks in advance.

15 Replies 15

Sorry there must some mistake here.

your requirement: allow access to the internet for a host 192.168.6.200 at the remote site while still being able to access it from HQ.

This would not be achieved only with the command

Nat (inside) 1 192.168.6.200 on the PIX. you would still need exemption from the NAT nat (0) access-list

The commands I gave you before should work. This is relatively simple setup. Can you post the full config?