- Joined
- Jul 20, 2017
- Messages
- 4
- Reaction score
- 0
Greetings all,
If you know the answer to this, skip everything below: How is the "ID" field used in the 3cxsbc.conf? Is there any plan in the future for this field to behave differently than it currently does? Also any other good tidbits/nuances regarding performance/limitations/potential problems running multiple Debian SBCs would be very appreciated.
My versions are:
---
I'm trying to mitigate potential problems using w10 for SBCs by migrating all of them to Debian.
I've got 2 SBC's up and running fine on the same network (1 Debian SBC for testing and our actual production 3cxSBC on a Windows VM) but I was curious about this ID field.
Earlier during setup I modified /etc/3cxsbc.conf on our debian box so that the ID wouldn't be identical to the default one in our 3cxsbc.conf on our Windows SBC (by default it is 123456). The tunnel between the SBC and the 3cx server would not establish, it had these errors (the fqdn and ip have been sanitized):
If I set it back to the default ( ID=123456 ) the tunnel establishes and everything works fine. What is this field and how is it used?
Thanks!
If you know the answer to this, skip everything below: How is the "ID" field used in the 3cxsbc.conf? Is there any plan in the future for this field to behave differently than it currently does? Also any other good tidbits/nuances regarding performance/limitations/potential problems running multiple Debian SBCs would be very appreciated.
My versions are:
root@sbc:/# apt list |grep 3cx
3cxpbx/custom 15.0.61335.0 amd64
3cxsbc/custom,now 1.0.61335 amd64 [installed]
root@sbc:/# uname -a
Linux sbc 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64 GNU/Linux
---
I'm trying to mitigate potential problems using w10 for SBCs by migrating all of them to Debian.
I've got 2 SBC's up and running fine on the same network (1 Debian SBC for testing and our actual production 3cxSBC on a Windows VM) but I was curious about this ID field.
Earlier during setup I modified /etc/3cxsbc.conf on our debian box so that the ID wouldn't be identical to the default one in our 3cxsbc.conf on our Windows SBC (by default it is 123456). The tunnel between the SBC and the 3cx server would not establish, it had these errors (the fqdn and ip have been sanitized):
INFO | 20170720-115352.467 | 3CXTunnel | TUNL | 139768861243200 | /home/repomaster/root15/Sources/Projects/3CXSBC/Dns.cpp:123 | [DNS] Resolved host name a.very.valid.fqdn to [123.456.789.000]
NOTICE | 20170720-115352.467 | 3CXTunnel | TUNL | 139768861243200 | /home/repomaster/root15/Sources/Projects/3CXSBC/TunnelTcp.cpp:235 | Making TCP connection to [ V4 123.456.789.000:5090 TCP ]
NOTICE | 20170720-115353.468 | 3CXTunnel | TUNL | 139768861243200 | /home/repomaster/root15/Sources/Projects/3CXSBC/TunnelTcp.cpp:757 | Sending keep-alive. Stats: KA sent: 1, KA recv: 0
DEBUG | 20170720-115353.556 | 3CXTunnel | TUNL | 139768861243200 | /home/repomaster/root15/Sources/Projects/3CXSBC/security.cpp:1072 | Ready to send, send q size = 1
NOTICE | 20170720-115353.556 | 3CXTunnel | TUNL | 139768861243200 | /home/repomaster/root15/Sources/Projects/3CXSBC/TunnelTcp.cpp:609 | Tunnel connection to [ V4 123.456.789.000:5090 TCP ] is accepted
ALERT | 20170720-115353.556 | 3CXTunnel | TUNL | 139768861243200 | /home/repomaster/root15/Sources/Projects/3CXSBC/TunnelTcp.cpp:660 | Sending first packet from [ V4 0.0.0.0:51592 UNKNOWN_TRANSPORT ] to [ V4 123.456.789.000:5090 TCP ]
INFO | 20170720-115353.630 | 3CXTunnel | TUNL | 139768861243200 | /home/repomaster/root15/Sources/Projects/3CXSBC/security.cpp:1300 | Keep-alive received
WARNING | 20170720-115353.714 | 3CXTunnel | TUNL | 139768861243200 | /home/repomaster/root15/Sources/Projects/3CXSBC/TunnelTcp.cpp:631 | Tunnel connection to [ V4 123.456.789.000:5090 TCP ] is disconnected; error: Connection is terminated by peer - while begin to read a packet from tunnel
ERR | 20170720-115353.714 | 3CXTunnel | TUNL | 139768861243200 | /home/repomaster/root15/Sources/Projects/3CXSBC/TunnelTcp.cpp:262 | Bridge [3CX Session Border Controller] failure 'Connection is terminated by peer - while begin to read a packet from tunnel' on TCP connection: TunnelTcp:rocess
If I set it back to the default ( ID=123456 ) the tunnel establishes and everything works fine. What is this field and how is it used?
Thanks!