- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: ssh/connection issue
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
07-19-2010 08:11 AM
07-19-2010 08:11 AM
ssh/connection issue
We have a 6 node SUSE9 cluster we virtualized on VMWare ESX a while ago, and while the cluster itself seems to work fine we are experiencing a weird issue with external connections.
Thing is we can ssh from one node of the cluster to another one just fine, but if we ssh from outside the vlan (through the same virtual interface) as soon as we run any command that returns more than just a few lines of text the ssh session freezes. A simple ls on a directory with more than, say, 10 files, and it gets stuck (and same thing happens with sftp).
I'm starting to think that the problem might lie somewhere else and not on the SUSE machines, but then again the VCenter box is in the same vlan and we can connect to it just fine.
Any ideas? I can't think of any SUSE misconfiguration I might have missed that would cause the connection to fail that way when connected from outside the vlan but not from inside (firewalls have been disabled, by the way), hence why I'm asking. It'd be nice if I could at the very least discard the OS side of things.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2010 11:01 AM
07-19-2010 11:01 AM
Re: ssh/connection issue
Please re-run your test with ssh -vvv
Then post the errors here.
My crystal ball is broken, and without the actual error message I can't do much. -vvv works for sftp and scp as well.
This is very verbose.
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
07-19-2010 11:26 AM
07-19-2010 11:26 AM
Re: ssh/connection issue
If from another host on the same vlan is working, then probably the problem is not related to the O.S.
By the way, ¿can you describe your "vlans"?
I would run tcpdump to capture the packets on the server and the client, for example:
server> tcpdump -i
client> tcpdump -i
Then start a ssh session. This can give us information about if the packets is leaving the server and not reaching the client, or if the packet never leaves the server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2010 01:46 PM
07-19-2010 01:46 PM
Re: ssh/connection issue
I've attached the output from tcpdump on the server (10.10.1.5 being the client). It's exactly the part when I run a ls (only had plink available, and the -v didn't show anything).
I'll try to get more info as soon as I can.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2010 04:49 PM
07-19-2010 04:49 PM
Re: ssh/connection issue
You can see the message "IP bad-len 0" in your output.
Searching about that, you can find some information about TCP Segmentation Offload.
http://www.network-builders.com/tcp-segmentation-offload-t54157.html
http://seer.entsupport.symantec.com/docs/294308.htm
https://bugzilla.redhat.com/show_bug.cgi?id=519535
I would try disabling TSO.
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2010 04:51 PM
07-19-2010 04:51 PM
Re: ssh/connection issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2010 12:50 PM
07-20-2010 12:50 PM
Re: ssh/connection issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2010 12:56 PM
07-20-2010 12:56 PM
Re: ssh/connection issue
not all switches are capable of channel group(or etherchannelling) across switches.
bonding defaults to round-robin and across multiple switchs may also be bad. try bonding mode=1 ( e.g. failover )
try to remove the bonding and configure just one interface, if your problem goes away then it is the bonding config.
I also heard that beaconing was bad.. research ?