|
|
Ray <heuermannr@xxxxxxxxxxxxx> schrieb am 05.08.04 06:56:28: > > Hi all, > > Please forgive this post, but I have spent several days searching for two > examples and must be missing them somehow. > > I have client behind a proxy server (microsoft ISA) can anyone share their > configuration files for a tunnel through the proxy? > > Just need a starting point to get going.... > > Ray > Hi, you could try this: On the server: proto tcp-server dev tun tun-mtu 1500 ifconfig 10.0.0.1 10.0.0.2 secret key.txt port 5000 On the client: proto tcp-client http-proxy [name of the proxyserver] [port of the proxyserver] [textfile with login data, username and password in two lines, if necessary] remote [the server's address] dev tun tun-mtu 1500 ifconfig 10.0.0.2 10.0.0.1 secret key.txt port 5000 Daniel _______________________________________________________ WEB.DE Video-Mail - Sagen Sie mehr mit bewegten Bildern Informationen unter: http://freemail.web.de/?mc=021199 ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |