cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1087
Views
7
Helpful
8
Replies

New VPN setup for ASA5505 - Getting from the Internet to the ASA

obeat4cisco
Level 1
Level 1

I am setting up an ASA5505 for IPsec VPN and cannot get the VPN client to connect.

The modem/router at the ASA site is a ZyXel 660. How do I get the ISP-provided DSL WAN address to the ASA5505? Port forwarding on the ZyXel? Basically, forward all traffic to the ASA?

Currently the ZyXel has assigned 192.168.2.2 to the ASA. Do I also need to manually assign the ZyXel's WAN IP to the outside vlan on the ASA?

Regards from the Cisco newbie!

8 Replies 8

You can configure the Zyxel modem in bridge mode and then configure the ASA box as a PPPoE client.

Then the ASA box Outside interface will get the public

http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/pppoe.html#wp1031463

But the only problem I see is if the ISP is giving you dynamic IP's.

Everytime the IP changes you need to make changes at the IPSEC vpn peer site.

I configured the ZyXel for bridge mode and proceeded with the pppoe setup on the ASA.

The outside vlan got an IP, but I couldn't get out from the inside vlan.

A call to my DSL provider to see if there was a pppoe username and password revealed that they have moved away from pppoe and only provide DHCP or static IP service.

I configured outside to obtain an IP using DHCP and checked the box to configure the default route and everything worked.

Now I'm on to getting the VPN connection working (connecting from home to the ASA). I can connect using the VPN client but cannot see any resources on the inside vlan. Nothing is pingable, including the ASA.

My router at home was using the same subnet range as the inside vlan (192.168.1.x), so I changed the home router to use 192.168.10.x but still no luck. I am receiving an IP from the inside vlan's DHCP pool.

I am wondering if the following is what I need:

access-list Local_LAN_Access permit ip 192.168.10.0 255.255.255.0 192.168.1.0 255.255.255.0

Am I on the right track?

Regards

Hi,

Try these commands:-

crypto isakmp nat-traversal

sysopt connection permit-ipsec

Please rate if it works.

I tried the commands you suggested but it had no effect.

The config file is attached. Thanks for all your assistance.

Regards

dansullivan
Level 1
Level 1

First you must be able to pass an RFC1918 compliant ip address to the ASA. ( http://www.ietf.org/rfc/rfc1918.txt ) to do this you must set the Zytel into bridge mode. ( http://kb.earthlink.net/case.asp?article=69205 ) Then set up your IP either manaually or PPPoE. ( http://www.google.com/search?hl=en&q=Configure+PPPoE+on+ASA5505 ) Then you may connect to your ASA from another internet based VPN endpoint. Please do not forget to rate if it helped.

I did get bridge mode configured and the IP successfully passed to the ASA's outside network. I am now able to connect using the VPN client, but cannot ping any addresses on the inside network.

The config file is in a previous post in case that helps.

Thanks

obeat4cisco
Level 1
Level 1

This problem was resolved by the following steps:

- Put the DSL modem/router into bridge mode.

- Reset the ASA to factory defaults.

- Run the Startup Wizard, setting the outside vlan to get an IP via DHCP.

- Run the VPN Wizard.

- Issue two commands:

crypto isakmp nat-traversal

sysopt connection permit-ipsec

Thanks to everyone that contributed!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: