cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1960
Views
0
Helpful
4
Replies

Single Public IP Address Problem With ASA 5505

stephenwilletts
Level 1
Level 1

Hi,

I normally setup my PIX and ASAs when the ISP has issued a range of public IPs, e.g. 5, 8 or 13.

One of these is normally bound to the outside interface and another set aside for smtp email.

The problem I have is that one of my clients are in a serviced office and they only allow ONE public IP.

I'm having difficulty getting my default config to work with just a single outside IP.

The "static" command is returning an error like below.

ERROR: Static PAT using the interface requires the use of the 'interface' keyword instead of the interface IP address.

The line I'm attempting to load is something like the below.

static (inside,outside) tcp OUTSIDE-IP smtp SBS smtp netmask 255.255.255.255

The error returned suggests that I use just the "interface" keyword instead of the IP or name.

Will this work ?

Thanks.

Steve.

4 Replies 4

Hi,

Yes, use the keyword ''interface''

Federico.

Hi,,

Thank you for this, I will give it a try.

I also need to use the same line for https but it complains about this line.

I think it may be clashing with the ASDM on port 443.

Is there a way around this ?

Thanks.

S.

You can configure ASDM to ''listen'' on another port, if you need to redirect HTTPS.

Federico.

Steve,

1. you need to change asdm port

command: "http server enable 5443"  ------> change port 443 to 5443 or  another number like 4443.

Once done you should use https://ip_address:5443 to access asdm.

2. Once the above is done then you can add these two lines.

static (inside,outside) tcp interface smtp SBS smtp netmask 255.255.255.255

static (inside,outside) tcp interface https SBS https netmask 255.255.255.255

-KS

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card