Bruce Ferrell
2010-Jan-19 21:17 UTC
[asterisk-users] How to enable a range of IP addresses in realtime sip_buddies
I'm using realtime sip peers and I need to enable a range of IP addresses for a peer. I have: deny = 0.0.0.0/0.0.0.0 permit = xxx.yyy.zzz.0/255.255.255.0 mask = 255.255.255.0 defaultIP = xxx.yyy.zzz.112 host = xxx.yyy.zzz.112 Addresses other than .112 are being denied. Can someone offer assistance? Am I doing something wrong? Bruce
Jonathan Thurman
2010-Jan-19 23:51 UTC
[asterisk-users] How to enable a range of IP addresses in realtime sip_buddies
You need to set: host=dynamic Otherwise only .112 is allowed. -Jonathan On Tue, Jan 19, 2010 at 1:17 PM, Bruce Ferrell <bferrell at baywinds.org> wrote:> I'm using realtime sip peers and I need to enable a range of IP > addresses for a peer. > > I have: > > deny ? ? ?= 0.0.0.0/0.0.0.0 > permit ? ?= xxx.yyy.zzz.0/255.255.255.0 > mask ? ? ?= 255.255.255.0 > defaultIP = xxx.yyy.zzz.112 > host ? ? ?= xxx.yyy.zzz.112 > > Addresses other than .112 are being denied. ?Can someone offer > assistance? Am I doing something wrong? > > Bruce > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > ? http://lists.digium.com/mailman/listinfo/asterisk-users >