Hi Guys,
I just upgraded one of our Cisco routers to IOS version 12.2(23) and now I'm running into issues with our firewall configuration. Everything was fine until I upgraded but the upgrade was to patch a vulnerability so I don't want to go back to our previous version.
The issue is with our VPN clients. They could not send packets to our network unless I temporarily took our firewall down. Once the firewall was down they could communicate without any problems. All of our VPN clients are assigned private IP addresses when the tunnel is established. Here is the access list that is giving me grief. Any help you can provide me would be great!
access-list 101 permit icmp any any (for testing)
access-list 101 permit udp any eq isakmp any eq isakmp
access-list 101 permit udp host x.x.x.x any
access-list 101 permit tcp any host x.x.x.x eq www
access-list 101 permit tcp any host x.x.x.x eq 443
access-list 101 permit ip 10.0.0.0 0.255.255.255 10.x.x.0 0.0.0.255
access-list 101 permit ip 10.0.0.0 0.255.255.255 10.x.y.0 0.0.0.255
The last two lines are the ones that are causing me problems. They used to work fine but now the access-list says none of the packets match the criteria.
Any ideas?
Thanks,
Niall
I just upgraded one of our Cisco routers to IOS version 12.2(23) and now I'm running into issues with our firewall configuration. Everything was fine until I upgraded but the upgrade was to patch a vulnerability so I don't want to go back to our previous version.
The issue is with our VPN clients. They could not send packets to our network unless I temporarily took our firewall down. Once the firewall was down they could communicate without any problems. All of our VPN clients are assigned private IP addresses when the tunnel is established. Here is the access list that is giving me grief. Any help you can provide me would be great!
access-list 101 permit icmp any any (for testing)
access-list 101 permit udp any eq isakmp any eq isakmp
access-list 101 permit udp host x.x.x.x any
access-list 101 permit tcp any host x.x.x.x eq www
access-list 101 permit tcp any host x.x.x.x eq 443
access-list 101 permit ip 10.0.0.0 0.255.255.255 10.x.x.0 0.0.0.255
access-list 101 permit ip 10.0.0.0 0.255.255.255 10.x.y.0 0.0.0.255
The last two lines are the ones that are causing me problems. They used to work fine but now the access-list says none of the packets match the criteria.
Any ideas?
Thanks,
Niall