Md. Mushfiqur Rahman
M.Sc. in Information System & Security
B.Sc. in Computer Science & Engineering
Technical Trainer of Networking Technology (IDB-BISEW)
Ex-Officer of bITS (BRAC IT Services Limited)
Founder & Senior Technical Trainer of Networking (IT Bangladesh)
CCNA,CCNP,RHCSA,RHCE,MCP,MCSA
Contact: 01982672499
Telnet Configuration in Cisco Router
Get link
Facebook
X
Pinterest
Email
Other Apps
-
About Telnet
TELNET stands for TErminaL NETwork.
Telnet is an application
layer protocol that allows a network administrator to access and
manage remote devices by plain text format. That's why it is secure A user on a client machine
can use a software (also known as a Telnet
client) to access a command-line interface
of another, remote machine that is running a Telnet server program.
A network administrator can
access the device by telnetting to the IP address or hostname of a remote
device. The network administrator will then be presented with a virtual
terminal that can interact with the remote host.
Port Number: 23
Video Link: https://www.youtube.com/watch?v=L8tFST9bg1o
Our Purpose: Here, R1 will be our Telnet Server/SSH server. R2 will be telnet client. We will try to connect R1 remotely from R2 router via telnet.
Telnet Configuration:
Here: Router-1 is Telnet-Serevr & Router-2 is Telnet Client
Now we will try capture the “Telnet” Packet by 'Wireshark' packet capturing/analyzing tool.
Note: Before capturing, you should to start capture first, then you have to connect remotely R1 router.
Then stop capturing.
See the packet
Here, we are seeing our given input.
Now, If you want to connect via telnet from your windows machine like - windows-10. you have to enable "Telnet-Client" from "Turn on Windows Feature on/off"
To do this, follow below steps.
Steps:
1. First Hold press Window button then press R button from your keyboard, type “optionalfeatures”, and press Enter
2. Scroll and select "Telnet Client" option
3. If required, restart your machine.
4. Open command prompt. Type : telnet remote-ip ;[Here remote-ip means your telnet/ssh server's IP]
কোর্স কনটেন্ট দেখার পূর্বে আমাদের সম্পর্কে কিছু কথা, যা জানা আপনার প্রয়োজন মনে করি আমরা। কোন কোর্স আপনি করবেন ইন্ডাস্ট্রিয়াল এটাচমেন্ট এর সময় সেই বিষয়ে কিছু কথা জানতে ক্লিক করুন এই লিংক এ আমরা কি সুবিধা দেই ? আমরা আসলেই কোনো সুবিধা দেই না , বা আমাদের এইখানে ট্রেনিং করলে জব নিশ্চিত এমন টা বলা কোনো ভাবেই আমাদের পক্ষে সম্ভব না। কারণ আমাদের এইখানে ২০০ স্টুডেন্টডস আসলে আমরা সবাই কে জব দিয়ে দিবো এটা বলার নূন্নমতম সাহস আমাদের নেই। জব মার্কেট এত সহজ না যে ভালোভাবে না শিখে কোনো রকম ৩ মাসের একটা ট্রেনিং করে জব এ ঢুকে গেলাম , তাহলে আর ডিপ্লোমা...
** Some Questions for MTCNA Exam ** ## Link for testing your skill for MTCNA: https://www.proprofs.com/quiz-school/story.php?title=ODQzMzMy1LXH 1. Choose correct statements for MikroTik proxy (MULTI) A. Controls domains or servers which are allowed to cache by Proxy B. To deny access to a specific website, caching should be enabled C. Destination NAT rule is required to utilize transparent proxy facility D. Can deny access to a specific domains or servers, but not specific web pages 2. What can be used as ’target-address’ in the simple queue? (ONE) A. server’s address B. client’s address C. client’s MAC address D. address list name 3. A MikoTik PPPoE Server can be used only within a broadcast domain, that is, users can not run PPPoE protocol with a server if there is a router between the customer and that PPPoE server. TRUE / FALSE 4. What is the minimal possible wireless configuration to create an Access Point? (ONE) A. ssid B. DFS mode C. radio na...
Static Routing Configuration: Video Link : First Part: Setting IP address with VLSM https://www.youtube.com/watch?v=ETnAt4Bro94 Second Part: Configuration of Static Routing https://www.youtube.com/watch?v=gXphMnWmBy0 We will configure at "Branch1" Router and it's LAN first Branch1>enable Branch1#conf t Branch1(config)#int f1/0 Branch1(config-if)# ip add 172.16.3.161 255.255.255.240 Branch1(config-if)# no shutdown Branch1(config-if)#exit Branch1(config)# do show ip interface brief Branch1(config)#int f0/0 Branch1(config-if)#ip add 172.16.2.1 255.255.255.0 Branch1(config-if)#no shutdown Branch1(config-if)#exit Branch1(config)# do show ip interface brief Branch1(config)#do show ip route Branch1(config)#ip route 172.16.3.128 255.255.255.224 f0/0 Branch1(config)#ip route 172.16.3.0 255.255.255.128 f0/0 Branch1(config)#ip r...
Comments
Post a Comment