Server config:
Code: Select all
mode server
tls-server
local 85.11.28.249
port 1194
proto udp
dev tap0 ## If you need multiple tap devices, add them here
up "/etc/openvpn/up.sh br0 tap0 1500"
down "/etc/openvpn/down.sh br0 tap0"
persist-key
persist-tun
ca ca.crt
cert server.crt
key server.key # This file should be kept secret
dh dh1024.pem
tls-auth ta.key 0 # This file is secret
cipher BF-CBC # Blowfish (default)
comp-lzo
ifconfig-pool-persist ipp.txt
server-bridge 192.168.1.10 255.255.255.0 192.168.1.100 192.168.1.110
push "dhcp-option DNS 85.11.1.11"
push "redirect-gateway def1"
max-clients 10 ## set this to the max number of clients that should be connected at a time
user nobody
group nogroup
keepalive 10 120
status openvpn-status.log
verb 3
The thing is, we don't have a firewall, neither do we have a router, we're wired directly to a modem and we can choose our own IP's, and i understand nothing of the guides since nobody has it like us.
I'm pretty new to *nix so this is kind of a big mess for me.
I don't think it's the client config that's the problem, and it's such a hassle to get it here so nope.