For Yeastar products, it could work as either server or client. But the debug command is rather different.
S-Series PBX works as OpenVPN Server
The command is mainly to check the errors when the OpenVPN client tries to connect.
See the procedure:
1. Enable OpenVPN server and make sure it show Running state. (If it is not running, it means the configuration is not good. Then check the configuration first.)
2. Enter console by SSH. How to Log in SSH of Yeastar S-Series VoIP PBX
3. Input command:
nc localhost 8094
4. Start the OpenVPN client to connect S-Series PBX. Wait for a few seconds till it prints error log.
5. Press Ctrl + C to stop the debug.
6. Copy and post us the log when required.
S-Series PBX works as OpenVPN Client
The debug command is limited.
U-Series, N-Series and Gateways works as OpenVPN Client
See the procedure:
1. Upload OpenVPN package file and enable OpenVPN.
2. Enter console by SSH: How To Login the SSH of Yeastar MyPBX
3. Input command to stop OpenVPN process first:
/etc/init.d/openvpn stop
4. Restart the OpenVPN process:
/etc/init.d/openvpn start
5. Wait for a few seconds till it prints the error log.
6. Stop the OpenVPN process by command:
/etc/init.d/openvpn stop
Or press Ctrl + C.
7. Copy and post us the log when required.
0 Comments