![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| port 23 | Sayantan | High Level Programming | 2 | 01-17-2008 12:43 PM |
| disabled telnet now need port 23 or port 22 | panzerkw | SUN Solaris | 3 | 03-05-2007 03:08 PM |
| Port | big123456 | Linux | 1 | 11-22-2005 01:44 AM |
| BitTorrent port 6969 blocked... how to get around the blocked port | PenguinDevil | IP Networking | 1 | 05-06-2004 12:03 AM |
| port 110 | jellegard | UNIX for Dummies Questions & Answers | 2 | 10-12-2003 11:04 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
effigy,
You will not be able to ssh to a http port and retrieve content. Where as telnet will allow you to send/recieve commands w/o a fixed authentication method, the ssh client will always attempt to connect to a sshd daemon. It really sounds like you have a crippled telnet client - might even just be a shell script. Type "which telnet" and then for whatever location it shows, type "file <path_to_telnet>/telnet" and see if it is a shell script. Cheers, Keith |
|
||||
|
Telnet doesn't really have to "be running", the way you mean. To test whether a machine is running a service on a port, you can generically 'telnet host port'. The whole "use ssh" thing really means "if you're logging into you machine remotely, use ssh, because it's encrypted, telnet isn't, so you're potential passing a plain-text password over the 'net." which doesn't pertain here. For your purposes, 'telnet localhost 80' will do just fine. You'll want to use ssh when you're actually logging into the machine remotely.
|
|
|||||
|
thanks everyone. here is the information:
which telnet /usr/bin/telnet file /usr/bin/telnet /usr/bin/telnet: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), not stripped telnet 127.0.0.1 80 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused however, telnet works if i use my box's assigned static ip. i assume this is because i haven't told apache to listen to 127.0.0.1 (or does it always?). |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|