Hardware: Cisco 2620 Router
Scenario: I want to setup a block of 14 ip addresses so they can only access one certain website or ip address and they can not go anywhere else. I have been using a 255.255.255.240 mask.
Here are a couple of statments that I tried, but could not get them to work.
ip access-lists extended 110
permit tcp host x.x.x.241 0.0.0.240 host x.x.112.3
deny ip host x.x.x.241 0.0.0.240 any
permit ip any any
Then on the fastethernet port and serial ports i added:
ip access-group 110 out
Saved, Rebooted and still did not work.
Can someone help me out on this?
Daren
Scenario: I want to setup a block of 14 ip addresses so they can only access one certain website or ip address and they can not go anywhere else. I have been using a 255.255.255.240 mask.
Here are a couple of statments that I tried, but could not get them to work.
ip access-lists extended 110
permit tcp host x.x.x.241 0.0.0.240 host x.x.112.3
deny ip host x.x.x.241 0.0.0.240 any
permit ip any any
Then on the fastethernet port and serial ports i added:
ip access-group 110 out
Saved, Rebooted and still did not work.
Can someone help me out on this?
Daren