本帖最後由 tomleehk 於 2013-12-13 11:13 編輯
Personally I feel the response was slower when compared to the only-SSH or the only-OpenVPN connections.
The procedure was quite simple as I used DD-WRT version which already supports SSH and OpenVPN on the same router at the same time.
1) Procedure of SSH connection was already shared below
http://www.telecom-cafe.com/forum/viewthread.php?tid=5682
Additional step : Created a C2S port forwarding at bitvise ( verified that without this step, OpenVPN connection could not be made )
Listen Interface : 127.0.0.1
List. Port : 443
Destination Host : localhost
Dest. Port : 443
2) Procedure of OpenVPN connection was also shared below
http://www.telecom-cafe.com/forum/viewthread.php?tid=5112
Of course, at DD-WRT configuration, I used different port number for SSH and OpenVPN. (e.g. SSH - port 22 , OpenVPN - port 443 )
Both SSH and OpenVPN connections were being in-use and in this morning just tested again to verify/confirm their individual connection functionality.
To combine together..
Step 1> First used bitvise to connect to DD-WRT router via SSH
Connection established successfully..
No need to do any configuration/setting (e.g. SOCKS, proxy ) at IE..
Step 2> Amended the OpenVPN client configuration so as to access 127.0.0.1 ( other than the usual OpenVPN server's IP address/URL )
e.g.
remote 127.0.0.1 443
client
dev tun0
....
Steop 3> Then made the OpenVPN connection call.
Connection established successfully as well..
I accessed the virtual IP address of OpenVPN router (e.g. 192.168.60.1) at IE, it gave the dd-wrt configuration screen.
I accessed getip.com at IE, it showed the DD-WRT router's WAN IP address.
No need to do any configuration/setting (e.g. SOCKS, proxy ) at IE.. |