i've looked everywhere, seriously. -remote desktop - JASJAR, XDA Exec, MDA Pro General

any detailed how to guide?, i can do it, i'm fairly tech savvy, so i just need to kneed out a few things. maybe if you caould start from the beginning and i can see where i went wrong.
logmein.com works, but i want something more personal, just bewtween the computer and my phone. somerthing that looks good and scales full screen preferably.
please guys?, point me in the right direction.. all the posts just keep saying to search and there's lots of info, but there's no step by step guide.
thanks guys!

ok i got it going.
first go to the computer you want to connect to and go to control panel / system
click on remote, enable remote users
go to start menu, run. type cmd
in command write "ipconfig /all"
take note of your ip address
on your phone go to remote desktop,
computer = your ip address
username = (go to startmenu, control panel, user accounts) use one of those names.
password = blank unless you have a password.
domain = i left blank.
connect full color unless it doesnt work for you
if you can connect and you get a password error
type the error you get inot google and you should get a fix as your first link.
try that.
blam, remote desktop, it's awesome.

Nice how-to...
this is the most succinct tutorial on how to do this that I've seen. I'm still having trouble, though. I get the "Cannot connect. Likely reason are: 1 the remote comupter is not set up for this. 2. Reached the maximum number of connections. 3. A network error occurred while connecting."
I have set up the XP PC, & taken down all firewalls. I only have one user account and it has a password. I've even tried using Hamachi with one of their VPN ip addresses (awesome and free for pc2pc). I 've combed trhough my router settings too, and tried to clear everything there, too. I can RD from an XP laptop, so ti seems to be something on the unit, to me. I've also setup file sharing w/ Total Commander (it's served my purposes amply).
I really have googled & googled & googled. If anyone has any idea what is going on, I'd be grateful for some ideas.

Have you enabled the RDP on the host computer?
Right click my computer
Properties
Remote
Then enable allow user to connect remotely.

Will only work on XP Pro, or Vista if you choose to allow older clients which they scaremonger you against by saying it's less secure.

Danke!
I've been scared away from Vista for the usual "new" OS reasons, but perhaps it's getting to be time for me to haul my old conservative back-end into the modern world.
Thanks so much for taking the time!
(and to Biohead: yes, I followed the instructions I lauded so vehemently.... ???)

you're running vista?
and you haven't been able to connect still, right?
sorry i could walk you through xp, but man vista sucks, i wouldn't touch it with a 10 foot pole.

i'm setting up remote desktop on my iphone
hahaha totally referred to this guide

and it sucks, so i'm sticking with vnc
man, i miss my exec/universal

dutchschultz said:
any detailed how to guide?, i can do it, i'm fairly tech savvy, so i just need to kneed out a few things. maybe if you caould start from the beginning and i can see where i went wrong.
logmein.com works, but i want something more personal, just bewtween the computer and my phone. somerthing that looks good and scales full screen preferably.
please guys?, point me in the right direction.. all the posts just keep saying to search and there's lots of info, but there's no step by step guide.
thanks guys!
Click to expand...
Click to collapse
Hope this helps
http://forum.xda-developers.com/showthread.php?t=366312
http://forum.xda-developers.com/showthread.php?t=294524

orb3000 said:
Hope this helps
http://forum.xda-developers.com/showthread.php?t=366312
http://forum.xda-developers.com/showthread.php?t=294524
Click to expand...
Click to collapse
you, my friend, are awesome

