-
After installing openvpn on linux debian ( as a server) with the next config it works just as i wanted =)
##port 1194
##proto udp
##dev tun
##ca ca.crt
##cert server.crt
##key server.key
##dh dh1024.pem
##server 10.10.0.0 255.255.255.0
##ifconfig-pool-persist ipp.txt
##keepalive 10 120
##comp-lzo
##persist-key
##persist-tun
##status openvpn-status.log
##verb 3
Thanks for your...
2009-09-29 06:25:51 UTC in OpenVPN
-
Yes, all the traffic from the client goes over the VPN.
I'm not shure if its bridged, but it shouldnt .
The client config from the lan is next:
## acme.ovpn ##
##client
##proto udp
##dev tun
##remote 192.168.0.1 1194
##resolv-retry infinite
##nobind
##persist-key
##persist-tun
##ca ca.crt
##cert jen140.crt
##key jen140.key
##comp-lzo
##verb 3.
2009-09-26 21:15:09 UTC in OpenVPN
-
## server.ovpn ##
##port 1194
##proto udp
##dev tun
##ca ca.crt
##cert widget.crt
##key widget.key
##dh dh1024.pem
##server 10.10.0.0 255.255.255.0
##ifconfig-pool-persist ipp.txt
##push "dhcp-option WINS 192.168.0.1"
##push "dhcp-option DNS 192.168.0.1"
##push "dhcp-option DOMAIN acme.com.local"
##keepalive 10 120
##comp-lzo
##max-clients 4...
2009-09-25 23:27:26 UTC in OpenVPN
-
Hello all.
I am running a OpenVpn server on a Windows machine, and it has the next configuration:
## server.ovpn ##
port 1194
proto udp
dev tun
ca ca.crt
cert widget.crt
key widget.key
dh dh1024.pem
server 10.10.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "dhcp-option WINS 192.168.0.1"
push "dhcp-option DNS 192.168.0.1"
push "dhcp-option DOMAIN...
2009-09-25 23:25:23 UTC in OpenVPN
-
Ok, found all the documentation well described in the docs/ folder.
2009-08-02 06:52:47 UTC in GPU, a Global Processing Unit
-
Hello. I would like to create a private LAN server, so only the lan clients can get/send work and only one (specific) ip could do the same.
I searhced for documentationbut only found outdated tutorials or its just me who cant find "Accept incoming GPU only" nor "Autoconnect" on the main window.
2009-08-01 23:05:18 UTC in GPU, a Global Processing Unit
-
Boa tarde.
Não sabia onde poderia postar, penso que o melhor é aqui.
Há um pequeno bug no html syntax highlight.
Imaginemos o seguinte codigo html:
<body>
<script type="text/javascript">
var abc = 'abc/*';
document.write(abc.toString());
</script>
</body>
No browser podemos ver abc/* , mas no notepad++(v5.4.3, Unicode) a partir do /* o texto...
2009-07-22 22:43:33 UTC in Notepad++