cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
682
Views
0
Helpful
2
Replies

VPN Client - Conenction made but not able to access resources

drikilbride
Level 1
Level 1

Hi

I have two sites, Site A with a 5510 firewall and Site B with a user with a basic internet connection.

I need that user to be able to access PC's and servers here.

I created a Remote Access VPN called Bon and the user can establish connection to this on Site B.

They get an ip address and dns but no default gateway.

I am unable to ping anything on the 10.255.0.0/16 network or access any of the servers.

I will post the config and maybe someone could show me what I am missing!

Thanks in advance

1 Accepted Solution

Accepted Solutions

Jennifer Halim
Cisco Employee
Cisco Employee

I would not recommend configuring ip pool in the same subnet as your internal network. Please configure a different ip pool subnet.

However, with the current configuration, you are missing NAT exemption for those subnets:

access-list inside_nat0_outbound extended permit ip 10.255.0.0 255.255.0.0 10.255.11.0 255.255.255.0

Hope that helps.

View solution in original post

2 Replies 2

Jennifer Halim
Cisco Employee
Cisco Employee

I would not recommend configuring ip pool in the same subnet as your internal network. Please configure a different ip pool subnet.

However, with the current configuration, you are missing NAT exemption for those subnets:

access-list inside_nat0_outbound extended permit ip 10.255.0.0 255.255.0.0 10.255.11.0 255.255.255.0

Hope that helps.

Thanks for that, I will configure the different pool now!