A possible solution for those of us on T-Mobile's standard web n walk
Sorry to resurrect this thread, but I thought I'd post my experiences here in case anyone else (like me) searches for a solution to enabling RDP on T-Mobile (UK at least).
I was having the same problem with remote desktop, it saying that the server was not available. I phoned up T-Mobile's helpdesk as recommended here and after getting past first line support (who didn't know what remote desktop was, and tried sending new connection settings to my phone to resolve the issue) I got through to someone who knew what they were talking about. Turns out that I'm on T-Mobile's "basic" or "handset-only" web-n-walk package, and it's not possible to use RDP on this. I assume they block the relevant ports. They told me that I could pay an extra fiver a month to upgrade to a version of web-n-walk which can handle RDP.
Well I told them I would think about it, but instead tried to find a way around it as the one or two times I need to use RDP are certainly not worth a fiver a month. My solution is probably only suitable for the more techy of us, but without much work and with no prior experience I managed to set up a SSH tunnel using FreeSSHd as a server running on my windows server (although a normal windows box should work fine - http://www.freesshd.com/) and zaTunnel as a client on my phone (http://www.zatelnet.com/zatunnel/main.php). Both programs are free.
Basically my phone takes all RDP connections and tunnels them over SSH to my windows server, which then turns them back into RDP connections. T-Mobile have no idea I'm using RDP, and if they block the SSH port in the future I can always change FreeSSHd to run on port 80 (for web). This will also work for other protocols T-Mobile might be blocking (FTP springs to mind).
Just thought I'd post this in case anyone was in my situation of needing RDP on their standard web'n'walk.
Edit Sorry posted this in the wrong thread! Will leave this post up however just in case someone finds it useful

echolock
Many thanks for the above have been searching everywhere for a fix to this. I am the same as you T Mobile (UK) and can't connect.
Could you give some additional advice as how you got the RDP to work.
For the record I can connect by Wi-Fi and by using a PAYG sim from a different carrier. However, I am on a contract with T Mobile and don't want to carry a different sim just to use the RDP.
I have installed both apps. I can make a connection from zaTunnel on Port SSH:24 to the freeSSHD server (SSH - listening on port 24). Other than adding a User and changing the default port to 24 there are no other changes I have made in freeSSHD.
Under the connections tab in zaTunnel I have left Network: Automatic with the other settings relevant to make a connection.
Under the ports tab of zaTunnel I have
LP> 3389,
IP/URL . IP of the desktop I want to connect to of 192.168.1.10
>RP 3389
When I the start the Remote Desktop app under my Windows Mobile 6.1 it indicates connecting the fails as before.
Also forgot to mention freeSSHD is running on the desktop I want to connect to.

Sure thing.
When you run Remote Desktop under Windows Mobile, make sure you connect to "localhost" NOT to the IP of the desktop you want to connect to.
Your other settings seem correct to me.
To attempt to explain a little, basically what happens is as follows. For simplicity's sake I will have three machines, your phone, your SSH server and your RDP server (although the latter two can be the same).
On your phone:
1) Remote Desktop connects to localhost on port 3389.
2) zaTunnel is listening on localhost on port 3389. It echos all commands sent to this port out on port 22 over your cellular connection to your SSH server, also providing details of your RDP server and port.
On your SSH server:
3) FreeSSHd receives the commands sent over port 22 and is told by zaTunnel to convert them to commands sent to your RDP server using port 3389.
On your RDP server:
4) Remote Desktop receives a normal RDP request over the normal port from your SSH server.
5) Responses are sent to your SSH server.
On your SSH server:
6) FreeSSHd receives the RDP responses, and sends them back to your phone over port 22.
On your phone:
7) zaTunnel converts the commands sent over port 22 back into RDP commands sent over port 3389.
8) Remote desktop receives a response from zaTunnel and thinks it's connected directly to an RDP server on localhost. In actuality it's connected to your RDP server using an SSH tunnel provided by zaTunnel and FreeSSHd.
Hope this makes sense, I'm not very good at explaining this!

Ah found another problem. The IP of your desktop you say is 192.168.1.10 - this is a local IP address so will only work on your local network.
Go to a website like http://whatismyipaddress.com/ from the machine you run SSHd on to find out what your current "external" IP address is. Bear in mind that most home broadband connections have a "dynamic" address which is allocated to you and might change from time to time - you can always use something like http://www.dyndns.com/services/dns/dyndns/ to set yourself up with a static hostname, and run a program on your machine which updates your hostname with the correct IP address every time it changes. Some routers have this functionality built in.

Thanks for the quick response and explanation.
Between posting and reading your reply I had worked out the RDP app needs the localhost or the IP 127.0.0.1.
I had come back here to post, so others would know in future.
Your other point you raised about the desktop IP. I have used this only in the ports tab on zaTunnel. The connection tab has a proper mydomainname.com address. (Provides email and a webmail interface).
Anyway, can connect now and thank you again in solving this for me. (If your in Leeds I will buy you a beer).

