[Asterisk-doc] docs common-issues.xml,1.2,1.3

blitzrage asterisk-doc@lists.digium.com
Tue, 11 May 2004 01:23:08 +0000


Comments:
Update of /cvsroot/asterisk/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25225/docs

Modified Files:
	common-issues.xml 
Log Message:
blitzrage
- huh, in sip.conf for NAT, the command is now localnet=<ip address>/<mask>
  who knew?
Index: common-issues.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/common-issues.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** common-issues.xml	7 May 2004 19:56:46 -0000	1.2
--- common-issues.xml	11 May 2004 01:23:01 -0000	1.3
***************
*** 181,186 ****
  			port=5060 		<lineannotation>; make sure you have this line</lineannotation>
  			externip=my.domain.com	<lineannotation>; this can be either external IP address, or FQDN</lineannotation>
! 			localmask=255.255.255.0	<lineannotation>; subnet mask.  This example is a /24 (class C)</lineannotation>
! 			localnet=192.168.0.0	<lineannotation>; local network your Asterisk server is in.</lineannotation>
  			</programlisting>
  		</para>
--- 181,185 ----
  			port=5060 		<lineannotation>; make sure you have this line</lineannotation>
  			externip=my.domain.com	<lineannotation>; this can be either external IP address, or FQDN</lineannotation>
! 			localnet=192.168.0.0/mask	<lineannotation>; local network your Asterisk server is in, plus network mask.</lineannotation>
  			</programlisting>
  		</para>