how can we block remote desktop for some user from cisco
router through aaccess-list
Answers were Sorted based on User's Feedback
Answer / jitendra
I think this should be command are you agree with this or not
router(config)#access-list 101 deny tcp 10.0.0.0 255.0.0.0 host 172.16.100.10 eq 3389
router(config)#access-list 101 permit tcp any any
router(config)#access-list 101 permit icmp any any
router(config)#interface gi0/0
router(config-if)#ip access-group 101 out
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / sudhir.sancheti
HI,
I think It will work, as u r smartly blocking access for the service to the desired users.
need to confirm the port no of the service and the Interface on which u are going to apply the ACL
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jitendra
Hi Dharemendara
i am not asking about telnet access
look the problem like that we have a router which is core router from this core router another router is connected through serial interface and gigabyte Ethernet interface.the one router which is connected through the s0 of core router having the fa/0/0 ip 10.x.x.x
now from the core router g1/0 one switch is connected from that switch min e server 172.16.20.5 is connected
right now ever user can take the remote desktop of particular server but i want to block this mstsc (remote desktop)for some user which a hveing ip of 10.x.x.x series
now tell me how can we do it.
i need to this work very soon plz reply as soon as possible
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ankit singla
router>enable
router#config terminal
router(config)#access-list 101 deny tcp 10.10.10.0
0.0.0.255 10.10.20.0 0.0.0.255 eq 21
router(config)#access-list 101 permit tcp any any
router(config)#interface fastethernet 0/0
router(config-if)#ip access-group 101 in
router(config-if)#exit
router(config)#
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / dharmendra kumar soni
Hi
Remotely accessing routers is through of telnet gives us
easy access to our routers from almost anywhere. This is
done through the use of access control lists standard access
list
r1(config)#access-list 10 permit 10.10.206.3 255.255.255.255
r1(config)#access-list 10 permit 10.10.206.4 255.255.255.255
r1(config)#access-list 10 deny any
r1(config)#line vty 0 4
r1(config)#access-class 10 in
in above command restricted to telnet command particular two
ip add that means two can't access anything else
| Is This Answer Correct ? | 2 Yes | 3 No |
Wnat do you know about zenpeck
Which statement about switched and routed data flows is correct? A. Switches create a single collision domain and a single broadcast domain. Routers provide separate collision domains B. Switches create separate collision domains but a single broadcast domain. Routers provide a separate broadcast domain C. Switches create a single collision domain and separate broadcast domains. Routers provide a separate broadcast domain as well D. Switches create separate collision domains and separate broadcast domains. Routers provide separate collision domains
can anybody send sample question on CCNA Exam.pls send to my email ca6thi@gmail.com
Brielfly explain the conversion steps in data encapsulation
Can you explain PPP link process step by step?
Which term describes the process in which frames from one network system are placed inside the frames of another network system? A. bridging B. tunnelling C. data link control D. generic routing E. packet switching
Referring to the commands shown, what command must next be used on the branch router prior to traffic being sent to the router?
Which command we give on privilege mode for coming back to user execution mode?
Identify the command to configure ALL the default VTY ports? A.) Router(config)# line vty 0 4 B.) Router# line vty 0 4 C.) Router(config)# line vty D.) Router(config)# line vty 0
Eight stations connected to separate 10 Mobs pods on a Layer 2 switch will give each station how many Mobs of bandwidth? A. 1.25 B. 4 C. 16 D. 10 E. 80
When setting up a WAN network, everything outside of the Demarc is not owned by the customer. Which of the following are not owned by the customer? A.) The T1 line. B.) LAN C.) The Router D.) DTE E.) PC's F.) CO
What is the default LMI type? A.) Cisco B.) ANSI C.) IETF D.) Q933a