- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- telnet into W2K box from Rehat 9
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2004 08:55 AM
10-22-2004 08:55 AM
telnet into W2K box from Rehat 9
I am trying to telnet into a W2k box from a Linux box and the other way around.
On the linux 9 system I loaded Telnet server and enabled /xinetd.d/telnet and restarted the service.
I entered both the linux & w2k systems into /etc/hosts and /etc/hosts.allow
On the W2K box I set NTLM =0 and started the service.
I can ping both systems, and telnet into the Linux system from the Linux system and Telent into the W2K system from the W2K system. I just can not telent from W2k to Linux
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2004 09:02 AM
10-22-2004 09:02 AM
Re: telnet into W2K box from Rehat 9
/var/adm/messages
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2004 09:20 AM
10-22-2004 09:20 AM
Re: telnet into W2K box from Rehat 9
re-test
iptables firewall could be blocking, totally or more likely by ip addresss.
/var/log/messages would be extremely useful, as would tcptump -i eth# to see whats going on on the network.
Routers and external firewalls could also be blocking telnet as it uses clear text authentication and some network administrators don't like it being used.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2004 09:27 AM
10-22-2004 09:27 AM
Re: telnet into W2K box from Rehat 9
I just installed RedHat and I am bit of novice as you tell. Both systems are conencted to a switch. what would look at in the iptables?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 10:29 AM
10-24-2004 10:29 AM
Re: telnet into W2K box from Rehat 9
to check the iptables try:
# iptables -L
If you hava same rule stop:
# service iptables stop
Remove all entries from /etc/hosts.allow and /etc/hosts.deny (wrong entries can be blocking) and try again.
Eduardo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 07:37 PM
10-26-2004 07:37 PM
Re: telnet into W2K box from Rehat 9
have a look at:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=690867