Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - dasbrow

#1
General Discussion / Re: SIP ports being denied
October 17, 2022, 10:40:39 PM
I'll try that tomorrow as it seems to be working with nothing port forwarded. I just changed the  Firewall Optimization to conservative and everything seems to be working. I am thinking that states between my system and my peer were being dropped prematurely.
#2
General Discussion / SIP ports being denied
October 17, 2022, 09:49:09 PM
I have tried every possible combination of rules, port forwards, etc to get my incoming SIP peering working.

No matter how I configure porting forwarding I always get denied:
2022-10-17T15:35:27-04:00   208.81.0.253(Peer):5060   FusionPBX:5080   udp   Default deny / state violation rule

If I force a re-registration via fusionpbx it will work for a short time, after a random amount of time the above deny/state violation rule occurs.

With out having to use sipproxy could someone give me my an example of how it should be configured?
#3
This solved everything. Greatly appreciated.
#4
I have a firewall rule under firewall->Rules->Lan to block Roblox while my kids are doing online schooling. Works great if I enable /disable it via the GUI. Unfortunately I can't see the rule via api calls, I want to automate blocking non school sites during class times.

Ie:
curl -k -u "YouKnowNothing":"JonSnow" https://192.168.254.249/api/firewall/searchRules
Returns:
{"rows":[],"rowCount":0,"total":0,"current":1}
or
curl -k -u "YouKnowNothing":"JonSnow" https://192.168.254.249/api/firewall/getRule/UUID
Returns:
[]

No idea what I am missing here. Please help my sanity and give me guidance.

Thanks in advance.

EDIT: I can't upgrade to 21.x until the weekend.