Displaying 1 result from an estimated 1 matches for "xen0_ip".
Did you mean:
  send_ip
  
2005 Dec 15
1
RE: ssh in rc.local stalls xenU [SOLVED]
...(steve@atc-nycorp.com) wrote: 
>> I''m using Fedora Core 4.  I need to create an ssh port forwarding
>> tunnel to my xen0 domain when my xenU domain starts up, so I added
>> this to the xenU''s /etc/rc.d/rc.local:
>> 
>> ssh -v -f -L 5500:localhost:5501 xen0_ip tail -f /dev/null
>> 
>> This causes my VM to pause for about 3 minutes during boot.
>> Furthermore, the ssh tunnel never gets created.  The ssh command is
>> stalling at "Connecting to (xen0_IP) port 22"
> 
> It would be useful to see what''s happeni...