cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
221
Views
0
Helpful
1
Replies

Protecting site-to-site VPN's from Blaster

n.oneill
Level 1
Level 1

We are using a PIX firewall for site-to-site VPN's. How do we protect our network from the remote network being infected with Blaster without limiting the VPN to certain protocols. Our VPN ACL's are similar to the following:

access-list vpn permit ip 172.16.0.0 255.255.255.0 192.168.1.0 255.255.255.0

1 Reply 1

ddawson
Level 1
Level 1

Remove the "sysopt connection permit-ipsec" command and then update/create the access-list on the outside interface (or whatever interface you're terminating the VPN on) to block the Blaster ports from the remote LAN(s) and permit everything else. Wihtout the above sysopt command the traffic through the VPN is subject to the same acccess-list processing as other traffic, which allows you to control what can traverse the VPN.

HTH - Good luck!