Link to home
Start Free TrialLog in
Avatar of ndalmolin_13
ndalmolin_13Flag for United States of America

asked on

Can a Cisco ASA 5505 Have Two External IP Addresses

Hello Experts,

I currently have a small Microsoft SBS network that I want to (1) improve security on (2) install a web server on.  I'm thinking of purchasing a Cisco ASA 5505, and was wondering if it could take care of my routing needs.  I will have two external IP addresses.  One for my SBS server which has my Exchange and one for a seperate web server.  Can the Cisco ASA 5505 do this or am I going to need an actual router?
ASKER CERTIFIED SOLUTION
Avatar of JFrederick29
JFrederick29
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ndalmolin_13

ASKER

Is this difficult to set up?  My Cisco knowledge is very limited.
The ASA has a graphical interface (ASDM) which makes the setup pretty simple so you don't have to know the command line extensively.  You can use the CLI for the initial setup but then use ASDM for further configuration.  Plus, there are plenty of experts here that can assist with the setup/configuration.
Avatar of danf0x
danf0x

Hello,
  No it shouldn't be hard.  There are tools to make it easy like the Security Device Manaager that give it to you in a gui.
  You should see that your ASA has 2-3 ports on the back that should be like ser 0/1 ser 0/0 and aux.  You can give your serials public IP's and then the Fast Ethernet ports would have the private so you could also do failover loadbalancing if needed.
if you want to route the 2nd IP address, I believe the APA's are capable of using sub interfaces aswell.

So, you could:

int fa0/0
ip address 123.123.123.123 255.255.255.0
no shutdown
exit
int fa0/0.1
ip address 123.123.123.124 255.255.255.0
no shutdown
exit

Not sure if this is what you want to do; this would require also routing these interfaces separately.