cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
368
Views
0
Helpful
6
Replies

ACL's 851

tmcmurray51
Level 1
Level 1

Any help someone can provide would be much appreciated.

Here the issues I am having, we Have 851 connected to the net as well as a VPN tunnel to our head office. We need to restrict a group of computer form the Internet but these computers still need to have and be accessed through the VPN.

6 Replies 6

Jon Marshall
Hall of Fame
Hall of Fame

Tristan

When you say connected to the net do you mean the local network in the remote office or the Internet. Is the Internet access via your head office ?

Jon

the internet

Okay lets say the group of computers are a small subnet 192.168.5.0 255.255.255.240. If they are not a summarisable subnet then you may need to have individual host entries

Lets also say that HQ networks are

192.168.6.0/24

192.168.7.0/24

192.168.8.0/24

access-list 101 permit ip host 192.168.5.0 0.0.0.15 192.168.6.0 0.0.0.255

access-list 101 permit ip host 192.168.5.0 0.0.0.15 192.168.7.0 0.0.0.255

access-list 101 permit ip host 192.168.5.0 0.0.0.15 192.168.8.0 0.0.0.255

access-list 101 deny ip 192.168.5.0 0.0.0.15 any

access-list 101 permit ip any any

then on the LAN interface of your 851

int fa0/1

ip access-group 101 in

You need to allow ip from any any at the end of the acl if you have other computers in your LAN that should have access to the HQ and the net.

Jon

the 851 is the external router on our internet connection to that build. the head office does not have any internet access forwarded through the tunnel only intranet services

the 851 is the external router on our internet connection to that build. the head office does not have any internet access forwarded through the tunnel only intranet services

the 851 is the external router on our internet connection to that build. the head office does not have any internet access forwarded through the tunnel only intranet services

Review Cisco Networking products for a $25 gift card