Use two interfaces at the same time

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
sadzas
Posts: 18
Joined: Mon Aug 04, 2008 8:12 am

Use two interfaces at the same time

Post by sadzas »

1. Brekeke Product Name and version: SIP server Academic

2. Java version: java version "1.6.0_07"

3. OS type and the version: Ubuntu 8.04

6. Your problem:

I need that SIP server listen in two interfaces at the same time.

eth0 ---> 192.168.2.1
eth1 ---> 192.168.3.1

The thing is: the inbound traffic (eth0) must to go out trough eth1.

It is possible ? How I do that?

thanks in advance.
Haddas
Posts: 170
Joined: Thu Jan 17, 2008 11:55 am

Post by Haddas »

hi

It is possible.
If a UAC is in eth0 side and a UAS is in eth1 side, the traffic pierces from eth0 to eth1.
sadzas
Posts: 18
Joined: Mon Aug 04, 2008 8:12 am

Post by sadzas »

Thanks.. but... what is UAC? User account Control??

and how I do that?

It's from Dial Plan?

thanks!
Haddas
Posts: 170
Joined: Thu Jan 17, 2008 11:55 am

Post by Haddas »

UAC means "User Agent Client".
You may need to read the RFC.. http://www.ietf.org/rfc/rfc3261.txt

I think you don't have to use the DialPlan.
What kind of UA (client device or softphone) are you using??
Post Reply