![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Telnet Problem Help | zanetti321 | SUN Solaris | 1 | 04-19-2008 04:27 AM |
| telnet problem | rrlog | AIX | 5 | 09-21-2007 04:48 AM |
| telnet problem, help | efrenba | HP-UX | 5 | 11-14-2005 06:35 PM |
| telnet problem in aix | vjm | AIX | 2 | 08-23-2005 02:35 AM |
| Having problem using Telnet!!!! | tahaislam | UNIX for Dummies Questions & Answers | 2 | 09-19-2001 08:51 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Telnet Problem
I have a problem where on one unix machine I can telnet all IP addresses in the host file with no connection problem and another machine has recently started to have trouble connecting with the same host IP's on just some IP addresses where it had no trouble before. Have any ideas??
|
|
||||
|
Quote:
In TCP wrapper you can specify which IP address is allowed to connect. Maybe the other host or PC using DHCP and the IP changed so previously he could get in but now couldn't. |
|
||||
|
Quote:
find / -name inetd.sec -print if you do find it back it up first before making any changes. You can edit this file on the fly there is no need for reboot or restarting any processes. The other possibility is that the host trying to connect to the server does not have a route. to check you can do a netstat -rn good luck |
|
||||
|
TCP wrappers uses the /etc/hosts.deny file to control access. It will produce something in the system log when a connection was blocked.
It doesn't just go activate itself so I'd bet more on the random DHCP fluff theory. |
|
||||
|
There is no inetd.sec on the system. Is it possible that a network card going bad would cause the server not to be able to telnet to certain IP addresses? Things were working fine a couple of weeks ago and now just on this one machine it is not allowing to telnet to certain addresses.
|
|
||||
|
Is there some sort of pattern to "certain addresses"? That would indicate a routing problem, perhaps external to the machine itself. Do other things besides telnet work? What about ping, traceroute, ssh?
Are you using DHCP? Did the machine's IP address change, like, for instance, not so coincidentally around the time the problems started? Do you have working reverse DNS, and do the other machines possibly care whether or not you do? Is there anything else on their end which might be preventing the connections? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|