Two nodes, one accepts calls, the other doesn't

Allmon3 is a http connection to the server asterisk management interface.
Not a iax connection to the node.

1 Like

Take a look at the firewall

sudo ufw status

It’s just worth a look.

I think the issue is just a little more simple and fundamental.
Can you verify the ip address of the server.

curl https://api.ipify.org

you might also look at the ipv4 setup in your networking. Check that against the guide provided at vutlr.

Rather that turning off the firewall you can add a rule you can later delete if you wish.

sudo ufw allow from 0.0.0.0 proto udp to any port 4569

But I am curious if you used a deb12 install from vultr or loaded an iso of deb12?.

I nuked the Vultr instance and started over again. I did pretty much the same procedure, but somehow it works this time. But there’s one caveat. I disabled ufw. Of course it’s a temporary fix for now.

I’ll make ufw settings the basis for a new topic.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.