Ah yeah the 192.* address would work on the ports tab, fair enough. Might be worth pointing out if others read this that this is only the case if the machine you're trying to RDP to is on the same local network (or the same machine) as the machine you have FreeSSHd running on.
But good to hear you got it working Now hopefully T-Mobile won't cotton-on and decide to block port 22 too...

Related

networking, pinging and remote desktop? can u help?

hello all,
gots me a problem . im going to japan november, want to remote desktop back to here when necessary and be able to access a hdd here for dumping pictures. i have a lan here, wifi, it has a connection surfs the net etc.
it has an ip address from my router. is there a program or command that will get me the kind of command functionality of a dos/command prompt? ping, ipconfig, etc?
then if i can get them to talk, what steps do i need to take to remote in. do i need software? i enabled remote here, setup a user (vista BTW).
i cant access here from the laptop with xp either that one can ping. its also wifi currently. im obviously missing something and would appreciate any help, or web site links etc to show me what ive missed.
thanks in advance.
hi, a lot of admin utilities is in program called vxUtil. try to find it, if you are interrested. this is list of few features -
DNS Audit
DNS Lookup
Finger
Get HTML
Info
IP Subnet Calculator
Password Generator
Ping
Ping Sweep
Port Scanner
Quote
Time Service
Trace Route
Wake On LAN - magic packet
Whois
or look at HERE
so this was for PDA, and this is for full connection via SSH VPN encrypted connection. I work for Infineon/Qimonda company, and there is strict security policy in here. So we have not permitted to ping, or created FTP connection with outside and many other services (like sending files through ICQ and etc.). There is one way, use your own SSH tunell ;-) on my home PC I have installed WinSSHD Bitvise server liseninng on port 443 (which cannot be blocked, because all our lotus notes databases is secured with HTPPS) and from work I can connect easily to home. Then is easy to create FTP connection, or terminal, or full GUI terminal (mstsc.exe e.g.) Link to this server (not free) and also to very good client (free) is HERE
I also have few routers connected to stable IP´s adress, which also have VPN features. Then is easy for me to connect to my home lan from everywhere.
thanks so much, i knew someone would point me the right way.
since last post, i have managed to remote desktop from my phone on the LAN just using built in remote desktop. tomorrow i will attempt an internet connection probably not configured something yet!
im checking out those web pages now. thanks again

Remote Desktop WM6 T-Mobile Wing help

I have been searching for clarity thru islands of info in the forums as well as the net. Any help directing me would be sweet. I am trying to use my T-Mobile Wing HTC WM6 to control a computer on my home network. I have somewhat knowledge of having the server and client. Have read and installed programs. I want to be at McDonalds *or any wifi spot and log in to home computer. When I have a VNC server running it says the network ip address of 192.168.1.101 but I assume thats because its thru my network. I have went to what is my ip address.com and tried that with the port the server allows in the vnc viewer and had no luck. I think I might be too newb for such an advanced concept. I am somewhat computer savvy to alot of technical terms. If anyone could help it would be greatly appreciated. I use messengers if faster communication is necessary. Thanks in advance to any help or thoughts.
homiedaclown said:
I have been searching for clarity thru islands of info in the forums as well as the net. Any help directing me would be sweet. I am trying to use my T-Mobile Wing HTC WM6 to control a computer on my home network. I have somewhat knowledge of having the server and client. Have read and installed programs. I want to be at McDonalds *or any wifi spot and log in to home computer. When I have a VNC server running it says the network ip address of 192.168.1.101 but I assume thats because its thru my network. I have went to what is my ip address.com and tried that with the port the server allows in the vnc viewer and had no luck. I think I might be too newb for such an advanced concept. I am somewhat computer savvy to alot of technical terms. If anyone could help it would be greatly appreciated. I use messengers if faster communication is necessary. Thanks in advance to any help or thoughts.
Click to expand...
Click to collapse
a few thoughts,
1. what version of windows are you running. (e.g Xp Home or vista )
as Vista home basic and premium will not accept a remote desktop connection without a 3rd party hack to make it work only business and ultimate support remote desktop
If on XP home be sure to set allowing of remote desktop sessions to be allowed under the system properties area.
2. do you have a password setup on the user account that you log into windows on if no remote desktop will not allow access.
3. when browsing from a 3rd party network ( e.g mcdonalds or over GPRS/HSDPA ) you browse to your external ip not the dark ip of 192.168.1.x i use dyndns.org so i can just browse to the dynamic domain ip which is my external ip of my home pc
4. since you mentioned a dark ip i can only also assume your using a router at home. this means you either use such as LogmeIn/Hamachi and browse to the home pc's Hamachi IP ( e.g 5.5.100.50 ) or you will have to set a port forward in your router to forward any requests from port 3389 to the local IP of the home pc, ( e.g 192.168.1.100 )
I use static ip's in my router at home to ensire that the port forward will always goto my home pc's internal ip address. My particular router from netgear allows to have the ip of a specific machine be assigned the same ip internally based on it's ethernet adapter MAC address. making no changes required on the pc itself other them standard DHCP.
hope this helps.
1. what version of windows are you running. (e.g Xp Home or vista )
as Vista home basic and premium will not accept a remote desktop connection without a 3rd party hack to make it work only business and ultimate support remote desktop
If on XP home be sure to set allowing of remote desktop sessions to be allowed under the system properties area.
1. I am using Windows XP Home. I have allowed Remote Access under the tab Systems Tab.
2. I only have a pw on the prog VNC server on the pc but no passwords for windows *should I? :| ... Then I try VNC Viewer the the Pocket PC *T-mobile Wing.
3. I am reading up on the dyndns.org site. I assume I need the free dns service for those with dynamic IP addresses. *i hope I have that.
4. I have Linksys Bef11s4... I believe I can set static ip's though its tricky for me. I am going to try for the pc I want to connect to. This networking stuff gets a little bit blurry for me. I understand that static means non-changing, therefore the pc to connect to in network will have same ip on restarts and things. I am familiar with the port forwarding options *do i need tcp and udp checked?... again any thoughts definately appreciated...
lastly, Do you have any particular progs you recommend for me to do this concept? I have a few installed, but not sure i need all.. I have pocketputty on pda and wm6 rdc... plus vncvier. On the PC i have VNC CLient and VNC Server *believe I only need server. Thank you for your time Cyberjak
1. Just go to http://www.logmein.com
2. Sign up. It's free.
3. Screw Remote Desktop and juggling internal vs. external IP addresses and DNS.
4. Use/enjoy...no work needed.
MJB
Logmein has like 6 choices... I am looking to remote access outside my network... also is this free? I see trials and stuff... thanks for help mjb
have the logme in installed on main and when i use pda it doesnt work...i installed cab and log in fine but when i go to remote the pc it takes my access code and then pops up with error message for menuPDA.html... i cleared history and cookies and tried to make sense of the forums... I am using the T-mobile Wing with WM6.... wierd... willing to try the other way if needed... i guess i could also try loggin thru a pc not home to the remote pc... i believe i saying this remote term correctly but i believe u understand. I am trying to use my PDA anywhere to control home pc.... thanks for help guys... i am willing to try whatever way works...
I've used Logmein on my MDA Pro, Ameo and now on my Vario 3.
You should first try to remote your PC while your sitting next to it. That way you can see any firewall pop ups that may be blocking you.
I have been trying when i am right next to it... I am using my WM6 to connect wi-fi to the internet thru my network.... the pc i wanna control is on my network...
It doesn't matter what network the PDA and PC are on. Logmein uses an internet connection.
yeah, tried a bunch of things to get logmein to work, and it always comes to the page of "403 Forbidden (0x5) menuPDA.html System error: Access is denied. (5)"
checked their forrums too...
guessing i should try going back to client/server manual entry... either way, any advice from you guys much appreciated.... It seems WM6 are known for incompatibility issues with RDC situations.... hoping not the case but...thanks again guys
got logmein working nicely, thank you for the help guys...
Gooer Remote Desktop Service
I am using Gooer Remote Desktop Service(http://www.gooer.com) and it let me access my home PC using laptop or mobile phone.
remote desktop only works, as far as I know, on XP pro & Vista
http://forum.xda-developers.com/showthread.php?t=357009

remote desktop mobile need help

ok so i have a htc snap and i want to remote desktop i have a linksys router and have configured the routr for port forwarding i still cant connect i really need some help
Hy,
what software do you use?
VNC or what else?
its remote desktop mobile RDM it came on my htc snap
What port have you forwarded, and to what IP?
How are you trying to connect, Wi-Fi, 3G etc?
What IP address are you trying to connect to?
I use RDM all the time. I couple it with "Hamachi Mobile" which is a virtual private network VPN app. I log in with Hamachi, it gives me an IP, and I copy/paste whatever PC's IP i want to connect to in RDM... simple as that
Works very well on my Fuze with 3G.
im using port 3389 forward to my computer ip the router gives it i try logging in using my ip addy i get from websites that tell you your ip addy like ipchicken.com but today i went to canyouseeme.com to check port and cant get thru i still am not sure whats going on im very frustrated any help would be appreciated
@MOD
Can we get this moved to the Q&A forum?
I've been having a heck of a time getting it to work also... I would love to see the help on this question!
kliptik said:
@MOD
Can we get this moved to the Q&A forum?
I've been having a heck of a time getting it to work also... I would love to see the help on this question!
Click to expand...
Click to collapse
Ditto...
And now another useless line... as it seems you cannot simply post the word ditto in your message....
...
why does someone always have to try n start something or say some**** bout wut others say.. grow up if u dont have the answer or can provide help i need with dont say anything. but anyways .. can anyone help me with this or what... kdawg
turn off the pc firewall and make sure the user has rdp rights.
ive tried that
this is mainly for win7, but it may help
http://forum.xda-developers.com/showthread.php?t=533664
goodluck
FWIW, I use a program called vncviewer on my Omnia and it works fine. Goes directly to the server seat ip address and I take over that computer. HTH
Make sure in system properties you have checked allow connections from computers running any version of remote desktop and you may need to password protect you computer.
To get real answer just go to ppcgeeks.com this sites has too many annoying people
But what you need to do is go to your linksys page 192.168.1.1
o To Application And Gaming
On the port type in 3389 or start and 3389 for end protocal both and to find out your IP Go To Start - Search Box - Type cmd - Click It - Type "ipconfig" With Out The " " The IPv4 is your IP - Then Click Enable
On Your Phone go to the app
For Computer type in the IP address just got from IPv4
Username of your computer and password of your account
EDIT -- Your problem is you got the wrong IP don't use that IP use the one i showed you on the steps above it should be something like 192.168.*.***
This also helps
http://www.youtube.com/watch?v=iCs4GQma7IQ
But i recommend using realVNC 100x better and with Remote Desktop Mobile you can't use your PC while using it
VNC cost money but if you want a free version just send me a PM
Also if your using vista or Windows 7 its temp. looses your theme when you come back on thats why i use VNC less hassle
Hopes this help remember go to ppcgeeks for answers
try out logmein.com if you have WInMo 6.5 you need to switch the IE back to the old one, its still there you need an app called IEFix.
From IE only:
https://secure.logmein.com/US/pda/Default.asp
Anywayz I love LOGMEIN cuse I can connect to my web servers/home servers and pc's from the same list. and I can monitor when something is offline... RDP and VNC seem faster to navigate, RDP being the fastest, duh?

A Remote RDP Tutorial?

I honestly don't know what I'm doing. All I know is that all the things I've tried so far didnt work.
Can someone guide me on how to set this up on my NookColor?
My PC and NookColor share the same wifi connection via an Airport Exteme router. I know that there are two IP Address: one form y router, which I can see on www.whatismyip.com and the other is my computer's which I can see via cmd > ipconfig. So, my question is-- how do I set this thing up? Any step by step procedure?
What have you already tried? Also what version of OS are you using, some versions of windows have RDP kneecapped. Also, where are you trying to view it from?
If you already have RDP going, you can use Wyse PocketCloud to manage the connections through your google account, it's pretty straight-forward.
Personally, I use TightVNC as the desktop client and AndroidVNC Viewer and ConnectBot on the nook. I only use my home computer when at home, so the setup is fairly simple, have AndroidVNC talk to myipaddress using port 5900. Be sure to use the connecting password when you set up TightVNC - also check the character count as you enter it, sometimes it doesn't take all the characters, ie; the password "bob-ismyuncle" is stored as "bob-ismy".
For connections remotely (not on the same network) I first SSH into the machine with ConnectBot, then set up a port forward to localhost:5901 which AndroidVNC then connects to.
Also, has anyone tried NX?
I'll assume you're a windows user?
Make sure RDP is enabled on your PC (google it, really easy to enable)
If BOTH machines are connected to your network... get the PC's IP address (via cmd ipconfig) and connect to it using the RDP port (3128 on Windows)... ex: "192.168.100.199:3128"
If you want to use RDP away from home, you need to configure your router to forward any external connections on the RDP port directly to your PC. Then you'll want to connect using your external (router's) IP address. Ex: 111.222.333.444:3128 => 192.168.100.199:3128 .... then connect to "111.222.333.444:3128"
I like LogMeIn free and logMeIn Ignition great little app. also teamviewer has a free version and free app for android

[How To] Use ConnectBot to pass WebTop FF traffic without a tethering plan

I, like many here, have received a notice about tethering usage. I was working on a non-related project for someone who is heading to China so that they could bypass TGFoC when I had the following idea. If I can pass a computer in China through my SSH server to get internet access, why can't I do the same within the WebTop environment?
I know that in the WebTop environment, the phone window still has a valid connection to my carrier (AT&T, as the case may be), although the Webtop environment does not unless you pay for the double-dipping fee for tether usage. Here's what I did to get internet access on my phone (in Firefox) and it appears to work for me (YMMV):
===Things you'll need:===
Phone with WebTop
ConnectBot installed on the phone
Valid credentials to a box you can SSH to as well as create port forwards on
===Procedure===
1 On the phone, setup the ConnectBot ahead of time for the connection to the server.
2 Create a port forward
2a Name it anything you want (I called my WebProxy)
2b Type should be dynamic (SOCKS)
2c Source port is set to 8080. Any unused port should be fine, but this is the one I used
2d Destination is unchanged
3 Open up Webtop. Although untested, I see no reason why Webtop via HDMI shouldn't work.
4 Within the Mobile view window, connect to your server and ensure that the port forward is enabled (a disabled one has a line through it)
5 Open the Preferences of the WebTop's Firefox
6 Click on Advanced->Network->Settings
7 Change the proxy to be SOCKS and use 127.0.0.1 as the IP and the same port number as you selected in step 2c
8 If you want the DNS requests to work, you may wish to change that within about:config (look for "network.proxy.socks_remote_dns" and set it to true)
Your FF should now pass all its traffic through ConnectBot's SSH connection.
===Caveats===
1 All your network traffic from Firefox will be slower due to your SSH server acting as proxy.
2 You obviously need a desktop/ server machine that is reachable all the time. This may not be cost effective if this is its only use.
3 I do not claim that this is undetectable, only that it works. If another person more knowledgeable in this could comment, I'd appreciate it.
Thoughts?
I'm having occasional issues with ConnectBot not creating the port forward while on mobile data, and I'm thinking it may be timing related. Could anyone assist?
wingmanjd said:
I'm having occasional issues with ConnectBot not creating the port forward while on mobile data, and I'm thinking it may be timing related. Could anyone assist?
Click to expand...
Click to collapse
Solved my own problem. I had a dying Atrix phone previously. My tutorial above works perfectly on my new phone.
This really helped me!
Thanks a lot, it worked (although I can't find a "thanks" button).
But I don't get one little thing. Why we have to set the proxy to "source port"? In my (obviously mistaken) mind, it should be the destination port.
On a computer ssh command we would use something like:
ssh -ND [port-passed-to-proxy] [email protected]
I'm a bit confused by the name "source" to the port being passed to the proxy as I see it the other way around.
perr0.br said:
Thanks a lot, it worked (although I can't find a "thanks" button).
But I don't get one little thing. Why we have to set the proxy to "source port"? In my (obviously mistaken) mind, it should be the destination port.
On a computer ssh command we would use something like:
ssh -ND [port-passed-to-proxy] [email protected]
I'm a bit confused by the name "source" to the port being passed to the proxy as I see it the other way around.
Click to expand...
Click to collapse
Well, I think the confusion lies in possibly the way you're looking at it. From connectBot's viewpoint, it's going to be passing all data that hits the source port via its connection. Firefox's proxy port, and what I'd consider to be a destination port from its point of view, would be the connectBot's source port.
I'm not a developer, but I play one on TV.

Categories

Resources