NO JOY Wazo Unknown and Suspicious Devices

PBXOK

New Member
Joined
Feb 8, 2016
Messages
9
Reaction score
4
I have Wazo 17.01 running at Vultr with iptables running. Under Services>IPBX>IPBX Settings>Devices unknown devices keep appearing from 184.105.139.XX and 118.193.26.XX as "Device not configured" (Red ballon). How can I stop this from happening? Thanks!
 
Joined
Nov 14, 2008
Messages
1,398
Reaction score
320
California and China addrs's Could they be related to interfaces or drivers on the machine?
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,206
Reaction score
5,228
@Sylvain Boily: 8667 already is blocked by IPtables but these devices continue to show up... so some other port or internal Wazo process is allowing them through. Private IP addresses are not firewalled. Here are the allowed ports in the Incredible PBX default WhiteList with IPtables:
Code:
-A INPUT -p tcp -m tcp --dport 25 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 113 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 1723 -j ACCEPT
-A INPUT -p udp -m udp --dport 4569 -j ACCEPT
-A INPUT -p udp -m udp --dport 10000:20000 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 32976 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 4445 -j ACCEPT
-A INPUT -p udp -m udp --dport 123 -j ACCEPT
-A INPUT -p udp -m udp --dport 69 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 9022 -j ACCEPT
-A INPUT -p udp -m udp --dport 5353 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 2000 -j ACCEPT
-A INPUT -p udp -m udp --dport 9486:9502 -j ACCEPT
 

PBXOK

New Member
Joined
Feb 8, 2016
Messages
9
Reaction score
4
Any updates on this? Still seeing these on Wazo 17.09.
 

Members online

Forum statistics

Threads
25,824
Messages
167,831
Members
19,249
Latest member
jetest
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top