Results 1 to 4 of 4

Thread: [SOLVED] VNC and SSH delay on connect

  1. #1
    Join Date
    Jun 2007
    Beans
    59
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    [SOLVED] VNC and SSH delay on connect

    I have one 7.10 desktop that shows a 10s delay when I connect via VNC or SSH. None of my other machines (or any VMs I install) show this same behavior. I use Fail2Ban and hosts.deny, but again, I use those on all my machines... just looking for where I should look to find out what's different about this system...

    Thanks!
    Last edited by tmcmulli; October 10th, 2008 at 09:52 PM.
    There is no human problem which could not be solved if people would simply do as I advise.
    - Gore Vidal

  2. #2
    Join Date
    Feb 2005
    Location
    Geneva, Switzerland
    Beans
    976

    Re: VNC and SSH delay on connect

    Hum maybe it's because of IPv6...

    Try this

    or try to run SSH with the "-4" switch to force IPv4:
    Code:
    ssh -4 user@host

  3. #3
    Join Date
    Jun 2007
    Beans
    59
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: VNC and SSH delay on connect

    That did it! I had to actually disable in /etc/modprobe.d, just the simple -4 didn't work... but all is perfect now...

    Thanks!
    There is no human problem which could not be solved if people would simply do as I advise.
    - Gore Vidal

  4. #4
    Join Date
    Feb 2005
    Location
    Geneva, Switzerland
    Beans
    976

    Re: [SOLVED] VNC and SSH delay on connect

    You're welcome!

Tags for this Thread

Bookmarks

Posting Permissions

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