Connection issues, Unable to connect
Posted: Wed May 12, 2021 6:33 am
Hello, I'm trying to configure my OVPN server at the moment but having a few issues.
My network is configured out as follows:
LAN 10.0/24
IoT 12.0/24
Guests 13.0/24
OVPN 14.0/24
OVPN static IP at 14.1 port forwarding all working ok, as it was connecting, but couldn't connect to any services on my plan. I've now got the below in my config, but I just cannot connect. I've tried looking through documents but just cannot see where or how I've gone wrong. If someone could explain to me my mistakes, I assume I've misunderstood something.
My network is configured out as follows:
LAN 10.0/24
IoT 12.0/24
Guests 13.0/24
OVPN 14.0/24
OVPN static IP at 14.1 port forwarding all working ok, as it was connecting, but couldn't connect to any services on my plan. I've now got the below in my config, but I just cannot connect. I've tried looking through documents but just cannot see where or how I've gone wrong. If someone could explain to me my mistakes, I assume I've misunderstood something.
Code: Select all
port 1194
proto tcp-server
dev tun
user nobody
group nogroup
persist-key
persist-tun
keepalive 10 120
topology subnet
mode server
ifconfig 192.168.14.1
ifconfig-pool 192.168.14.5 192.168.14.8
#push "route-gateway 192.168.14.254"
push "route 192.168.14.1"
push "dhcp-option DNS 192.168.14.254"
dh none
ecdh-curve prime256v1
tls-crypt tls-crypt.key
crl-verify crl.pem
ca ca.crt
cert HIDDEN.KEY
key HIDDEN.KEY
auth SHA256
cipher AES-128-GCM
ncp-ciphers AES-128-GCM
tls-server
tls-version-min 1.2
tls-cipher TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256
client-config-dir /etc/openvpn/ccd
status /var/log/openvpn/status.log
verb 3