- Joined
- Jan 2, 2024
- Messages
- 4
- Reaction score
- 1
I'm currently working on an C# extension for our on premise 3CX. I'm currently trying to make the ports (5482, 5432 and 5485) used for communicating with the 3cx available for outside connections. I already whitelisted my ip in the nftables configuration but it seems like the 3CX only listens on localhost connections.
I spotted an configuration file in
and changed
to
with the result that the 3cx dosn't start.
I spotted an configuration file in
Code:
/usr/share/3cxpbx/skel/Bin/
Code:
pbxSLNIC=127.0.0.1
confNIC=127.0.0.1
Code:
pbxSLNIC=0.0.0.0
confNIC=0.0.0.0
Last edited: