Paste #261660

   
pasted on 04.04.2022 19:35
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 275282
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
port 3128
proto udp
dev tap0
sndbuf 0
rcvbuf 0
ca ca.crt
cert server.crt
key server.key
dh dh.pem
auth SHA512
tls-auth ta.key 0
topology subnet
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt 0

#server-bridge 192.168.1.1 255.255.254.0 192.168.1.5 192.168.1.15
push "comp-lzo yes"
# push "route 192.168.3.0 255.255.255.0"
# push "route-gateway 10.8.0.1"
client-to-client
comp-lzo

#push "dhcp-option DNS 192.168.1.1"
#push "redirect-gateway def1 bypass-dhcp"

keepalive 10 120
cipher AES-256-CBC
user nobody
group nogroup
persist-key
persist-tun
status /var/log/openvpn-status.log
verb 4
crl-verify crl.pem
log-append /var/log/openvpn.log
Add Comment
Author