05-10-2003 07:44 PM - edited 02-20-2020 10:44 PM
I have an adsl mdem connetion connecting to a modem which is unable to do NAT and routing.I understand that PIX will be able to do NAT routing for internet sharing.Pls advise as I don't have any fixed IP addresses alllocated from my ISP to me.
05-11-2003 12:42 AM
If the modem is not doing the nating then PIX has to. So, if the pix outside is getting the dynamic ip, then you can do the translation as follows for the inside net to be able to go to internet:
nat (inside) 1 0 0
global (outside) 1 interface
So as you can see, its doesn't matter what's your ip gets assigned dynamically to the outside interface, Then obviously you will nee a default route as follows:
route outside 0 0 gateway_address <--This address should be provided by your ISP. I hope this helps !
Thanks,
Mynul
05-11-2003 07:27 AM
well,now I am starting to get some idea.But unfortunately the portion you mentioned about the gateway _address provided by the ISP,I don;t have cause I don't have any IP adress allocated as my connection is dial-up using DHCP.Any further advise.
Beside you mentioned about
Global(outside)1 interface ,which interface?
thks
05-11-2003 10:27 AM
global (outside) 1 interface
refers to the outside interface. it means to use the ip address of the outside interface for PAT
ip address outside dhcp setroute
tells the pix to be a dhcp client on the outside interface, and to use the route option it receives in the dhcp lease as its default gateway.
that should do it
05-20-2003 02:52 AM
Well,my PIX were unable to get the IP address from ISP,i had monitor from the PIX monitoring system.BTW if i would using the DHCP setroute,there is no option for me to set my username and password for my ADSL connection athentication.any adivse.
05-21-2003 07:10 AM
Your IOS needs to be 6.1 at least, ideally 6.2.
Th following will create a PPOE dial out with your ISP.
ip address outside pppoe setroute
vpdn group dan request dialout pppoe
vpdn group dan localname
vpdn username
You may or may not need to set an autentication type. Try it without, if it doesn't work call the ISP and ask what type of ppp authentication they support the command to set it is ...
vpdn group dan ppp authentication
'dan is only a keyword
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