Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => General Networking Support in Linux => Topic started by: sekhar_vrc on August 13, 2004, 02:54:03 AM

Title: How to use hyperterminal feature in linux
Post by: sekhar_vrc 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
Title: How to use hyperterminal feature in linux
Post by: Ricky on August 13, 2004, 07:21:48 AM
Open SSH .. I think this is what you need !! give little searching abt it !
Title: hyperterminal
Post by: lanlocked on August 13, 2004, 01:52:08 PM
the program you need is called ' minicom' -- you can type "man minicom" for usage instructions
Title: How to use hyperterminal feature in linux
Post by: dragoncity99 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.