X-Recipient: archive-cygwin@delorie.com X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_20,SPF_FAIL X-Spam-Check-By: sourceware.org X-Copfilter: Client is part of local network, skipped Spamassassin X-Copfilter: Sender is in whitelist, skipped SpamAssassin From: Matthias Meyer To: cygwin@cygwin.com Subject: cygrunsrv/autossh howto start even the destination address is not reachable yet? Date: Sun, 4 Oct 2009 18:57:36 +0200 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910041857.36479.Matthias.Meyer@gmx.li> X-Copfilter-Originating-IP: 192.168.0.83 X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Hi, I've running port forwarding in WindowsXP as well as Windows Vista by using autossh, running as a service, installed by cygrunsrv. cygrunsrv -I service-tunnel -f "secure tunnel for service" \ -n -t auto -y tcpip -O -u $priv_user -w $priv_pwd -p /bin/nice \ -a "-n 10 /bin/autossh -R 12345:localhost:22 \ -M 0 -N -C -i /etc/ssh/id_rsa -p 24 user@server.domain.at My problem is: If the client have a dialin connection to an internet provider, the internet connection isn't established when the autossh service will be started. Therefore I get an error message: ssh: Could not resolve hostname server.domain.at: no address associated with name How to configure/install the service wether in a way that he waits for an established internet connection or in a way that he try again until the hostname can be resolved? If autossh is started succesfull and I disconnect the internet connection, autossh will try again and again until the connection is established again. But autossh do not start if the hostname can not be resolved. Thanks for your hints Matthias -- Don't Panic -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple