08-28-2008 08:04 AM - edited 03-11-2019 06:37 AM
How do you configure the outside interface to receive its IP address from a dhcp server? (in this case, from a cable modem)
I have a 501 PIX running 6.3.5
Also, after you configure the outside interface for dhcp, how do yu configure the route so everyone on the inside can see the internet?
Solved! Go to Solution.
08-28-2008 08:15 AM
Version 6.x:
ip address outside dhcp setroute
Remove any default gateways from your config.
7.x/8.x:
int eth0/x
ip address dhcp setroute
Please rate if helpful
Regards
Farrukh
08-28-2008 08:15 AM
Version 6.x:
ip address outside dhcp setroute
Remove any default gateways from your config.
7.x/8.x:
int eth0/x
ip address dhcp setroute
Please rate if helpful
Regards
Farrukh
08-28-2008 08:58 AM
It worked!!....
I don't know why the route statement has to be ommited, but works...
thank you very Farrukh
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