05-14-2002 10:25 AM - edited 02-21-2020 11:44 AM
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
05-14-2002 10:52 AM
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 #
07-09-2002 07:20 PM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide