Remote Access Problems

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. Remote Access
      Ben, I'm also assuming you can connect via VPN to your router. "Ben" <benross7@hotmail.com> wrote in message...
    2. 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...
    3. 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,...
    4. 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...
    5. 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! ...
  3. #2

    Default Re: Remote Access Problems

    Gareth Crispin wrote:
    > 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.
    Prevent your box (sshd) from doing identd-requests for incoming
    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).
    > After this nonsense, I can work happily for about 5-10 minutes then my SSH
    > session locks up and dies.
    This mght, too, be a configuration either of your sshd or the in between
    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?
    > 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.
    Instead of rejecting ident, you can insert lines to your hosts file for
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139