LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Remote desktop connection Q?: How do I help across DHCP ISP? (https://www.linuxquestions.org/questions/linux-networking-3/remote-desktop-connection-q-how-do-i-help-across-dhcp-isp-370324/)

lefty.crupps 10-06-2005 10:04 AM

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?

ppuru 10-06-2005 11:49 AM

try this
http://www.brandonhutchinson.com/ssh_tunnelling.html

lefty.crupps 10-06-2005 02:27 PM

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?

ppuru 10-06-2005 03:56 PM

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.

lefty.crupps 10-06-2005 04:26 PM

thanks! I'll look into this (on both ends) and get back if I have questions... thanks again.

lefty.crupps 10-10-2005 03:44 PM

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?

ppuru 10-14-2005 01:32 PM

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.

lefty.crupps 10-18-2005 03:17 PM

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...


All times are GMT -5. The time now is 05:33 AM.