<html><head><title>Site to site VPN problems</title> <meta charset="utf-8" http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" /> </head> <body> <span style=" font-family:'Arial'; font-size: 12pt;">Hello Asterisk,<br> <br> Sorry if this is off topic.<br> <br> I have recently acquired a second site and I'd like to put a couple of phones registered to me Asterisk server there. There is a Site to Site OpenVPN 192.168.1.0 connecting to 192.168.3.0. The phones were set up in SIP.conf and are properly registered over the VPN. I can make calls and receive calls at the new site, but there is either no voice or one way voice. Should I register them via the Internet instead of the VPN or am I missing something?<br> <br> Thanks, Ira</body></html>
Hi Ira, On 4/12/19 10:31 am, Ira wrote:> Site to site VPN problems Hello Asterisk, > > Sorry if this is off topic. > > I have recently acquired a second site and I'd like to put a couple of > phones registered to me Asterisk server there. There is a Site to Site > OpenVPN 192.168.1.0 connecting to 192.168.3.0. The phones were set up > in SIP.conf and are properly registered over the VPN. I can make calls > and receive calls at the new site, but there is either no voice or one > way voice. Should I register them via the Internet instead of the VPN > or am I missing something?Did you include both 192.168.1.0 and 192.168.3.0 in the localnet declarations in sip.conf? cheers, Jan
<html><head><title>Re: [asterisk-users] Site to site VPN problems</title> <meta charset="utf-8" http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" /> </head> <body> <span style=" font-family:'Arial'; font-size: 12pt;">Hello Jan,<br> <br> Tuesday, December 3, 2019, 1:39:43 PM, you wrote:<br> <br> <br> <i>Jan> Did you include both 192.168.1.0 and 192.168.3.0 in the localnet<br> Jan> declarations in sip.conf?<br> <br> </i>I did, both look like this:<br> <br> localnet=192.168.1.0/255.255.255.0<br> <br> I was just reading through sip.conf so check that and saw the suggestion to try adding nat=1 to those entries, so I just did that and hopefully it will help.<br> <br> Thanks so much for answering.<br> <br> -- Ira</body></html>