Ask a Question related to Sun Solaris, Design and Development.
-
Gareth Crispin #1
Remote Access Problems
I'm running Solaris 9, on an dual processor Enterprise 250. I'm using
Sunscreen firewall to protect the server (however it is at the moment
allowing all common services while I trouble shoot the box).
If I log into the box using SSH, it accepts my user name and password - then
hangs for around 20-25 seconds before giving me a shell prompt. During this
time, if I hit ctrl-c it gives me access to my shell immediately.
After this nonsense, I can work happily for about 5-10 minutes then my SSH
session locks up and dies.
I've ruled out the physical connection to network, as I've used a different
port / cable on the hosting switch, and it still does the same. Also, DNS is
working and happy, so it can resolve the address of the incoming
connection - this isn't the cause of the delay.
Where should I start?
Thanks in advance
Gareth Crispin
DCS Engineer
Gareth Crispin Guest
-
Remote Access
Ben, I'm also assuming you can connect via VPN to your router. "Ben" <benross7@hotmail.com> wrote in message... -
Access a remote camera
hi all, i have a simple question -- can i access a remote camera using a flash media server 2. i.e: i have a camera attached to one machine and... -
adminapi cfc remote access
I would like to be able to configure the ColdFusion server from a remote server. I need to be able to call administrator.cfc, datasource.cfc,... -
Accessing remote MS Access DB thru IIS App
Hi I have a VB 6 IIS Application running as a compiled DLL under IIS 5.0 on Win2K. It uses the ADO 2.5 library to give users OLEDB and ODBC... -
Remote Access - Cont.
Hello All! Thank you for your input on the previous Remote Access Thread. It looks like many people had additional questions, too. Very cool! ... -
Martin Schoen #2
Re: Remote Access Problems
Gareth Crispin wrote:
Prevent your box (sshd) from doing identd-requests for incoming> I'm running Solaris 9, on an dual processor Enterprise 250. I'm using
> Sunscreen firewall to protect the server (however it is at the moment
> allowing all common services while I trouble shoot the box).
>
> If I log into the box using SSH, it accepts my user name and password - then
> hangs for around 20-25 seconds before giving me a shell prompt. During this
> time, if I hit ctrl-c it gives me access to my shell immediately.
connections. You might do this by configuring ssh-daemon, or reject
those requests on your firewall (*reject* (which means e.g.
icmp-service-not-available), don't silently drop them, because this
would lead to the same situation as before, you have to wait for your
login until the ident request time out).
This mght, too, be a configuration either of your sshd or the in between> After this nonsense, I can work happily for about 5-10 minutes then my SSH
> session locks up and dies.
firewall. Don't know Sunscreen, but others do have a preset limit for
certain services.
Does this happen only if you're idle, or with 'working' connections too?
Instead of rejecting ident, you can insert lines to your hosts file for> I've ruled out the physical connection to network, as I've used a different
> port / cable on the hosting switch, and it still does the same. Also, DNS is
> working and happy, so it can resolve the address of the incoming
> connection - this isn't the cause of the delay.
each allowed client (if you can name them, and they don't vary).
Check your /var/adm/messages (auth, ...) for entries while trying to
connect. This should give hints...
hth
Martin
Martin Schoen Guest



Reply With Quote

