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

VPN Connected but cannot ping to Cisco Eagle server! HELP

dclinton23
Level 1
Level 1

I am doing some testing with the cisco eagle server application but cannot access it for some reason... Here is the problem, my VPN client is connected through Interface 0/0 and the eagle server is connected through Interface 0/1 on a 2800 ISR router... I can ping the interface router 0/1 but cannot ping the eagle server that is located on that side of the router... But when I disconnet VPN Client then I can ping it.. I think it has something to do with my ACL list but not for sure.. Could someone give me some words of advice??

2 Replies 2

Marwan ALshawi
VIP Alumni
VIP Alumni

do you have NATING

it is nat exmpt issue if you have nating

lets say you VPN pool 192.1681.0/24

and you local network where the server located is 10.1.1.0/24

make a nat exmpt as follow

access-list 100 deny ip 10.1.1.0 0.0.0.255 192.168.1.0 0.0.0.255

access-list 100 permit ip any any

route-map nating permit 10

match ip address 100

ip nat inside source route-map nating interface fa0/0

if you dont have nating at all and you have ACLs on the router interfaces make sure you have given the right access to the VPN client and the retune traffic aswel

good luck

Will try right now and let you know...

Thanks