08-15-2019 02:07 AM - edited 08-16-2019 04:03 AM
I want to allow pc51,52,53 to use all of features(ftp, ssh, telnet, ping, every features). And, I want to deny all of other computers to use any features (except DNS, Ftp, Email, ping ). I am a beginner. I have no idea how to configure it. Thanks!!!
08-15-2019 02:25 AM
Hi there,
Try the following:
! ip access-list standard VTY-IN permit <HOST-51-IP> permit <HOST-52-IP> permit <HOST-53-IP> ! vty line 0 15 access-group VTY-IN !
cheers,
Seb.
08-15-2019 02:51 AM
08-15-2019 03:01 AM
Hi there,
You diagram doesn't give any IP information. Substitute <HOST-5x-IP> with the actual IP address of the relevant host.
cheers,
Seb.
08-15-2019 08:01 AM
08-15-2019 08:28 AM
For an ACL used on the VTY lines you do not need an extended ACL.
Can you share the commands that you are typing into the CLI and the output shown?
cheers,
Seb.
08-16-2019 03:44 AM - edited 08-16-2019 04:04 AM
As a network engineer, do you know what kind of topology is the best for small business and why ? my teacher asked me about this and it really put me on the spot? thank you very much!
08-16-2019 04:02 AM
08-16-2019 04:10 AM
I'm afraid I do not have Packet Tracer installed so cannot open your file.
If you can tell me the IP address of the three servers, then I can supply you with the correct ACL to configure on the router.
cheers,
Seb.
08-16-2019 04:29 AM
08-16-2019 04:56 AM
Just the IP addresses for PC-51, PC-52, PC-53.
I don't use facebook so please post the details here.
cheers,
Seb.
08-16-2019 05:15 AM
08-16-2019 06:12 AM
OK, on router7 run the following commands:
! ip access-list standard VTY-IN permit 192.168.3.20
permit 192.168.3.21
permit 192.168.3.22 ! vty line 0 15 access-group VTY-IN !
cheers,
Seb.
08-16-2019 04:31 AM
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