MT6000 - OVPNSERVER Interface - Unsupported Protocol

Hi.
As per title.
ovpnserverunsupportedprotocol

Do I ignore the message or what extension do I need to Install?

Log file:

Sun Dec  8 17:16:14 2024 daemon.info avahi-daemon[15338]: Leaving mDNS multicast group on interface ovpnserver.IPv4 with address 10.8.0.1.
Sun Dec  8 17:16:14 2024 daemon.info avahi-daemon[15338]: Withdrawing address record for 10.8.0.1 on ovpnserver.
Sun Dec  8 17:16:14 2024 daemon.info avahi-daemon[15338]: Joining mDNS multicast group on interface ovpnserver.IPv4 with address 10.8.0.1.
Sun Dec  8 17:16:14 2024 daemon.info avahi-daemon[15338]: New relevant interface ovpnserver.IPv4 for mDNS.
Sun Dec  8 17:16:14 2024 daemon.info avahi-daemon[15338]: Registering new address record for 10.8.0.1 on ovpnserver.IPv4.
Sun Dec  8 17:16:14 2024 daemon.info avahi-daemon[15338]: Joining mDNS multicast group on interface ovpnserver.IPv6 with address fe80::3094:3e57:9395:4169.
Sun Dec  8 17:16:14 2024 daemon.info avahi-daemon[15338]: New relevant interface ovpnserver.IPv6 for mDNS.
Sun Dec  8 17:16:14 2024 daemon.info avahi-daemon[15338]: Registering new address record for fe80::3094:3e57:9395:4169 on ovpnserver.*.
Sun Dec  8 17:16:14 2024 daemon.notice netifd: Interface 'ovpnserver' is now up
Sun Dec  8 17:16:14 2024 daemon.notice netifd: Network device 'ovpnserver' link is up
Sun Dec  8 17:16:14 2024 daemon.warn ovpnserver[5683]: Could not determine IPv4/IPv6 protocol. Using AF_INET
Sun Dec  8 17:16:14 2024 daemon.notice ovpnserver[5683]: Socket Buffers: R=[212992->212992] S=[212992->212992]
Sun Dec  8 17:16:14 2024 daemon.notice ovpnserver[5683]: UDPv4 link local (bound): [AF_INET][undef]:1194
Sun Dec  8 17:16:14 2024 daemon.notice ovpnserver[5683]: UDPv4 link remote: [AF_UNSPEC]
Sun Dec  8 17:16:14 2024 daemon.notice ovpnserver[5683]: GID set to nogroup
Sun Dec  8 17:16:14 2024 daemon.notice ovpnserver[5683]: UID set to nobody
Sun Dec  8 17:16:14 2024 daemon.notice ovpnserver[5683]: MULTI: multi_init called, r=256 v=256
Sun Dec  8 17:16:14 2024 daemon.notice ovpnserver[5683]: IFCONFIG POOL IPv4: base=10.8.0.2 size=252
Sun Dec  8 17:16:14 2024 daemon.notice ovpnserver[5683]: Initialization Sequence Completed
Sun Dec  8 17:16:14 2024 user.notice firewall: Reloading firewall due to ifup of ovpnserver (ovpnserver)

Thanks.

Pls omit the "unsupport protocol" in luci.

If you use the stock UI to configure vpn, everything is fine there. Luci does not matter and the log also seems fine.

The stock firmware use protocol "ovpnserver" and "ovpnclient" to differenciate server and client. While in luci it should both be "openvpn". The same applies to wireguard.

If you want to use Luci to configure opevpn, you need to do this:

  1. Remove the configure generated by the stock UI.
  2. Install luci-proto-openvpn and configure everything from there. It will be complicated config though.
1 Like

Thank you.