[solved] Openvpn running but not shown in luci

Hi! I have a similar problem as in this closed topic,
so I ask here for help:
I installed OpenVPN server on my TP-Link w8970 following the main guide
everything went fine and my VPN is up and running.

But I can't see it in Luci.
I don't know what to do, I'm a little bit nood about OpenWRT
any help appreciated!

Following my server.conf:

user nobody
group nogroup
dev tun
port 1194
proto udp
server 192.168.8.0 255.255.255.0
topology subnet
client-to-client
keepalive 10 60
persist-tun
persist-key
push "dhcp-option DNS 192.168.8.1"
push "dhcp-option DOMAIN lan"
push "redirect-gateway def1"
push "persist-tun"
push "persist-key"
<dh>
-----BEGIN DH PARAMETERS-----
[removed for privacy]
-----END DH PARAMETERS-----
</dh>
<tls-crypt>
-----BEGIN OpenVPN Static key V1-----
[removed for privacy]
-----END OpenVPN Static key V1-----
</tls-crypt>
<key>
-----BEGIN PRIVATE KEY-----
[removed for privacy]
-----END PRIVATE KEY-----
</key>
<cert>
-----BEGIN CERTIFICATE-----
[removed for privacy]
-----END CERTIFICATE-----
</cert>
<ca>
-----BEGIN CERTIFICATE-----
[removed for privacy]
-----END CERTIFICATE-----
</ca>
2 Likes
2 Likes

thank you very much, I missed this page, now it works!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.