cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1117
Views
0
Helpful
5
Replies

Simple Internet Access on Asa 5510

kazaam1983
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

varrao
Level 10
Level 10

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

Thanks,
Varun Rao

View solution in original post

5 Replies 5

varrao
Level 10
Level 10

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

Thanks,
Varun Rao

Here's a doc that might help you

Varun

Thanks,
Varun Rao

Thank you a lot, i'm trying this asap

Sure let me know if you have any issues.

Varun

Thanks,
Varun Rao

Hello

Thank you a lot, it's working

Now I've to learn the new commands

regards

Review Cisco Networking for a $25 gift card