05-03-2009 07:51 PM - edited 03-11-2019 08:26 AM
Hi Guys,
I have a netgear router set up in bridge mode. Now I want to connect the pix to it. What I want is for the pix to get the external ip address.
Do I need to put that wan address on the pix outside interface or shall i set it to obtain it via dhcp.
"ip address outside dhcp setroute"
Tks
05-04-2009 06:55 AM
If you normally get the IP from your ISP via DHCP, that is how you should set your PIX up too.
05-04-2009 02:07 PM
If your ISP uses pppoe to give you the address.. ie, you need to authenticate onto their network, then you may need to add something like the following:
vpdn group GRP_NAME request dialout pppoe
vpdn group GRP_NAME localname username@isp
vpdn group GRP_NAME ppp authentication chap
vpdn username username@isp password MY_PASSWORD
ip address outside pppoe setroute
Of course, if the ISP uses DHCP, ignore this posting :)
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