LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-06-2005, 10:04 AM   #1
lefty.crupps
Member
 
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470

Rep: Reputation: 32
Remote desktop connection Q?: How do I help across DHCP ISP?


Hello! I would like to be able to help someone on their MEPIS machine, preferably without going out there. I would imagine the Remote Desktop Connection is a good start, except it wants to use static IP addresses and neither of the ISPs that we use give those away for free (we're just home users without desire to purchase a static address).

In that other OS, you can start a remote desktop session through the MSN chat protocol. Is there any similar way to do that in Linux, with a GUI environment?
 
Old 10-06-2005, 11:49 AM   #2
ppuru
Senior Member
 
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791

Rep: Reputation: 50
try this
http://www.brandonhutchinson.com/ssh_tunnelling.html
 
Old 10-06-2005, 02:27 PM   #3
lefty.crupps
Member
 
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470

Original Poster
Rep: Reputation: 32
looking at this:
Quote:
ssh -R remote_port:localhost:22 your_home_computer
ex. ssh -R 2048:localhost:22 home.computer.com
At home, you would then run ssh -p 2048 localhost to log into your work computer via ssh.
it seems to me that i still need a static location at at least one of the two, i.e. my.homecomp.com...

am i missing something there?
 
Old 10-06-2005, 03:56 PM   #4
ppuru
Senior Member
 
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791

Rep: Reputation: 50
Does your ISP assign you a private address (10.x.x.x / 172.16.x.x-172.31.x.x / 192.168.x.x)?

If your ISP does not assign any of the above addresses, you can use the dyndns (dyndns.org) or similar services (no-ip.com) . You can then connect to your friend's system using friend.dyndns.org (I am not sure of their naming system) And in this case, you can safely ignore my previous posting as dyndns will keep track of the IP address changes.

Last edited by ppuru; 10-06-2005 at 04:12 PM.
 
Old 10-06-2005, 04:26 PM   #5
lefty.crupps
Member
 
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470

Original Poster
Rep: Reputation: 32
thanks! I'll look into this (on both ends) and get back if I have questions... thanks again.
 
Old 10-10-2005, 03:44 PM   #6
lefty.crupps
Member
 
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470

Original Poster
Rep: Reputation: 32
yeah i have a 10.XX.XXX.1 private IP...

any way to do a traceroute to www.linuxquestions.org from both ends and find a common link and then somehow tunnel through there? Probably not, huh...

I know that there is an "Invite Remote Desktop Session" in KDE but I think that we'd need to be on the same subnet or have a static IP for this to work...

no way to grab a chat session and go over that protocol?
 
Old 10-14-2005, 01:32 PM   #7
ppuru
Senior Member
 
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791

Rep: Reputation: 50
If you are still looking for a solution ...

1. What is the IP that is assigned to your computer
2. Is this IP assigned by the router
3. What is the IP assigned to your router (by your ISP)

If the IP on the router's external interface is not private, you can enable NAT on your router.
 
Old 10-18-2005, 03:17 PM   #8
lefty.crupps
Member
 
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470

Original Poster
Rep: Reputation: 32
this is my traceroute to www.google.com:
Code:
generic@1[~]$ traceroute www.google.com
traceroute: Warning: www.google.com has multiple addresses; using 64.233.167.104
traceroute to www.l.google.com (64.233.167.104), 30 hops max, 38 byte packets
 1  192.168.1.1 (192.168.1.1)  2.307 ms  0.623 ms  0.631 ms
 2  10.XXX.Y.1 (10.XXW.Y.1)  6.748 ms  7.430 ms  6.008 ms
 3  gig2-2.mplsmn20-rtr1.mn.rr.com (24.24.161.69)  6.125 ms  5.902 ms  6.510 ms
 4  srp0-1.mplsmn01-rtr2.mn.rr.com (24.26.162.2)  8.603 ms  8.925 ms  6.490 ms
 5  so0-1-2.chcgilL3-rtr1.kc.rr.com (24.94.160.13)  18.641 ms  17.946 ms  17.996 ms
 6  pop1-chi-P7-0.atdn.net (66.185.136.109)  18.109 ms  17.452 ms  18.024 ms
 7  Google.atdn.net (66.185.141.90)  20.649 ms  16.897 ms  18.014 ms
 8  216.239.46.14 (216.239.46.14)  19.116 ms  17.989 ms  18.014 ms
 9  64.233.175.38 (64.233.175.38)  20.121 ms 64.233.175.26 (64.233.175.26)  22.669 ms 64.233.175.30 (64.233.175.30)  22.541 ms
10  64.233.167.104 (64.233.167.104)  18.549 ms  18.984 ms  18.629 ms
what is useful here? I'm not sure how to read it. Please note line 2 has two addresses that were slightly different (I also changed them to W, X, and Y for my safety)

I am not sure what the traceroute is from the other machine (the one that I'd prefer to administer remotely)

thanks...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
remote desktop connection master SUSE / openSUSE 25 08-03-2005 03:23 PM
Remote Desktop Connection sara_mit2001 Linux - General 5 10-09-2004 06:41 PM
Remote Desktop Connection bnscomp Linux - Networking 1 10-09-2003 08:20 PM
Remote desktop connection jaws75 Linux - Networking 3 09-24-2003 10:14 AM
Remote Desktop Connection Da_Quest Linux - Networking 2 08-15-2003 10:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:28 AM.

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