Displaying 5 results from an estimated 5 matches for "outside_addr".
2003 Dec 01
3
Re: Asterisk behind NAT << How to do it. (Leif Madsen)
...Madsen <leif@hacklocalhost.com>
> http://www.hacklocalhost.com
In my configuration I have internal SIP clients registering from
192.168.0.0/28 and my * address is at 192.168.0.100. Using the host address
of the * box as the inside_net variable the audio from 192.168.0.0/28 was
sent to the outside_addr variable giving one-way speech. Setting
internal_net to the subnet address of 192.168.0.0 and inside_mask to
255.255.255.0 the call behaved correctly.
darren
2004 Apr 07
1
Strange SIP issue (again)
Hi,
just to repeat my previous post (and trying to find a solution):
Setup is * behind NAT.
I can use FWD (time service, echo server) without problems when I add
this to sip.conf:
externip=a.b.c.d ; a.b.c.d is the IP of the router (Linux/Nat)
outside_addr=a.b.c.d
My ICH however now responds with:
-- Got SIP response 481 "Call Leg/Transaction Does Not Exist" back from
213.137.73.140
If I leave the above section out, ICH works fine for outbound calls but
FWD is quiet. I have yet to get inbound calls to work.
So fix this scenario, my su...
2003 Nov 27
13
Asterisk behind NAT << How to do it.
...e lines:
; sip.conf snippet
[general]
port=5060 ; make sure you have this line :)
inside_net=192.168.1.100 ; this is the internal ip address of
the ;
asterisk server
inside_mask=255.255.255.0 ; internal ip mask. /24 as this example
outside_addr=216.239.33.100 ; this can also be a FQDN! ie.
; my.domain.com
; ... plus whatever else you have in your sip.conf
Download the patch at:
http://bugs.digium.com/file_download.php?file_id=430&type=bug
Either update your Asterisk or verify you have at least ver...
2004 Apr 26
0
Help with connecting 2 servers via iax
...'t' in context 'sip'
voip1*CLI>
Any info would be appreciated. Thanks.
My configs are below for sip, iax, and extensions
viop1:
sip--------------
[general]
port = 5060 ; Port to bind to (SIP is 5060)
context=sip
;inside_net=192.168.1.15
;inside_mask=255.255.255.0
;outside_addr=65.243.233.251
;externip=65.243.233.251
;localmask=255.255.255.0
;localnet=192.168.1.0
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
allow=all ;allow=all
allow=ulaw ; Allow all codecs
allow=alaw
allow=g729
;context = bogon-calls ; Send SIP callers that...
2004 Mar 08
3
SIP registration fails
...9;t understand why this would
now work.
; SIP Configuration for Asterisk
;
[general]
port = 5060 ; Port to bind to
bindaddr = 192.168.1.1 ; Address to bind to
localnet = 192.168.1.0 ; Internal network address
localmask = 255.255.255.0 ; Internal netmask
outside_addr = a.b.c.d ; External network, a.b.c.d is my external IP
externip = a.b.c.d ; Public IP
;
register=263872:mypass@fwd.pulver.com/263872
;
[fwd]
type=friend
secret=mypass
username=263872
host=fwd.pulver.com
My shorewall/rules I used looks like this (pretty open, rtp.conf was
adjusted acco...