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

Access natted public ip address

MarcoM
Level 1
Level 1

Hi all,

on my ASA5510 I have a server with an ip address of 192.168.0.210 natted on public ip 91.xxx.xxx.190 on port tcp 2120.

There  is the possibility to reach the server from the inside LAN with a  public IP exposed (91.xxx.xxx.190) and not the internal ip  (192.168.0.210)?

interface Ethernet0/0

description Outside

nameif OUTSIDE

security-level 0

ip address 91.xxx.xxx.186 255.255.255.248

!

interface Ethernet0/1

description Lan

nameif LAN

security-level 100

ip address 192.168.0.254 255.255.255.0

!

static (LAN,OUTSIDE) 91.xxx.xxx.190 192.168.0.210 netmask 255.255.255.255

access-list Outside_access_in extended permit tcp any host 91.xxx.xxx.190 eq 2120

access-group Outside_access_in in interface OUTSIDE

Thanks in advance.

M

15 Replies 15

Thanks again Jouni.

Review Cisco Networking for a $25 gift card