|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
SSH shows error "cannot assign requested address"
I am trying to ssh, scp, or rsync using ssh to a server and I get the error "Cannot assign requested address".
This is a Solaris 8 machine. any ideas |
|
#2
|
|||
|
|||
|
The system may have a large number of open sockets.
Use netstat to check the state of connections on the Solaris system. You may need to tweak the tcp stack to decrease the timeout value to something like 1 minute for sockets If you have more than one network interface and different hostnames, carefully check (and double check) that the relevant configuration files are correctly set up. /etc/hosts /etc/hostname.1xx /etc/hostname.2xx |
|
#3
|
|||
|
|||
|
thanks. I am very new at this. What should I be looking for in netstat and how would I tweek the for the timeout value? What does the timeout value have to do with it?
Thanks |
|
#4
|
|||
|
|||
|
it seems that there are virtual addresses. Ifconfig shows hme0 and hme0:1, hme0:2, hme0:3.
Also, I used the debug option for ssh. This is the output. I've changed the address to some.address and the hostname. Any suggestions? bash-2.03# ssh -v -oProtocol=1 Webserver@host.company.com OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090604f debug1: Reading configuration data /usr/local/etc/ssh_config debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: needpriv 0 debug1: Connecting to host.company.com [some.address] port 22. ssh: connect to address some.address port 22: Cannot assign requested address |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > SSH shows error "cannot assign requested address" |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|