06-21-2006 08:23 AM - edited 02-21-2020 12:59 AM
Since I can't seem to be able to automatically obtain the default route from the DHCP server using:
ip address dhcp setroute
...is there any way, that I could use the "route outside" command to point to the outside interface instead of a specific IP address since the IP address is assigned by DHCP?
Thanks!
06-21-2006 08:32 AM
Sorry, don't think so.
06-22-2006 05:03 PM
Thanks for the response. Are you aware of any issues with PIX 7.0(1) that might be causing the problem. If I plug a PC directly into the cable modem, it correctly obtains the routing information.
06-23-2006 12:55 AM
This is your lucky day - there is a bug, CSCeh81233:
SYMPTOM:
PIX interface DHCP default route is not in the routing table.
CONDITIONS:
Cisco PIX running 7.0.1 software. When ip address dhcp
setroute command is used, the config is saved and the firewall is
manually reloaded the interface will obtain an IP address via DHCP, but will
not set the default route into the routing table.
WORKAROUND:
config t
interface eth0 (or interface that has dhcp option)
shut
ip address dhcp setroute
no shut
First Found-in Version 7.0(1)
First Fixed-in Version 7.0(2), 7.0(1.2), 7.0(3.1)
06-23-2006 11:52 AM
Thanks for the info. I'm going to upgrade the PIX to the latest version (7.2(1) if I recall) next week but I'm looking at the release notes for 7.0(1) and it's saying that the bug you mentioned (CSCeh81233) was actually resolved in 7.0(1) - it was initially found in 7.0.
06-28-2006 06:01 PM
Upgrading to 7.2(1) did, in fact, resolve the issue.
Thanks again!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide