Disclaimer

This information HAS errors and is made available WITHOUT ANY WARRANTY OF ANY KIND and without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. It is not permissible to be read by anyone who has ever met a lawyer or attorney. Use is confined to Engineers with more than 370 course hours of engineering.
If you see an error contact:
+1(785) 841 3089
inform@xtronics.com

Openvpn kde


Vpn1.png

Vpn2.png

Vpn3.png

Vpn4.png

/openvpn/server.conf
port 1194
proto tcp
;proto udp

dev tun
tun-mtu 1500
;mssfix 1400
;resolv-retry infinite
server 192.168.7.0 255.255.255.0
push "route 192.168.1.0 255.255.255.0"

;ifconfig-pool-persist ipp.txt
push "dhcp-option DNS 192.168.1.200"
push "dhcp-option DOMAIN example.net"
push "dhcp-option ROUTERS 192.168.1.254"
;push "route-gateway 192.168.1.254"
;push "redirect-gateway local def1"
dh /etc/openvpn/keys/dh1024.pem
ca /etc/openvpn/keys/ca.crt
#crl-verify /etc/openvpn/keys/crl.pem
cert /etc/openvpn/keys/server.crt
key /etc/openvpn/keys/server.key
cipher AES-256-CBC 
comp-lzo

;user nobody
;group nogroup
keepalive 15 120

;ping-timer-rem
;persist-tun
;persist-key

verb 6
log-append /var/log/openvpn

;client-config-dir ccd
route 192.168.1.0/24


Top Page wiki Index