habe einen VPN Server in D und einen Client in China.
server.conf:
Code: Alles auswählen
;local a.b.c.d
port 17194
proto udp
;dev tap
dev tun
ca ca.crt
cert server.crt
key server.key # This file should be kept secret
dh dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
;server-bridge 10.8.0.4 255.255.255.0 10.8.0.50 10.8.0.100
;server-bridge
;push "route 192.168.10.0 255.255.255.0"
;push "route 192.168.20.0 255.255.255.0"
client-config-dir ccd
route 192.168.1.0 255.255.255.0
push "dhcp-option DNS 194.25.2.130"
push "dhcp-option DNS 217.237.150.33"
keepalive 10 120
comp-lzo
;user nobody
;group nogroup
persist-key
persist-tun
status openvpn-status.log
verb 5
Code: Alles auswählen
client
;dev tap
dev tun
proto udp
remote 94.250.43.193 17194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client1.crt
key client1.key
ns-cert-type server
comp-lzo
verb 5
Code: Alles auswählen
# cat /etc/openvpn/ccd/client1
iroute 192.168.1.0 255.255.255.0
push "dhcp-option DNS 8.8.8.8"
push "dhcp-option DNS 194.25.2.130"
push "dhcp-option DNS 217.237.150.33"
http://debianforum.de/forum/pastebin.ph ... ew&s=37724
Ich kann mich verbinden (auch von Windows aus) aber meine IP in China bleibt meine IP hier.
Leider komme ich auch von hier nicht auf openvpn.net und diverse andere Websites wo evtl. schon Lösungen per Google zu finden sind. :-S
Hoffe da kann mir wer weiter helfen.
Danke schon mal
Bye, Transmitter