Configure OpenVPN on the Latitude 7230 #15

Closed
opened 2025-03-22 15:08:08 +00:00 by eric · 1 comment
Owner

The device should connect to openvpn.eom.dev by default.

The device should connect to openvpn.eom.dev by default.
eric added this to the 2025:Q2 milestone 2025-03-22 15:08:08 +00:00
eric added a new dependency 2025-03-22 15:08:46 +00:00
eric self-assigned this 2025-03-22 15:08:56 +00:00
Author
Owner

The following .ovpn file was used to successfully configure a client connection on the Latitude 7230:

client
dev tun
proto udp
remote openvpn.eom.dev 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca /home/eric/Desktop/vpn/cacert.pem
cert /home/eric/Desktop/vpn/client1.pem
key /home/eric/Desktop/vpn/client1.key
The following .ovpn file was used to successfully configure a client connection on the Latitude 7230: ``` client dev tun proto udp remote openvpn.eom.dev 1194 resolv-retry infinite nobind persist-key persist-tun ca /home/eric/Desktop/vpn/cacert.pem cert /home/eric/Desktop/vpn/client1.pem key /home/eric/Desktop/vpn/client1.key ```
eric closed this issue 2026-06-03 13:57:21 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Depends on
#7 Configure VPN on EdgeRouter 6P
DevOps/software-infrastructure
Reference: DevOps/software-infrastructure#15