|
-
November 30th, 2006, 07:44 PM
#5
Hi Smokey,
Policy NAT would help you out - I think that is what you are trying to use from the commands you posted, you just have the ACL syntax wrong a touch is all as it differs slightly when using policy NAT.
access-list TELNET permit tcp 10.10.200.203 255.255.255.255 XXX.XXX.XXX.XXX 255.255.255.255 eq telnet
nat (inside) 1 access-list TELNET
global (outside) 1 <external IP> or <interface>
Depending on the setup you have you can use either the interface IP address, by giving the command 'interface' on the Global statement, if you are not already using it to PAT anything - if you are you will need a separate IP to use for NAT as obviously the same IP address can not be used to NAT and PAT simultaneously.
Obviously you can call the ACL anything you want as it does not get applied directly to the interface and the NAT-ID should be changed if needed to fit in with your configuration.
Does the remote office you VPN to have internet access? If so you could maybe just route through the VPN and use the NAT setup that will already be there.
Last edited by Nokia; November 30th, 2006 at 07:48 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|