April 20, 2024, 04:29:50 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: How to use hyperterminal feature in linux  (Read 5560 times)

Offline sekhar_vrc

  • Linux Noob !
  • *
  • Posts: 18
How to use hyperterminal feature in linux
« on: August 13, 2004, 02:54:03 AM »
Hello

            To configure network devices in like switches,routers,ras's and other network devices in command mode " vt100 setup "  is requiired.
            This can be done using Hyper terminal in windows .

            How can i do the same thing in Redhat 9.0 or workstation 3.0?

Please guide me.


sekhar

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
How to use hyperterminal feature in linux
« Reply #1 on: August 13, 2004, 07:21:48 AM »
Open SSH .. I think this is what you need !! give little searching abt it !

Offline lanlocked

  • New Member
  • Posts: 1
hyperterminal
« Reply #2 on: August 13, 2004, 01:52:08 PM »
the program you need is called ' minicom' -- you can type "man minicom" for usage instructions

Offline dragoncity99

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 551
How to use hyperterminal feature in linux
« Reply #3 on: August 14, 2004, 02:17:18 PM »
There are two ways actually for me. One is to use the software interface which is packaged with ur routers (or even print servers).
U accessed it mainly by web browsers.

Another way is to use telnet. To connect to a router for example with an ip : 192.168.1.1

Just type at command prompt

----> telnet 192.168.1.1
Then press enter.

For the web browser just type the ip address and go for it.