- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2014 04:44 PM - edited 03-11-2019 08:52 PM
Hello, looking at the ASA5505 outside interface connection options I see there is one called "obtain address via dhcp".
I am trying to understand how this would work.
So you would have a modem connected between your firewall and the ISP. The modem connects to the ISP.
The ISP would issue an address via DHCP. The modem simply passes this DHCP address allocation through to the firewall behind it ?
Do you need to activate a special setting on your modem to allow that address through to the firewall ?
Thanks for any clarification.
Solved! Go to Solution.
- Labels:
-
NGFW Firewalls
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2014 05:26 PM
Hello,
I guess this is something to confirm with your ISP.
They need to setup DHCP on their end.
Regards,
Felipe.
Remember to rate useful posts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2014 02:19 AM
As Felipe has mentioned for configuration of your modem, which presumably is provided by your ISP, you would need to contact your ISP for the correct settings.
But generally speaking, you would need to configure your ASA 5505 outside interface to send dhcp requests, and in turn your ISP modem, router, etc. would respond with an IP address for your ASA.
The outside interface configuration would be as follows:
interface gig0/1
description OUTSIDE_INTERFACE
ip address dhcp setroute
The setroute keyword will automatically set the default route next hop, so you do not have to configure the default route each time your IP address changes.
--
Please remember to rate and select a correct answer
Please remember to select a correct answer and rate helpful posts

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2014 05:26 PM
Hello,
I guess this is something to confirm with your ISP.
They need to setup DHCP on their end.
Regards,
Felipe.
Remember to rate useful posts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2014 02:19 AM
As Felipe has mentioned for configuration of your modem, which presumably is provided by your ISP, you would need to contact your ISP for the correct settings.
But generally speaking, you would need to configure your ASA 5505 outside interface to send dhcp requests, and in turn your ISP modem, router, etc. would respond with an IP address for your ASA.
The outside interface configuration would be as follows:
interface gig0/1
description OUTSIDE_INTERFACE
ip address dhcp setroute
The setroute keyword will automatically set the default route next hop, so you do not have to configure the default route each time your IP address changes.
--
Please remember to rate and select a correct answer
Please remember to select a correct answer and rate helpful posts
