Need some help with configuring my VPN server.
Posted: Mon Aug 05, 2019 9:45 pm
I am getting this error in my .log file when trying to connect my OVPN GUI "Options error: --pull-filter cannot be used with --mode server
Use --help for more information."
I cant see it saying pull filter or mode server anywhere in my Server.ovpn configuration file.
This is my config.
dev-node "ServerVPN"
mode server
port 12345
proto tcp4-server
dev tun
tls-server
tls-auth "C:\\Program Files\\OpenVPN\\config\\ta.key" 0
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
ca "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\ca.crt"
cert "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\ServerVPN.crt"
key "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\ServerVPN.key"
dh "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\dh4096.pem"
server 10.10.10.0 255.255.255.0
client-to-client
keepalive 10 120
cipher AES-128-CBC
comp-lzo
persist-key
persist-tun
client-config-dir "C:\\Program Files\\OpenVPN\\config"
verb 3
route-delay 5
route-method exe
push "route 192.168.1.1 255.255.255.0"
route 192.168.182.0 255.255.255.0
And since im a noob at this im following a youtube tutorial. It's this one. https://www.youtube.com/watch?v=hKfHwQgAsUo&t=801s
Use --help for more information."
I cant see it saying pull filter or mode server anywhere in my Server.ovpn configuration file.
This is my config.
dev-node "ServerVPN"
mode server
port 12345
proto tcp4-server
dev tun
tls-server
tls-auth "C:\\Program Files\\OpenVPN\\config\\ta.key" 0
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
ca "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\ca.crt"
cert "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\ServerVPN.crt"
key "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\ServerVPN.key"
dh "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\dh4096.pem"
server 10.10.10.0 255.255.255.0
client-to-client
keepalive 10 120
cipher AES-128-CBC
comp-lzo
persist-key
persist-tun
client-config-dir "C:\\Program Files\\OpenVPN\\config"
verb 3
route-delay 5
route-method exe
push "route 192.168.1.1 255.255.255.0"
route 192.168.182.0 255.255.255.0
And since im a noob at this im following a youtube tutorial. It's this one. https://www.youtube.com/watch?v=hKfHwQgAsUo&t=801s