1
Ohjelmointi, palvelimet ja muu edistyneempi käyttö / Vs: Openvpn ongelmia
« : 27.02.10 - klo:16.53 »
Joo palomuurista johtui. Keksisikö joku mihin kohtaa windowsia reikä pitäisi tehä, että pingi menisi läpi?
Ubuntu 24.04.4 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelut
Uusimmat julkaisut: 24.04.4 LTS (suositeltu, 12.2.2026) ja 25.10 (9.10.2025).
Tässä osiossa voit tarkastella kaikkia tämän jäsenen viestejä. Huomaa, että näet viestit vain niiltä alueilta, joihin sinulla on pääsy.
port 1194
proto udp
dev tun
#certificates and encryption
ca ca.crt
cert xxx.crt
key xxx.key # This file should be kept secret
dh dh1024.pem
tls-auth ta.key 0 # This file is secret
# oma
local 195.3.xxx.xxx
persist-key
persist-tun
#log and security
user nobody
group nogroup
keepalive 10 120
status openvpn-status.log
# Specify same cipher as server
cipher BF-CBC
comp-lzo
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 192.168.100.0 255.255.255.0"
client-config-dir ccd
#push "redirect-gateway def1 bypass-dhcp"
#push "dhcp-option DNS 208.67.222.222" #opendns
#push "dhcp-option DNS 208.67.220.220" #opendns
client-to-client
keepalive 10 120
persist-key
persist-tun
status openvpn-status.log
verb 3
client
dev tun
proto udp
remote 195.3.xxx.xxx 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert xxx.crt
key xxx.key
tls-auth ta.key 1
verb 3
# Use compression
comp-lzo
route-method exe
route-delay 2