![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to configure sendmail in linux | rajbal | UNIX for Advanced & Expert Users | 1 | 10-30-2006 06:11 AM |
| how to configure linux AS4 as a router | bong02 | Linux | 2 | 07-12-2006 11:52 AM |
| Dsl Configure on Conectiva Linux 9.0 | Dmitri-br | Linux | 0 | 02-02-2004 04:22 PM |
| Incomming EmailAttachments | grhodes | UNIX for Dummies Questions & Answers | 1 | 09-03-2003 12:45 PM |
| how to configure modem in Linux | syedifti | UNIX for Dummies Questions & Answers | 1 | 10-11-2001 09:32 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
how to configure Linux for incomming connections
I have two computers running red hat, but when i use telnet command in a shell from one to another, it works. but from the other , it does not, it said: refused. i sent the security for incoming connecting, but it still not work . anyone have experience ?
thanks vh |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
See if telnet is listening - look for a process listening on port 23.
Code:
netstat -an | grep LISTEN |
|||
| Google The UNIX and Linux Forums |