Search results

  1. S

    Access Admin GUI and SSH from VPN Connection

    No - the OpenVPN Server is cloud host at GCP. Client(my machine) runs a ovpn client. The connection would look like this - Client>>OpenVPNServer>>IPSec Tunnel to Sophos>>LAN The LAN clients would use IPSec tunnels if they needed to go to another site so they are unaware of the Inbound OpenVPN...
  2. S

    Access Admin GUI and SSH from VPN Connection

    Not an expert and this could be a guess on my part, but I think the issue is that the node will only answer to ssh, ping, and https from devices inside of its LAN (192.168.250.x in this case). Since my VPN connection traffic is coming from 172.28.x.x I think the node is refusing the connection...
  3. S

    Access Admin GUI and SSH from VPN Connection

    No - the node is a device on the 192.168.250.0 network. Gateway is a Sophos firewall. Not sure I was too clear on what 'when connected to the vpn' meant - this is an OpenVPN client from my machine remotely connecting to the 192.168.250.0 network. So on my machine, I would be coming from the...
  4. S

    Access Admin GUI and SSH from VPN Connection

    Setup: ProxMox node has a single NIC - 192.168.250.251 Able to access the GUI and SSH from the 192.168.250.x LAN The node has a single VM (Ubuntu) which is accessible via ssh from the 192.168.250.x LAN The VPN server is cloud-hosted and provides IPs to clients in the 172.28.x.x range When...