Wednesday, July 11, 2007

Openvpn config - Client

sambungan daa...

=========== client.conf =================

client

;dev tap
dev tun

;windows only
dev-node tapdev

;proto tcp
proto udp

remote server.aku.com 1194

;kalau banyak server... load balance sini
;remote-random

;resolve vpn server hostname
resolv-retry infinite

;tok se bind ko port
nobind

# non-Windows only
;user nobody
;group nobody

# Try to preserve some state across restarts.
persist-key
persist-tun

;http-proxy-retry # retry on connection failures
;http-proxy [proxy server] [proxy port #]

# Wireless networks often produce a lot
# of duplicate packets. Set this flag
# to silence duplicate packet warnings.
mute-replay-warnings

# SSL/TLS parms.
# See the server config file for more
# description. It's best to use
# a separate .crt/.key file pair
# for each client. A single ca
# file can be used for all clients.
ca ca.crt
cert mynux.crt
key mynux.key

comp-lzo

# Set log file verbosity.
verb 3

# Silence repeating messages
mute 20

#Pull info dari server, viz. server-side LAN IP's for gateway and DNS
pull

#utk redirect semua traffic ke vpn server
#redirect-gateway

=========== tamat heee ==========================

No comments:

 Simple Python Calculator This script will allows your to calculate the integers given with the chosen operation. You can add, substract, mu...