I’m having a problem with RUT360 behavior after it establishes OpenVPN connection with the server.
The idea behind this deployment is to have access to all devices connected to the RUT360 LAN port. RUT360 and other clients connect to the same OpenVPN server and thus they are in the same subnet. This functionality works fine and I’m able to connect to devices connected directly do RUT360 LAN port via OpenVPN connection.
The problem is that I can’t access RUT360 WebUI (ping isn’t working too) either from local RUT360 LAN network or from OpenVPN connection after the OpenVPN connection is established. I’ve already enabled access to GUI from WAN in firewall.
Some RUT360 configuration details:
LAN interface:
Static 192.168.3.1/24
RUT360 OpenVPN configuration:
client
dev tap0
proto tcp
remote xxx
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert rut360.crt
key rut360.key
cipher AES-128-CBC
verb 3
Below you can find current OpenVPN server configuration.
dev tap5
server-bridge 192.168.3.230 255.255.255.0 192.168.3.232 192.168.3.238
askpass /openvpn/SterbitVPN_6/server/server.pass
dh /openvpn/SterbitVPN_6/server/dh.pem
ca /openvpn/SterbitVPN_6/server/ca.crt
cert /openvpn/SterbitVPN_6/server/server.crt
key /openvpn/SterbitVPN_6/server/server.key
max-clients 6
verb 3
log-append /openvpn/openvpn6.log
keepalive 10 60
reneg-sec 0
client-to-client
cipher AES-128-CBC
status /openvpn/ovpn_status_6_result 30
status-version 2
proto tcp-server
port 1199
I’m having the same issue on similar deployment using RUT241.
Could you please help me investigate what am I doing wrong?
thanks for helping me out with this issue!
RUT360 is the only client, so with server occupying address 192.168.3.230 I don’t see an option for an IP conflict.
I tried messing with firewall but with no results, still the same behavior. Below you cant find those config files you were asking for.
I do not see a TAP interface for OpenVPN bridge under your LAN network config. You would want to bridge the eth0 and tap interface under the LAN interface.
Is the issue with accessing RUT360 itself, but everything else works properly?
I assume that you are unable to view logs from the command line since it is not accessible when OpenVPN is active. Are you able to see any logs if you run logread in real-time and then enable OpenVPN after?: