The following is what my server.opvpn file contains:
## server.ovpn ##
local 192.168.0.128
port 1194
proto udp
mssfix 1400
push "dhcp-option DNS 68.87.75.198" ## DNS from ISP
push "dhcp-option DNS 68.87.64.150" ## DNS from ISP
dev tun
ca ca.crt
cert widget.crt
key widget.key
dh dh1024.pem
server 192.168.10.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "redirect-gateway 192.168.0.1"
keepalive 10 120
comp-lzo
max-clients 4
persist-key
persist-tun
status openvpn-status.log
verb 3
The following is what my server.opvpn file contains:
## kti.ovpn ##
client
proto udp
dev tun
remote kti-online.net 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert kti.crt
key kti.key
comp-lzo
verb 3
Here are some screen shots of my setup for OpenVPN:

