Hi ,
I want to filter the vpn pptp access to my PIX. The remote client has a static ip.
My network is like this ..
LAN<->192.168.1.21(PIX501)192.168.0.2<->192.168.0.1(router)internet
The router is doing port forward for pptp
I have tried these commands but they don't seem to be working.
access-list vpn_in permit tcp host <remote_static_ip> host 192.168.0.2 eq 1723
access-list vpn_in permit gre <remote_static_ip> host 192.168.0.2
access-group vpn_in in interface outside
Is it OK to use access-list for vpn termination on the pix outside interface?
Any suggestions how to do it?
Thanks
============================
Stelios Agapiou
I want to filter the vpn pptp access to my PIX. The remote client has a static ip.
My network is like this ..
LAN<->192.168.1.21(PIX501)192.168.0.2<->192.168.0.1(router)internet
The router is doing port forward for pptp
I have tried these commands but they don't seem to be working.
access-list vpn_in permit tcp host <remote_static_ip> host 192.168.0.2 eq 1723
access-list vpn_in permit gre <remote_static_ip> host 192.168.0.2
access-group vpn_in in interface outside
Is it OK to use access-list for vpn termination on the pix outside interface?
Any suggestions how to do it?
Thanks
============================
Stelios Agapiou