Menu

--sip-listen bind only 1 interface

Help
geerts
2010-02-02
2013-05-28
  • geerts

    geerts - 2010-02-02

    Can some one state the correct iface usage:

    eth0 192.168.1.41
    eth2  192.168.4.41

    I want to limit that t38modem listen only to eth2.

    -sip-listen udp$eth2:5060

    or

    -sip-isten udp$192.168.4.41:5060

    neither does the job

    -sip-listen iface        : Interface/port(s) to listen for SIP requests
                                : '*' is all interfaces (default tcp$*:5060 and
                                : udp$*:5060).

    still getting:

    # netstat -anp | grep "6108"
    tcp        0      0 0.0.0.0:5600                0.0.0.0:*                   LISTEN      6108/t38modem
    udp        0      0 192.168.1.41:5600           0.0.0.0:*                               6108/t38modem
    udp        0      0 192.168.4.41:5600           0.0.0.0:*                               6108/t38modem

     
  • geerts

    geerts - 2010-02-02

    found

    the correct syntax is

    -sip-isten udp\$192.168.4.41:5060

     

Log in to post a comment.