teamviewer connection (wodVPN)
by amine1973, Thursday, November 07, 2013, 21:35 (4032 days ago)
Hi,
if i want to use teamviewer between 2 peers without full network redirection, how can i do this, knowing that i can not use the ip (as you always say) 127.0.0.1 because teamviewer connect to itself on the client, and i can not connect using custom ports that i forwarded.
so i can not use the method of listen ip=127.0.0.1 and redirect to ip=127.0.0.1
cause when i use teamviewer and enter 127.0.0.1 it try to connect to local machine and not the host.
how can i do it?
Thanks,
teamviewer connection
by wodSupport, Thursday, November 07, 2013, 22:16 (4032 days ago) @ amine1973
Amine,
hi. If I check on 'extras' menu of teamviewer, I see that by default 'accept LAN connections' is not enabled. So, TeamViewer does not listen on port 5938 by default.
On remote peer side, enable it so it listens on 5938. Then you create port forwarding on local 127.0.0.1 (which is free) to remote side's 5938.
Can you try that?
Kreso
teamviewer connection
by amine1973, Thursday, November 07, 2013, 22:46 (4032 days ago) @ wodSupport
Thank you for your reply,
1-i disabled incoming lan on client, i enabled it on remote.
2-i did a wodvpn connection between client and host
3-on client side i did tcp 127.0.0.1 port 5938 forward to 127.0.0.1 port 5938.
4- i tried to connect teamviewer , it didn't works
what we missed?
thanks again.
teamviewer connection
by wodSupport, Thursday, November 07, 2013, 23:17 (4032 days ago) @ amine1973
Hi.
I just tried, and it worked without any problems.
Are you sure you enabled remote to accept new clients? Is remote's port 5938 open and accepting connections?
Did you add forwarding channel correctly?
Kreso
thank you it works
by amine1973, Thursday, November 07, 2013, 23:18 (4032 days ago) @ amine1973
Hello,
thank you it works now, teamviewer didn't works but ver8 did.
i hope this note will be helpfull for other.
but i have a mixed question between your ftp server component and wodvpn,
when i forwarded port 21 to client, and when i try to ftp connect the host it shows connection refused.
is this an issue in wodvpn or ftpd?
I appreciate your help.
Regards,
thank you it works
by wodSupport, Thursday, November 07, 2013, 23:20 (4032 days ago) @ amine1973
You want to forward FTP connection? Besides using port 21 for control connection, FTP protocol also use other port (20, or any other, depends on ftp client/server) for data connection. So, you may be able to connect (through 21), but you will not be able to list directory or transfer files.
You would need sort of FTP proxy that would redirect data connections.
Kreso
it is your ftp server component
by amine1973, Thursday, November 07, 2013, 23:32 (4032 days ago) @ wodSupport
Hi again,
I use your ftp server component, and the client is IE, or filezilla.
and you are right i can connect, but i can not list the folder.
can i do anything, knowing than when i do full redirect your ftp server component did works, so i guess this component use another port.
Thanks
it is your ftp server component
by wodSupport, Thursday, November 07, 2013, 23:37 (4032 days ago) @ amine1973
Hi.
Not easily. You can intercept control connection and check PORT commands and PASV responses, then change them to use your own proxy, and "on the fly" open new forwarding channel in wodVPN. As I said - not easy.
I would suggest you use different protocol, such as SFTP, since wodFTPServer supports that as well, and it uses only one port.
Kreso