Can't ping other server hosts within "server-bridge" network
Posted: Tue Jul 09, 2019 12:08 pm
I'm trying to setup simple thing - private network of 2 VPS hosts accessible to external client.
So far I have setup where ping works from client to VPN'en IP of server host where OpenVpn is hosted. But other host in server network is not ping'able from client - can someone help me to fix this?
Now i have ...
1. Ethernet bridge on OpenVpn server (v2.4.7 + Ubuntu 18.04) configured as outlined at "community-resources/ethernet-bridging"
Ping from 'OpenVpn server' to 'another host' work OK.
2. OpenVpn server configuration (TCP/443 is used because UDP/443 is cut-off on one of client networks, anyway - switching to UDP does not change anything)
port 443
proto tcp
server-bridge ...
dev tap0
push "route ..."
...
3. Client configuration
client
dev tap0
proto tcp
...
Unfortunatelly presence of any IP address in text triggers "antispam filter" saying "Forbidden. Contains contacts.". Therefore I'm not able to post more useful details.
So far I have setup where ping works from client to VPN'en IP of server host where OpenVpn is hosted. But other host in server network is not ping'able from client - can someone help me to fix this?
Now i have ...
1. Ethernet bridge on OpenVpn server (v2.4.7 + Ubuntu 18.04) configured as outlined at "community-resources/ethernet-bridging"
Ping from 'OpenVpn server' to 'another host' work OK.
Code: Select all
# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.b602c32d4aec no eth1
tap0
server
port 443
proto tcp
server-bridge ...
dev tap0
push "route ..."
...
3. Client configuration
client
client
dev tap0
proto tcp
...
Unfortunatelly presence of any IP address in text triggers "antispam filter" saying "Forbidden. Contains contacts.". Therefore I'm not able to post more useful details.