Client services not working

This forum is for admins who are looking to build or expand their OpenVPN setup.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
gmeira17
OpenVpn Newbie
Posts: 1
Joined: Thu Feb 02, 2023 3:50 am

Client services not working

Post by gmeira17 » Thu Feb 02, 2023 3:58 am

Someone please help!

connection works, websites work, the client can ping outside, is receiving in and out traffic (checked tcpdump on openvpn server) but can't get any services from the client to work.

e.g.: no packets recieved trying to access from outside a webserver thats on the client.

all required ports are open.

Heres my server config:
Server config

Code: Select all

local 10.0.0.151
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh.pem
auth SHA512
tls-crypt tc.key
topology subnet
server 10.8.0.0 255.255.255.0
push "redirect-gateway def1 bypass-dhcp"
ifconfig-pool-persist ipp.txt
push "dhcp-option DNS 169.254.169.254"
push "block-outside-dns"
keepalive 10 120
cipher AES-256-CBC
user nobody
group nogroup
persist-key
persist-tun
verb 3
crl-verify crl.pem
explicit-exit-notify
ifconfig-pool-persist ipp.txt
push "route 10.8.0.0 255.255.255.0"[/oconf]

Post Reply