On Wed, 07 Jul 2004 16:50:18 +0300, Damian Minkov <[EMAIL PROTECTED]> wrote: > I have * box on machine with external ip address and internal one > I'm tring to register to it from to machines - one from innternet ( > everything is ok - in sip.conf nat=yes)\ > and the other one is in the internal network (in sip.conf - nat=no ) and > it say 403 Forbidden? > Any Ideas ? here are the logs and configs <SNIP>
> And SIP.conf > > [general] > context=sip-internal > language=bg > port=5060 > bindaddr=0.0.0.0 > Add some stuff here nat=yes localnet=192.168.0.0/255.255.0.0; All RFC 1918 addresses are local networks localnet=10.0.0.0/255.0.0.0 ; Also RFC1918 localnet=172.16.0.0/12 ; Another RFC1918 with CIDR notation localnet=169.254.0.0/255.255.0.0 ;Zero conf local network > [not ok phone] > type=friend > username=user1 > callerid="User1" > host=dynamic > nat=no > > [ok phone] > type=friend > username=user2 > callerid="User2" > host=dynamic > nat=yes > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
