- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Can't login with remote access
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
11-09-2004 01:47 AM
11-09-2004 01:47 AM
Can't login with remote access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 03:11 AM
11-09-2004 03:11 AM
Re: Can't login with remote access
try again.
make sure iptables isn't blocking port 22 between you and the other box.
check firewalls between the two.
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
11-09-2004 04:07 AM
11-09-2004 04:07 AM
Re: Can't login with remote access
netstat -avtn|grep LISTEN
Can you ssh to localhost?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 05:23 AM
11-09-2004 05:23 AM
Re: Can't login with remote access
Tcp 0 0 127.0.0.1:32769 0.0.0.0:* LISTEN
Tcp 0 0 0.0.0.0:708 0.0.0.0:* LISTEN
Tcp 0 0 0.0.0.0:32777 0.0.0.0:* LISTEN
Tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
Tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
Tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN
Tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
I can ssh the local host just fine. I can ssh to other servers using ips, but not domain names. Any other suggestions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 07:59 AM
11-09-2004 07:59 AM
Re: Can't login with remote access
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 08:03 AM
11-09-2004 08:03 AM
Re: Can't login with remote access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 07:13 PM
11-09-2004 07:13 PM
Re: Can't login with remote access
try "nmap your_server" from remote linux in order to understand which ports are open.