01-05-2023 10:38 AM
I want to block all servers from Lahore Router 3 network so that only Lahore Router 3 Pcs and Laptops not able to access all these servers. Please help!
Solved! Go to Solution.
01-05-2023
11:29 AM
- last edited on
01-06-2023
01:51 AM
by
Translator
Hello
On the router Lahore-Router3 apply the an extended ACL inbound on the physical interface connection to Lahore-Switch3 denying connection to those ftp/email/dns/web servers
example- Lahore-Router3:
ip access-list extended SRV-ACCESS
remark "deny access to servers"
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.20
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.25
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.53
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.80
permit ip any any
int x/x
description link to Lahore-Switch3
ip access-group SRV-ACCESS in
01-05-2023
11:05 AM
- last edited on
01-06-2023
01:44 AM
by
Translator
Hello,
provide the relevant IP addresses, e.g.:
Source 1.1.1.1 Destination 2.2.2.2 --> Allow
Source 1.1.1.1 Destination 3.3.3.3 --> Deny
etc.
01-05-2023
11:29 AM
- last edited on
01-06-2023
01:51 AM
by
Translator
Hello
On the router Lahore-Router3 apply the an extended ACL inbound on the physical interface connection to Lahore-Switch3 denying connection to those ftp/email/dns/web servers
example- Lahore-Router3:
ip access-list extended SRV-ACCESS
remark "deny access to servers"
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.20
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.25
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.53
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.80
permit ip any any
int x/x
description link to Lahore-Switch3
ip access-group SRV-ACCESS in
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