Re: nat a range of ports to a local IP
- From: M <ujjj@xxxxxxxxxxxxx>
- Date: Sat, 28 Apr 2007 19:27:02 +0200
255.255.255.255 mas missing :-)
M skrev:
Hi Walter,.
Thank you for your answer.
I get this error in line two:
ASA-xx(config)# access-list map_inbound permit tcp 192.168.1.2 range 2048 3000 any
^
ERROR: % Invalid Hostname
Best Regards
Martin
Walter Roberson skrev:In article <46332394$0$90269$14726298@xxxxxxxxxxxxxxx>,
M <ujjj@xxxxxxxxxxxxx> wrote:
I need to NAT a range of ports into a local IP. port 2048 -> 3000 to 192.168.1.2.
What is the best way to do this om a ASA5505?
My conf (does not work on a ASA):
ip nat pool p2p 192.168.1.2 192.168.1.2 netmask 255.255.255.0 type rotary
ip nat inside destination list allow_inbound pool p2p
access-list allow_inbound permit tcp any any range 2048 3000
If the public IP to be used is the interface IP:
access-list allow_inbound permit tcp any interface outside range 2048 3000
access-list map_inbound permit tcp 192.168.1.2 range 2048 3000 any
access-group allow_inbound in interface outside
static (inside,outside) interface access-list map_inbound
- References:
- nat a range of ports to a local IP
- From: M
- Re: nat a range of ports to a local IP
- From: Walter Roberson
- Re: nat a range of ports to a local IP
- From: M
- nat a range of ports to a local IP
- Prev by Date: Re: nat a range of ports to a local IP
- Next by Date: No LAN connectivity on Pix 515E
- Previous by thread: Re: nat a range of ports to a local IP
- Next by thread: ASA 5505 doesn't seems to recongize l2tp packets
- Index(es):
Relevant Pages
|