10-24-2011 07:26 AM - edited 03-11-2019 02:41 PM
Hello
I'm trying to configure an asa 5510 using this config :
enable password XXXXX
vpdn group PT request dialout pppoe
vpdn group PT localname ISPUsername
vpdn group PT ppp authentication PAP
vpdn username ISPUsername password ISPPassword
dhcpd auto_config outside
interface Ethernet0/0
nameif outside
security-level 0
pppoe client vpdn group PT
ip address pppoe setroute
no shut
interface Ethernet0/1
nameif inside
security-level 100
ip address 192.168.10.1 255.255.255.0
no shut
dhcpd dns 8.8.8.8
dhcpd address 192.168.90.50-192.168.90.75 inside
dhcpd enable inside
And i don't know how to get internet access from inside network. Inside network works, outside network is connected to Internet but no dial between us...
As I seen on internet, i've to use this config :
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
route outside 0.0.0.0 0.0.0.0 "outside IP +1" 1
But when i'm validate the first line, asa said "deprecated".... and I don't know the new command...
Can you help me ?
Thank you
Solved! Go to Solution.
10-24-2011 07:39 AM
If the code is 8.3 or above, use this command:
object network obj_any
subnet 0.0.0.0 0.0.0.0
nat (inside,outside) dynamic interface
In the new code teh commands are different
Hope that helps
Thanks,
Varun
10-24-2011 07:39 AM
If the code is 8.3 or above, use this command:
object network obj_any
subnet 0.0.0.0 0.0.0.0
nat (inside,outside) dynamic interface
In the new code teh commands are different
Hope that helps
Thanks,
Varun
10-24-2011 07:41 AM
10-24-2011 08:07 AM
Thank you a lot, i'm trying this asap
10-24-2011 08:12 AM
Sure let me know if you have any issues.
Varun
10-27-2011 01:36 AM
Hello
Thank you a lot, it's working
Now I've to learn the new commands
regards
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