SNOM 370 and OpenVPN

Status
Not open for further replies.

rudym

Joined
Aug 15, 2008
Messages
36
Reaction score
0
Hi all,

I am trying to configure a SMON 370 phone to connect to a OpenVPN server.

I m using the 3CX box as the OpenVPN server the server seems to to be working as I am able to connect and access the PBX using a laptop. My problem is getting the phone to connect or loading the client on it.

I tried putting the tar on the local server \ on the 3CX server (as must SMON instructions indicate" and on an external server. I don't think the problem is related to loading the tar as it shows the following messages during startup;

Fetching VPN tarbal from: "URL of tarball" (no errors)
Flashing VPN files (no errors)
Rebooting to activate VPN" (no errors)

Starting OpenVPN (no errors)

But then all I get is a triangle on the lower corner of the phone.

If I look at the logs I don't see any errors relating to the VPN (not that the log give much information)

Below is my server config and vpnclient config file. Any help of advice its GREATLY appreciated.


Thanks
Rudy


--- SERVER
port 1194
proto udp
dev tap
dev-node tap-bridge
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
ifconfig-pool-persist ipp.txt
server-bridge 192.168.199.29 255.255.255.0 192.168.199.30 192.168.199.35
push "dhcp-option DNS 192.168.199.200"
client-to-client
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3


--- CLIENT
client
dev tap
proto udp
remote XX.XXX.XXX.XXX 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca /openvpn/ca.crt
cert /openvpn/phone01.crt
key /openvpn/phone01.key
comp-lzo
verb 3
keepalive 10 120
 
Status
Not open for further replies.

Latest Posts

Forum statistics

Threads
111,880
Messages
589,533
Members
164,733
Latest member
HLISolutions