felix001_29321
Mar 29, 2012Nimbostratus
SSH Timeouts
I just setup the F5 VE trail. But when i connect via SSH it keeps disconnecting at random times. This can be 1-2 secs or a few minutes.
Can anyone help ?
Can anyone help ?
This sounds like an issue with ARP rather than SSH. Do you see any IP conflicts in /var/log/ltm when this occurs? You can try to connect via the VE console to avoid the disconnections.
Also, I suggest contacting your F5 or partner SE to request a BIG-IP VE lab edition evaluation key. The lab edition eval key will work for all current VE versions and not be subject to the limitations that the trial edition has.
Aaron
The logs show no issues (??), and the device is licensed with a trail licensed.
Any other ideas ??
Capture on TMM switch ports
tcpdump -nni 0.0 host CLIENT_IP
Capture on maagement port
tcpdump -nni eth0 host CLIENT_IP
You could also temporarily enable debug on sshd using 'b sshd loglevel DEBUG'.
Aaron
ssh 'connection reset by peer'. For what ever reason the F5 keeps sending a Reset......??
do you have any virtual server listening on that selfip?
sol9812: Overview of BIG-IP TCP RST behavior
http://support.f5.com/kb/en-us/solutions/public/9000/800/sol9812.html
Thanks,