LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 12-19-2017, 03:36 PM   #1
ckmehta
LQ Newbie
 
Registered: Aug 2003
Location: West Chester, NY
Distribution: RedHat 9
Posts: 9

Rep: Reputation: 0
Connect to Windows Laptop in a Linux X-window via KVM instead of RDP


Can't use RDP/rdesktop to connect to my Windows Laptop because it has to remain on a separate/isolated network, but its physically close to my Linux Desktop. I would prefer to not have a hardware KVM (Keyboard/Video/Mouse) switch with Hot-Keys or hardware buttons, is there anyway to hook into my laptop's video/mouse/keyboard ports to something that my Fedora Linux desktop could access just like any other RDP/rdesktop window, so I can see my Windows laptop alongside my Linux desktop?
 
Old 12-20-2017, 12:12 PM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
I think you're asking if you can have an X emulator on your Windows laptop/workstation?

If so the answer is yes. There are commercial products such as OpenText (formerly Hummingbird) Exceed and Open Source things such as Cygwin/X you can install on Windows. I often run Linux X-Windows on my Windows laptop.

Edit:
On reread I see you say you can't access via network as it is on an isolated network.
In that case to do what you want would require a KVM.

Last edited by MensaWater; 12-20-2017 at 12:14 PM.
 
Old 12-21-2017, 05:14 AM   #3
grahamatlq
Member
 
Registered: Dec 2006
Posts: 40

Rep: Reputation: 18
Looks like you need something like this:
https://www.arduino.cc/en/Tutorial/K...ndMouseControl
You can connect 2 arduinos: one is the sender and the other receiver so this would use USB to USB in a round about way

I'm guessing you can use a webcam for the video.

Not an easy thing, but it'll make it possible I'm sure

Why don't you just use USB ethernet dongles on the 2 machines, connect them on a point-to-point ethernet then you back to using rdesktop

Last edited by grahamatlq; 12-21-2017 at 05:22 AM.
 
Old 12-21-2017, 08:50 AM   #4
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Quote:
Originally Posted by grahamatlq View Post
Why don't you just use USB ethernet dongles on the 2 machines, connect them on a point-to-point ethernet then you back to using rdesktop
If it is on an isolated network it might be because they don't want a network path to it for security reasons and doing that would make it vulnerable to an attack from his workstation which presumably is on a wider network itself.

He hasn't quite explained why he doesn't want to do KVM which sounds like it would fit his requirements otherwise.
 
Old 12-21-2017, 12:37 PM   #5
grahamatlq
Member
 
Registered: Dec 2006
Posts: 40

Rep: Reputation: 18
@MensaWater Yes I thought of that, but it doesn't harm to ask

"Humility is the refuge of the incompetent"

Interesting...

By that logic is not humor the refuge of the arrogant?

Last edited by grahamatlq; 12-21-2017 at 12:40 PM.
 
Old 12-21-2017, 12:59 PM   #6
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Quote:
Originally Posted by grahamatlq View Post
By that logic is not humor the refuge of the arrogant?
You'd have to ask Nero Wolfe but he is fictional. The author, Rex Stout, might have known but unfortunately he is dead.
(R.I.P Rex)

I truly enjoy the Nero Wolfe mysteries and have read most of them many times over. I read them not for the "mystery" but because both Nero Wolfe and his assistant (and narrator), Archie Goodwin, are both smart asses and say things that amuse me. Wolfe is certainly arrogant so admiring him may prove I am as well.

I picked that quote as a memorable one that was less controversial than other Wolfe utterances I could think of back when I first signed up for LQ.

Last edited by MensaWater; 12-21-2017 at 01:23 PM.
 
Old 12-21-2017, 02:39 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,001

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
The problem is isolation. Any connection leaves the ability to be a data issue. Only a real KVM would do. They do make KVM over ip and software kvm but you'd still have to connect by some transport.
 
Old 12-24-2017, 02:50 AM   #8
!!!
Member
 
Registered: Jan 2017
Location: Fremont, CA, USA
Distribution: Trying any&ALL on old/minimal
Posts: 997

Rep: Reputation: 382Reputation: 382Reputation: 382Reputation: 382
Do they both have RS232 serial ports? Then PPP
Or yes, DDGoo: x11 over usb ports
Cool concept!!! Write us (future Internet seachers) a 'cookbook'

p.s. OR must data/connectivity be 'absolutely isolated'?
In that case, wouldn't even some KVM connection
be an isolation (security) violation[?]

Maybe a bit more info on degree of isolation...

Last edited by !!!; 12-24-2017 at 02:56 AM.
 
Old 12-26-2017, 02:26 PM   #9
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,001

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
I've never heard of any issue with a real hardware kvm being some security issue. It is simply a switch that allows input/output but only time will tell if some can hack it.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Laptop Remina can RDP with my windows office machine but not ubuntu machines kmkocot Linux - Software 1 06-11-2016 08:57 PM
RDP to Windows XP guest on kvm constantly reconnecting after logon St. Even Linux - Virtualization and Cloud 3 03-29-2011 12:40 AM
Use an old laptop as an RDP cleint for windows (WOL & fast boot) actmnophn Linux - Software 4 12-06-2010 05:13 PM
trying to RDP into my windows 7 desktop from my ubuntu 10.10 laptop Steveo2685 Linux - Newbie 1 11-18-2010 07:55 PM
Trying to connect to a VirtualBox Windows guest through RDP ErEn Linux - Networking 1 04-03-2010 03:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 08:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration