changing terminal service client port - Windows Mobile Development and Hacking General

anyone knows how to change the terminal service client port(default is 3389) on the xda? I know that the pc client able to connect using different port i.e. ip addressortnumber, is it possible with xda client?

Related

is it possible to..

remote control ma ppc with ma pc via gprs??? how??!??
is there no way to control my pc from my ppc!??!!?
something like remote desktop(windows have..) ??
Most remote control software works using a regular network connection through active sync.
This should thus be possible with pretty much any nework connection, including gprs. Basically just dial gprs, get your phone's ip address, and use that for remote control. I think. In theory. But not fast.
V
Hang on. what are you asking? control you PPC from your PC or vice versa.
Either way, look into VNC.
V
no, i just want to control my pc From my ppc. can terminal services in programs do something for that??
another program?
JuNiOr_Gr said:
no, i just want to control my pc From my ppc. can terminal services in programs do something for that??
Click to expand...
Click to collapse
I would have thought so.
You'll need XP pro for the remote desktop server to be built in though. XP home does not have it.
Failing that, VNC, look here: http://www.cs.utah.edu/~midgley/wince/vnc.html
You can do this easily via GPRS. Simply connect to the internet via GPRS, and then start up Terminal Services Client on the ppc, insert the ip address of your pc, and step through the authentication dialogue. Of course you will have to make sure that your pc (running WinXP) has World Wide Web Services installed, so as to enable Remote Desktop via the internet.
Hope this helps.
i tried via terminal services , add my ip(of the pc) open the port from router, from my coputer click the allow other people to connect to this pc(also there i added ppc's ip) but could connect. i got an error from ppc.
i am using win xp pro .
i there another application like terminal services ??
VNC?
V
vijay555 said:
VNC?
V
Click to expand...
Click to collapse
couldnt download it
can u tell me which file? that one which sais PocketPC win2003?
i download that and a error came out
Did you enter your PCs IP address as seen on the PC, or did you enter the external internet IP? They are 2 different numbers, and regardless of whether you have ports open or not you wont be able to connect directly to the PCs network IP address.
If you're using an ADSL router then go to the configuration or settings page and find out what your internet IP is.
Re VNC
I've used this one quite well:
http://www.parystec.demon.co.uk/pt_vnc2.htm
But there are other free versions I imagine.
V
@JuNiOr_Gr
Which Port did you open for Terminal Services?
Did you then connect to you Internet IP from your PPC or to your local IP?
If you use VNC you have to open the VNC Port (default 5900).
Ist there a software firewall (e.g. XP Firewall) installed on your PC?
For terminal services to work you must have a password set on your XP account. Otherwise it should work with port 3389 forwarded. I use it fine from my Magician over GPRS.
Only thing is that it's a shame you don't seem to be able to turn off desktop background, themes etc that you can from the Desktop version of Terminal Services Client as this would improve speed.

Using a Port other than 3389 for Terminal services ?????????

Hi,
Is it possible to use a port other 3389 with the Terminal services client?
Or is this hardcoded into the client ?
Thanks
Rob
No its not possible. Also the server always runs on port 3389.
lutzs said:
No its not possible. Also the server always runs on port 3389.
Click to expand...
Click to collapse
REALLY!
Please explain ? As we run a multiple server network with Terminal services running on various port from 3385 up to 3399. We also change the default port on our workstations (XP prof) from 3389 This a well documented item. You then specify in Terminal server client:- IPORT. Example: 84.234.456.789:3396. Use it everyday!
Rob
two ways that you can do this:
1: on the host machine, regedit to here:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
Control\Terminal Server\WinStations\RDP-Tcp
Find "Portnumber" and open. Click on "Decimal" and change to the desired port. The PC will now listen on your specified port number for incoming terminal service requests.
2: If you have a router you can use port redirection. (virtual servers etc)
Specify the ext port number (eg. 3390) then the int port number (3389) then the IP address of your target PC. This will redirect all traffic recieved on port 3390 to port 3389 to your specified internal IP address.
To access remotely for example using remote desktop connection, enter your IP address (or dynamic DNS address) followed by :3390
Hope this helps
J
Thanks Codiac,
So you can't specify the port in terminal services client connection box (as per a Full size PC runing XP Prof) only as a registery change.
Your piccy is right, you can enter IP addresses followed by a port number.
eg: 81.33.44.55:3399
The problem with, for example XP Pro is that it will only listen on 3389 by default, the registry change is necessary if you want to access more than 1 PC on a network.
As per your piccy, once you have edited the registry to a chosed port, the PC will then listen on that port (eg. :3390).
I personally use Option 2, this requires no change to the registry of a PC, the router does the redirection for you.
for example:
PC 1 = 192.168.0.1
PC 2 = 192.168.0.2
To access PC 1 allow a rule in the router to pass port (external) 3389 to (internal) 3389 to 192.168.0.1
To access PC 2 allow rule in router to pass port (external) 3390 to (internal) 3389 to 192.168.0.2
this way, when you open the remote desktop connection client and enter say, 81.44.231.22:3390 the router will see 3390 and redirect it to 3389 straight to 192.168.0.2
Hope this helps
J
Hi Codiac.
I think I'm confusing you here. Port change, at the host is not the problem. Either by router redirection, or registry edit of the listening port of the HOST. Its the CLIENT in Win mobile 5 wont let you specify a port when connecting to a host. You can with a registery edit of the Win mobile client on the Pocket PC, change the port, but not at connection IP 'time'
Rob

how 2 use non default port with Terminal Service Client?

In WM5 there is a built in Terminal Service Client. I need to connect to a PC that is behind a firewall and is using a non default port number.
I am easily able to connect via Windows RDP, but the WM Terminal Service Client does not seem to even try and connect if i use a non standard port number.
Example: \\10.0.0.1:4540
Any ideas how to get this to work?
I'm holding a baby in one hand, so briefly, is possible, need to edit registry appropriately. VJFullscreenTSC thread may discuss setting but it's googalable. I think it's the only setting that can be changed.
V
Bonus first hit:
http://theillustratednetwork.mvps.org/RemoteDesktop/RemoteDesktopSetupandTroubleshooting.html
at the bottom

[Q] SSH/VNC over SSH tunnel

Hello, I need to connect to a linux machine behind secure network from my mobile phone. I do this from my other computers by connecting to an ssh server on that network (its port is open), and forwarding ports (for SSH and VNC) with Bitvise client, or the openssh client. I tried to do the same from my phone, and got various different results from different apps:
1. SSH Tunnel did not manage to create the tunnel at all - complete failure, just freezes.
2. SSH Autotunnel created the tunnel properly, but after that, I could not connect any SSH/VNC client using the forwarded ports on localhost (tried both "localhost" and "127.0.0.1" since my hosts file is a mess and I am sure that the ports are correct - I am getting "Connection Refused").
3. ConnectBot manages to connect to the SSH server, but disconnects upon entering the absolutely correct password.
Is it possible to install openssh on android? Also, the need for VNC arises from the fact that I normally just forward X over ssh to another linux box, but android doesn't use X server.
Could the issue be that android has some firewall that blocks my attempts? I haven't installed any of my own.
Thanks in advance for any help.
Sounds like it's blocked. If you could make it work on port 80 instead of 22, then you might be able to get somewhere.

[Q] how to connect android app to a specific port

Hi, i have GT-i9500 i need to connect my VoIP app witch is rynga to a server that blocks this connection
i know that the app connects by default to the port 5060 that is blocked, but i know also that there is another server on port 443 witch is open
how can i force this app to connect threw port 443 or threw a server that i can modify
does any app or simple method exist??
Thank you for any help

Categories

Resources