I have two groups of computers: First group IP are 172.17.5.x 255.255.0.0
Second Group IP are 172.17.6.X 255.255.0.0
I want to keep the first group can access the whole internet. The second group just only access
_____Following is my configuration. but not success. all computers can access the firt group computers acess nothing except cisco.com. What should I change in following context? If using websense (urlfilter) is not good option, what should I choose?
ip inspect name web http java-list 2 urlfilter
!
!
ip urlfilter allow-mode off
ip urlfilter exclusive-domain permit .cisco.com
access-list 2 permit any
interface FastEthernet0/1 //connected to LAN
ip address 172.16.0.1 255.255.0.0
ip nat inside
interface FastEthernet0/0 //connected to ISP
ip address dhcp
ip nat outside
ip inspect web in
........
ip nat inside source list 1 interface FastEthernet0/0 overload
access-list 2 permit 172.16.0.0 0.0.0.255
Second Group IP are 172.17.6.X 255.255.0.0
I want to keep the first group can access the whole internet. The second group just only access
_____Following is my configuration. but not success. all computers can access the firt group computers acess nothing except cisco.com. What should I change in following context? If using websense (urlfilter) is not good option, what should I choose?
ip inspect name web http java-list 2 urlfilter
!
!
ip urlfilter allow-mode off
ip urlfilter exclusive-domain permit .cisco.com
access-list 2 permit any
interface FastEthernet0/1 //connected to LAN
ip address 172.16.0.1 255.255.0.0
ip nat inside
interface FastEthernet0/0 //connected to ISP
ip address dhcp
ip nat outside
ip inspect web in
........
ip nat inside source list 1 interface FastEthernet0/0 overload
access-list 2 permit 172.16.0.0 0.0.0.255