w1ve
Guru
- Joined
- Nov 15, 2007
- Messages
- 842
- Reaction score
- 223
Hey Folks,
Trying to set up 2020 on Vultr.
I installed CentOS 7 64-bit minimal instance on a Toronto server.
I installed according to @wardmundy's latest instructions. Everything working great.
Then, I attempted to set up an IP authenticated trunk with BulkVs.
They even have a FreePBX instruction sheet on their site.
So, I have:
In /usr/local/sbin/iptables-custom:
# bulkvs
/usr/sbin/iptables -A INPUT -p udp -m udp -s 199.255.157.198 --dport 5060 -j ACCEPT
/usr/sbin/iptables -A INPUT -p udp -m udp -s 162.249.171.198 --dport 5060 -j ACCEPT
/usr/sbin/iptables -A INPUT -p udp -m udp -s 69.12.88.198 --dport 5060 -j ACCEPT
/usr/sbin/iptables -A INPUT -p udp -m udp -s 76.8.29.198 --dport 5060 -j ACCEPT
In /etc/asterisk/sip_custom_post.conf:
[bulkvs1](bulkvs);
host=199.255.157.198
[bulkvs2](bulkvs);
host=162.249.171.198
[bulkvs3](bulkvs);
host=69.12.88.198
[bulkvs4](bulkvs);
host=76.8.29.198
And, for good measure, in etc/sysconfig/iptables:
#bulkvs
-A INPUT -s 199.255.157.198 -j ACCEPT
-A INPUT -s 162.249.171.198 -j ACCEPT
-A INPUT -s 69.12.88.198 -j ACCEPT
-A INPUT -s 76.8.29.198 -j ACCEPT
# your own additions go above here
Now, it seems that only one of the four bulkVS servers can get through to the
PBX. (I can register my extensions fine, and make outgoing calls fine via this method.)
However, I can't get incoming calls.
I enabled icmp so bulkvs support could see if they could reach my pbx via their server's subnet.
They could not.
I talked with vultr support, and they suggested switching to a fixed IP rather than use the internal DHCP system they use. I did that.
Still the same issue.
I have a range of extensions for direct dialing. I call one of the extensions externally and never see the asterisk log change.
Very excited about IPBX 2020 but these problems are perplexing.
Thanks!
Trying to set up 2020 on Vultr.
I installed CentOS 7 64-bit minimal instance on a Toronto server.
I installed according to @wardmundy's latest instructions. Everything working great.
Then, I attempted to set up an IP authenticated trunk with BulkVs.
They even have a FreePBX instruction sheet on their site.
So, I have:
In /usr/local/sbin/iptables-custom:
# bulkvs
/usr/sbin/iptables -A INPUT -p udp -m udp -s 199.255.157.198 --dport 5060 -j ACCEPT
/usr/sbin/iptables -A INPUT -p udp -m udp -s 162.249.171.198 --dport 5060 -j ACCEPT
/usr/sbin/iptables -A INPUT -p udp -m udp -s 69.12.88.198 --dport 5060 -j ACCEPT
/usr/sbin/iptables -A INPUT -p udp -m udp -s 76.8.29.198 --dport 5060 -j ACCEPT
In /etc/asterisk/sip_custom_post.conf:
[bulkvs1](bulkvs);
host=199.255.157.198
[bulkvs2](bulkvs);
host=162.249.171.198
[bulkvs3](bulkvs);
host=69.12.88.198
[bulkvs4](bulkvs);
host=76.8.29.198
And, for good measure, in etc/sysconfig/iptables:
#bulkvs
-A INPUT -s 199.255.157.198 -j ACCEPT
-A INPUT -s 162.249.171.198 -j ACCEPT
-A INPUT -s 69.12.88.198 -j ACCEPT
-A INPUT -s 76.8.29.198 -j ACCEPT
# your own additions go above here
Now, it seems that only one of the four bulkVS servers can get through to the
PBX. (I can register my extensions fine, and make outgoing calls fine via this method.)
However, I can't get incoming calls.
I enabled icmp so bulkvs support could see if they could reach my pbx via their server's subnet.
They could not.
I talked with vultr support, and they suggested switching to a fixed IP rather than use the internal DHCP system they use. I did that.
Still the same issue.
I have a range of extensions for direct dialing. I call one of the extensions externally and never see the asterisk log change.
Very excited about IPBX 2020 but these problems are perplexing.
Thanks!