Clients can't see other clients

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
lechh
OpenVpn Newbie
Posts: 1
Joined: Tue Jul 23, 2019 8:20 pm

Clients can't see other clients

Post by lechh » Tue Jul 23, 2019 8:32 pm

Hello.
I am new to OpenVPN, I just started with a new company and inherited this solution. I've spent the last 2 days searching for how to make VPN clients "see" each other. It seems the remote clients can connect to the VPN, able to access the company LAN, access resources on the LAN. Vice-versa, the computers to the LAN can see the connected remote clients. However, remote clients cannot see other remote clients. VPN is setup in Tab bridge mode. What am I missing?
Below is the server info and config file:

OS: CentOS 7
OpenVPN 2.0

#OpenVPN Server Config
port 5554
proto tcp
proto udp
dev tap0
ca keys/ca.crt
cert keys/server.crt
key keys/server.key
dh keys/dh2048.pem
server-bridge 192.168.10.45 255.255.255.0 192.168.10.61 192.168.10.99
client-to-client
duplicate-cn
keepalive 10 120
persist-key
persist-tun
status openvpn-status.log
log /var/log/openvpn.log
log-append /var/log/openvpn.log
verb 3
management localhost 5555

#Firewall config
trusted (active)
target: ACCEPT
icmp-block-inversion: no
interfaces: wlan0
sources:
services: openvpn http telnet
ports: 5554/udp 5001/tcp 5555/tcp 5555/udp
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:

Post Reply