Changes between Initial Version and Version 3 of Ticket #112
- Timestamp:
- 07/01/11 15:34:27 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #112
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
worksforme
-
Property
Status
changed from
-
Ticket #112 – Description
initial v3 1 I'm trying to set up a shifter0.10.0 server on a Linux VM (host is Windows 7). It shares the networking card of the host but has a different IP address. Forwarding apps with ssh tunneling works, but removing the ssh tunnel does not. I'd like to determine whether performance is better without the tunneling, but I'm currently unable to.1 I'm trying to set up a {{{WinSwitch}}} 0.10.0 server on a Linux VM (host is Windows 7). It shares the networking card of the host but has a different IP address. Forwarding apps with ssh tunneling works, but removing the ssh tunnel does not. I'd like to determine whether performance is better without the tunneling, but I'm currently unable to. 2 2 3 I see the following error in shifter/client/applet.log during a reconnect attempt:4 3 I see the following error in winswitch/client/applet.log during a reconnect attempt: 4 {{{ 5 5 2010/29/08 10:31:29 ShifterApplet.start_link(ServerConfig(kraft:8796762835984)) link already exists for 'kraft', kicking it 6 6 2010/29/08 10:31:29 ServerPortMonitor.get_command() remote server ServerConfig(kraft:8796762835984) is not tunnelled - cannot detect server port! 7 7 2010/29/08 10:31:29 ServerPortMonitor.start() no command to run! 8 }}} 8 9 9 10 This does not make much sense to me, because it should not be trying to use a tunnel.