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

Can't access internal net from VPN client

joenewman
Level 1
Level 1

We have Win2K network, PIX, then 2620 router to T1. VPN clients connect, but then can't access our internal net (192.168.1.0). The config for the PIX has NAT... the VPN client gets addresses from 192.168.2.x. Is there a ROUTE statement I'm missing here?

Thanx

2 Replies 2

abdul.kokumo
Level 1
Level 1

Check this two statements.

access-list # permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0

nat (inside) 0 access-list #

On top of what Abdul has suggested make sure you have an access-list enable on the outside interface which allows tcp/ip to your 192.168.2.0 /24 network, i.e

access-list # permit ip 192.168.2.0 255.255.255.0 192.168.1.0 255.255.2550

access-group # in interface outside