Brekeke Forum Index » Brekeke SIP Server Forum

Post new topic   Reply to topic
Limit on total number of physical network interfaces
Author Message
skb007
Brekeke Guru


Joined: 05 Oct 2015
Posts: 152
Location: USA

PostPosted: Wed Nov 28, 2018 8:46 am    Post subject: Limit on total number of physical network interfaces Reply with quote

1. Brekeke Product Name and Version: BSS Latest

2. Java version:1.8

3. OS type and the version:RHEL 7

4. UA (phone), gateway or other hardware/software involved: NA

5. Your problem:

We would like to know if there is a limit on BSS to accommodate on total number of physical interfaces configured on the server?

If I have 6 interfaces configured on the server and i want to use 5 interfaces:

net.bind.interface = 1.1.1.1

net.net1.interface = 1.1.1.1
net.net2.interface = 2.1.1.1
net.net3.interface = 3.1.1.1
net.net4.interface = 4.1.1.1
net.net5.interface = 5.1.1.1
net.net6.interface-restrict = 192.168.0.1

What is the significance of net.bind.interface ?
Do I need to use this (net.bind.interface) once or I have to use this for all the IPs I want to configure?


Last edited by skb007 on Wed Nov 28, 2018 11:34 am; edited 1 time in total
Back to top
View user's profile
Niloc
Brekeke Talented


Joined: 19 Sep 2017
Posts: 70
Location: NL

PostPosted: Wed Nov 28, 2018 11:22 am    Post subject: Reply with quote

Do you want to use one of interface IP addresses for SIP?
or do you want to use all of interface IP addresses for SIP?
Back to top
View user's profile
skb007
Brekeke Guru


Joined: 05 Oct 2015
Posts: 152
Location: USA

PostPosted: Wed Nov 28, 2018 11:36 am    Post subject: Reply with quote

I want to use 4 interfaces for SIP signalling and 5th interface for RTP only. I dont want BSS to use the 6th interface with private IP.
Back to top
View user's profile
skb007
Brekeke Guru


Joined: 05 Oct 2015
Posts: 152
Location: USA

PostPosted: Wed Dec 05, 2018 8:55 am    Post subject: Reply with quote

I would appreciate any response to my query.
Back to top
View user's profile
janP
Brekeke Master Guru


Joined: 25 Nov 2007
Posts: 336

PostPosted: Thu Dec 06, 2018 6:52 pm    Post subject: Reply with quote

BSS will not pick 6th interface because it is a private IP address.

For assigning 5th interface for RTP, use net.rtp.bindsrc and net.rtp.binddst variables at [Configuration]->[Advanced] page.

For example, 5.1.1.1 is 5th interface's IP address.
Code:
net.rtp.binddst = 5.1.1.1
net.rtp.bindsrc = 5.1.1.1
Back to top
View user's profile
skb007
Brekeke Guru


Joined: 05 Oct 2015
Posts: 152
Location: USA

PostPosted: Fri Dec 07, 2018 7:43 am    Post subject: Reply with quote

Appreciate your response.


UAC is connected to us on a point to point private circuit to our router. UAS is connected to us on Public Internet.



UAC -------(1.1.1.0/24)------->BSS--------(2.2.2.0/24)-------UAS


UAC--BSS: Signalling and media will use the same interface.
BSS-UAS: Signalling and Media will be on different interfaces.


Code:

$ifsrc = 1.1.1.1
net.rtp.bindsrc = 1.1.1.1

$ifdst = 2.2.2.1
net.rtp.binddst = 2.2.2.2



Will this work?
Back to top
View user's profile
janP
Brekeke Master Guru


Joined: 25 Nov 2007
Posts: 336

PostPosted: Mon Dec 10, 2018 4:33 pm    Post subject: Reply with quote

Set them at DeployPatterns.
Code:
$ifsrc = 1.1.1.1
&net.rtp.bindsrc = 1.1.1.1
$ifdst = 2.2.2.1
&net.rtp.binddst = 2.2.2.2
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    Brekeke Forum Index » Brekeke SIP Server Forum All times are GMT - 7 Hours
Page 1 of 1