Click here to Skip to main content
15,891,607 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Did anything like this ever happen to you? Pin
CDP18027-Apr-17 4:23
CDP18027-Apr-17 4:23 
GeneralRe: Did anything like this ever happen to you? Pin
W Balboos, GHB7-Apr-17 4:14
W Balboos, GHB7-Apr-17 4:14 
GeneralRe: Did anything like this ever happen to you? Pin
#realJSOP7-Apr-17 4:54
mve#realJSOP7-Apr-17 4:54 
GeneralLooking for VPN recommendations Pin
Stefan_Lang6-Apr-17 22:50
Stefan_Lang6-Apr-17 22:50 
GeneralRe: Looking for VPN recommendations Pin
Wastedtalent6-Apr-17 23:30
professionalWastedtalent6-Apr-17 23:30 
GeneralRe: Looking for VPN recommendations Pin
Stefan_Lang6-Apr-17 23:39
Stefan_Lang6-Apr-17 23:39 
GeneralRe: Looking for VPN recommendations Pin
Wastedtalent7-Apr-17 1:25
professionalWastedtalent7-Apr-17 1:25 
GeneralRe: Looking for VPN recommendations Pin
Shuqian Ying7-Apr-17 0:00
Shuqian Ying7-Apr-17 0:00 
The other option is to use 1-NET gateways Blush | :O .

VPN works at IP level which makes it invisible to applications once it is setup properly. But there are at least three drawbacks:
1) it requires at least one LAN (local area network) to have a public IP which is expensive or to use some kind of dynamic IP/name mapping services.
2) VPN connected LANs can not have same (private) IP address space, otherwise VPN will not know how to route data. Since most LAN are setup using default private IP space, it is most likely that they will collide in IP space without readjusting. This makes it not scaleable.
3) Setting up of VPN is not easy.

I have almost zero knowledge about TOR however both TOR and 1-NET gateways uses SOCKS protocol to connect client applications.

1-NET gateways do not have the above limitations of VPN, namely it does not require to acquire any public IP address, it is scalable since it does not require to make any change to existing LANs and it is easy to setup.

It is under internal testing right now. The present message is in fact sent to codeproject through a pair of above mentioned gateways separated by Pacific ocean connected by a very slow line: one is in Asia and the other one is in North America. It can make use of a user's network bandwidth very efficiently, meaning it can be very fast as long as the network bandwidth is high.

We are using it to do web browsing, trans-LAN administration (ssh, remote desktop, etc.) now. It can be used by any software system that knows how to talk via SOCKS.

Drop me a note if your are interested in testing it when it is ready (including finishing documentation, packaging, etc.) ...


modified 7-Apr-17 6:09am.

GeneralRe: Looking for VPN recommendations Pin
Stefan_Lang7-Apr-17 1:13
Stefan_Lang7-Apr-17 1:13 
GeneralRe: Looking for VPN recommendations Pin
Shuqian Ying7-Apr-17 10:42
Shuqian Ying7-Apr-17 10:42 
GeneralRe: Looking for VPN recommendations Pin
Mike Marynowski10-Apr-17 4:10
professionalMike Marynowski10-Apr-17 4:10 
GeneralRe: Looking for VPN recommendations Pin
Shuqian Ying10-Apr-17 9:51
Shuqian Ying10-Apr-17 9:51 
GeneralRe: Looking for VPN recommendations Pin
Mike Marynowski10-Apr-17 11:47
professionalMike Marynowski10-Apr-17 11:47 
GeneralRe: Looking for VPN recommendations Pin
Shuqian Ying10-Apr-17 12:49
Shuqian Ying10-Apr-17 12:49 
GeneralRe: Looking for VPN recommendations Pin
Mike Marynowski11-Apr-17 6:50
professionalMike Marynowski11-Apr-17 6:50 
GeneralRe: Looking for VPN recommendations Pin
Shuqian Ying11-Apr-17 13:46
Shuqian Ying11-Apr-17 13:46 
GeneralRe: Looking for VPN recommendations Pin
Mike Marynowski11-Apr-17 6:52
professionalMike Marynowski11-Apr-17 6:52 
GeneralRe: Looking for VPN recommendations Pin
Shuqian Ying11-Apr-17 11:01
Shuqian Ying11-Apr-17 11:01 
GeneralRe: Looking for VPN recommendations Pin
Shuqian Ying7-Apr-17 10:58
Shuqian Ying7-Apr-17 10:58 
GeneralRe: Looking for VPN recommendations Pin
Stefan_Lang9-Apr-17 20:54
Stefan_Lang9-Apr-17 20:54 
GeneralRe: Looking for VPN recommendations Pin
Shuqian Ying10-Apr-17 0:28
Shuqian Ying10-Apr-17 0:28 
GeneralRe: Looking for VPN recommendations Pin
TMarkus10-Apr-17 3:29
TMarkus10-Apr-17 3:29 
GeneralRe: Looking for VPN recommendations Pin
Shuqian Ying10-Apr-17 9:37
Shuqian Ying10-Apr-17 9:37 
GeneralRe: Looking for VPN recommendations Pin
TMarkus10-Apr-17 10:45
TMarkus10-Apr-17 10:45 
GeneralRe: Looking for VPN recommendations Pin
Master6810-Apr-17 22:22
Master6810-Apr-17 22:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.