11-12-2010 05:02 PM - edited 03-06-2019 02:01 PM
Hello
I am trying to setup an access list that blocks Sales from accessing the Accounting server but still allows Accounting to access it.
I have NAT overload running to spicen things up a bit.
First I set up the ACL and applied it to the outgoing interface to Accounting server but that blocked both Sales and Accounting. I suspect it's a NAT issue.
So then I applied the ACL to the inbound interface on the Sales subnet.
Accounting can access the Accounting server now but Sales can't access anything and nothing can access Sales.
Any help would be appreciated.
Solved! Go to Solution.
11-15-2010 08:41 AM
Okay, still not 100% clear but it looks like -
sales is on the fa0/1 interface
accounting server is on the fa0/0 interface
so lets say sales subnet = 192.168.5.0/24
accounting server - 192.168.10.2
access-list 101 deny ip 192.168.5.0 0.0.0.255 host 192.168.10.2
access-list 101 permit ip 192.168.5.0 0.0.0.255 any
int fa0/1
access-group 101 in
Jon
11-12-2010 05:32 PM
kbullard00 wrote:
Hello
I am trying to setup an access list that blocks Sales from accessing the Accounting server but still allows Accounting to access it.
I have NAT overload running to spicen things up a bit.
First I set up the ACL and applied it to the outgoing interface to Accounting server but that blocked both Sales and Accounting. I suspect it's a NAT issue.
So then I applied the ACL to the inbound interface on the Sales subnet.
Accounting can access the Accounting server now but Sales can't access anything and nothing can access Sales.
Any help would be appreciated.
Your diagram is not showing fully and its not clear from your config which is accounting, which is sales etc. so it's a bit hard to help.
Which subnet is sales.
Which subnet is the accounting server in.
Which subnet are the accounting users in.
Are all these subnets connected to the same router ?
Jon
11-15-2010 08:34 AM
11-15-2010 08:51 AM
For efficiency you want to block access/traffic closest to the source.
11-15-2010 08:41 AM
Okay, still not 100% clear but it looks like -
sales is on the fa0/1 interface
accounting server is on the fa0/0 interface
so lets say sales subnet = 192.168.5.0/24
accounting server - 192.168.10.2
access-list 101 deny ip 192.168.5.0 0.0.0.255 host 192.168.10.2
access-list 101 permit ip 192.168.5.0 0.0.0.255 any
int fa0/1
access-group 101 in
Jon
11-15-2010 10:12 AM
That works thanks a bunch
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide