PDA

View Full Version : Teleport error plz help fix it


edgaris
08-12-2008, 12:55 AM
Hi,purchased teleport from itunes store and now i can't configure it..
what i did:
1.installed tightvnc
2.runned tightVNC server
3.Setted pasword clicked ok
4.run teleport on iphone
5.typed name: edgaras -->adress my ip adress 192.168.1.2,entered pasword(witch i created on step 3) ,chosed windows--> save server
6.Connecting... GETTING ERROR Connection error Conection timed out :woz: :woz:

Using,windows,ADSL ROUTER ,tryed firewall off-on ,anti-virus on-off. :hack:

oh and 1 more thing remote for me not working too...itunes can't detect my iPhone

jashsayani
08-14-2008, 05:08 PM
Well, did you set port forwarding to your router ?
For VNC, forward ports- 5500,5800,5900.

edgaris
08-15-2008, 03:24 AM
Well, did you set port forwarding to your router ?
For VNC, forward ports- 5500,5800,5900.

i think yes,i went to my router settings->local servers and added to allow port from 1000 to 6000

unl0cker
08-15-2008, 04:21 AM
You can try this so we can pinpoint the problem (which appears to be a routing problem)

Check first if your iphone and your windows are in the same subnet: 192.168.Y.X

Y should be the same for both.

Now, from your windows, do: Start > Run > cmd type:

$ ping 192.168.1.104
PING 192.168.1.104 (192.168.1.104): 56 data bytes
64 bytes from 192.168.1.104: icmp_seq=0 ttl=64 time=114.429 ms
64 bytes from 192.168.1.104: icmp_seq=1 ttl=64 time=31.890 ms
64 bytes from 192.168.1.104: icmp_seq=2 ttl=64 time=54.173 ms

Here we got pongs (reply)


Do you get reply? If you dont, is not a port problem. I GOT REPLY, let's go forward!

You will need to have OpenSSH installed on the iphone to do the next step. If you dont have it, install it now.
Try now some raw connect, still from PC -> Iphone:

telnet 192.168.1.104 22
Trying 192.168.1.104...
Connected to 192.168.1.104.
Escape character is '^]'.
SSH-2.0-OpenSSH_4.7

Ok you have a direct connect to the port 22 on the iphone.

Now, if that worked, you should be able to ssh the iphone (using putty (http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe) user:root/pass:alpine) and do the same,
but this time back to the PC. We did PC - Iphone. Do now iPhone -> PC

You'll ping the PC ip and check for reply, then telnet to the PC IP and vnc port. eg:

telnet 192.168.1.X 5900 (or whatever port you have vncserver running on)

See where you fail, if you don't fail, then is either:


Firewall, AV (norton nasty sucker, avg or other) or the VNC server itself.


Some clients have problems to "understand" the server's protocol, and vice-versa.
Even tho the client usually report that. That can't negotiate with the server's protocol.
But this is no ordinary client. So check all that.


Well man, do this tests and report back, we go from there.

Furthermore, let us know the model/brand of your adsl router so we can check if you are setting the right thing.


Cheers,

UnL0CkER

edgaris
08-15-2008, 01:45 PM
now i'm at work,i will check these all instructions then i will Be at home,thx for your reply,my router D-Link DSL-2600U

edgaris
08-15-2008, 04:40 PM
Then i enter in cmd ping 192.168.1.2 i got this:

D:\Documents and Settings\Edga>ping 192.168.1.2

Pinging 192.168.1.2 with 32 bytes of data:

Reply from 192.168.1.2: bytes=32 time=46ms TTL=64
Reply from 192.168.1.2: bytes=32 time=70ms TTL=64
Reply from 192.168.1.2: bytes=32 time=97ms TTL=64
Reply from 192.168.1.2: bytes=32 time=12ms TTL=64

Ping statistics for 192.168.1.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 12ms, Maximum = 97ms, Average = 56ms

Then i trying raw connect from putty i got just this (i entered host name 192.168.1.2,port 22,connection type raw)

SSH-2.0-OpenSSH_4.7

then putty-ssh

login as: root
root@192.168.1.2's password:
iPhone:~ root#

Don't understand how to telnet to the PC IP and vnc port

edgaris
08-15-2008, 08:06 PM
I got it working the error was because my anti virus has personal firewall and if i off the antivirus the firewall is still working

unl0cker
08-15-2008, 08:38 PM
There ya go.


Cheers
UnL0CkER