DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 16th February 2015
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 133
Default rdesktop or vncviewer ?

I use qemu to run WindowsXP on OpenBSD 5.6:
Code:
qemu-system-i386 -hda winxp.qcow2 -m 512 -localtime   \
    -net nic,vlan=0,macaddr=52:54:00:12:34:22,model=e1000 -net user \
  #-vnc 0.0.0.0:1 \
  #-nographic -redir tcp:3389::3389 \
    -monitor stdio
Then what is better way to use this qemu box between rdesktop and vncviewer(seems not in 5.6) ?

Regards!
Reply With Quote
  #2   (View Single Post)  
Old 16th February 2015
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

You have"secure" ssvnc in ports if you need a vnc client. Without network topology I can't say what is more "secure".

Last edited by Oko; 17th February 2015 at 03:34 AM.
Reply With Quote
  #3   (View Single Post)  
Old 17th February 2015
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 133
Default

Quote:
Originally Posted by Oko View Post
You have"secure" ssvnc in ports if you need a vnc client. Without network topology I can't say what is more "secure".
Yeah, there is ssvnc. I donot care "secure" but performance.

thanks!
Reply With Quote
  #4   (View Single Post)  
Old 17th February 2015
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

If you care for performance you should not be running anything in qemu on OpenBSD. On the real hardware I found exposing Windows 7 RDP port 3389 far superior than using it via virt-manager console which is essentially glorified VNC. VNC server is very portable but you can't beat native RDP protocol on Windows. For the record we run only KVM guests on Red Hat host and performance is adequate.
Reply With Quote
  #5   (View Single Post)  
Old 17th February 2015
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 133
Default

Quote:
Originally Posted by Oko View Post
If you care for performance you should not be running anything in qemu on OpenBSD. On the real hardware I found exposing Windows 7 RDP port 3389 far superior than using it via virt-manager console which is essentially glorified VNC. VNC server is very portable but you can't beat native RDP protocol on Windows. For the record we run only KVM guests on Red Hat host and performance is adequate.
Of course QEMU cannot get to what KVM does. But better than nothing, i sometimes use QEMU to run some windows apps without leaving OpenBSD.

Regards!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ssh/rdesktop into host behind NAT JMJ_coder General software and network 18 13th January 2009 08:19 PM
Can not change keyboard layout with SHIFT and Alt after VNCviewer connect mfaridi OpenBSD General 1 13th December 2008 03:14 PM


All times are GMT. The time now is 04:27 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick