Re: [App_rpt-users] Outbound call problem! Unable to handle indication 13
This is what I have for my node: add action=dst-nat chain=dstnat comment="Allstar Link IAX2" dst-port=4569 in-interface=ether1-gateway protocol=udp to-addresses=192.168.1.120 to-ports=4569 add action=dst-nat chain=dstnat comment="Allstarlink chan_echolink" dst-port=5198-5199 in-interface=ether1-gateway protocol=udp to-addresses=192.168.1.120 to-ports=5198-5199 add action=dst-nat chain=dstnat comment="Allstarlink SIP" dst-port=5060 in-interface=ether1-gateway protocol=udp to-addresses=192.168.1.120 to-ports=5060 add action=dst-nat chain=dstnat comment="Allstarlink RTP" dst-port=10000-65535 in-interface=ether1-gateway protocol=udp to-addresses=192.168.1.120 to-ports=10000-65535 I am not running a src nat for the IAX port outbound. I have the rule in the chain but disabled, so I must have determined I didn't need it. It either does PAT correctly in the background, or isn't natting that port: 220controller*CLI> iax2 show registry Host dnsmgr Username Perceived Refresh State 67.215.233.178:4569 Y 27709 67.242.153.201:4569 60 Registered I installed the MicroTIK router to replace an Adtran device which was utter trash and refused to do a static PAT, and it's been working swell since, to the best of my knowledge. If there's some reason I should be doing a source NAT for that port, I guess, let me know? I suppose it would only make a difference if I'm operating multiple nodes and didn't want to connect them together internally. Regards, Adam KC2YQF
You should not need the dst-nat to 10000-65535 as IAX2 bypasses the need for that. It is only required for SIP In echolink I do not see a TCP connection for port 5200 The src-nat function just transforms (masquerades) all internal addresses to your public IP Your registry information is done on outbound anyway. What type of internet are you using? Cable or DSL? If using DSL you may want to have your in-interface=PPoE as opposed to ethernet1 Eric – ve3ei Sent from Mail for Windows 10 From: Pawlowski, Adam
Forget what I said about RTP, I see you are using SIP. However, depending on your SIP server, you should not need that many connections. There are only 4 streams used per contact, so 100 streams should be suffient. Make sure the RTP are set on both the router and the asterisk server. Eric – ve3ei Sent from Mail for Windows 10 From: Pawlowski, Adam
Eric, Thanks for your reply. I would assume that an ALG would be acceptable, so it would not be necessary to make such a sweeping arrangement of ports, but I had just thrown that in there to get it working. This is connected to a cable modem, which seems to go up and down at various times, and has worked relatively well in keeping up with any issues. Really hasn’t’ been any trouble with it, seems plenty overkill and reliable. Adam From: ve3ei@iescomm.ca [mailto:ve3ei@iescomm.ca] Sent: Monday, July 18, 2016 12:48 PM To: Pawlowski, Adam; app_rpt-users@ohnosec.org Subject: RE: [App_rpt-users] Outbound call problem! Unable to handleindication 13 Forget what I said about RTP, I see you are using SIP. However, depending on your SIP server, you should not need that many connections. There are only 4 streams used per contact, so 100 streams should be suffient. Make sure the RTP are set on both the router and the asterisk server. Eric – ve3ei Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 From: Pawlowski, Adam<mailto:ajp26@buffalo.edu> Sent: Monday, July 18, 2016 11:38 AM To: app_rpt-users@ohnosec.org<mailto:app_rpt-users@ohnosec.org> Subject: Re: [App_rpt-users] Outbound call problem! Unable to handleindication 13 This is what I have for my node: add action=dst-nat chain=dstnat comment="Allstar Link IAX2" dst-port=4569 in-interface=ether1-gateway protocol=udp to-addresses=192.168.1.120 to-ports=4569 add action=dst-nat chain=dstnat comment="Allstarlink chan_echolink" dst-port=5198-5199 in-interface=ether1-gateway protocol=udp to-addresses=192.168.1.120 to-ports=5198-5199 add action=dst-nat chain=dstnat comment="Allstarlink SIP" dst-port=5060 in-interface=ether1-gateway protocol=udp to-addresses=192.168.1.120 to-ports=5060 add action=dst-nat chain=dstnat comment="Allstarlink RTP" dst-port=10000-65535 in-interface=ether1-gateway protocol=udp to-addresses=192.168.1.120 to-ports=10000-65535 I am not running a src nat for the IAX port outbound. I have the rule in the chain but disabled, so I must have determined I didn't need it. It either does PAT correctly in the background, or isn't natting that port: 220controller*CLI> iax2 show registry Host dnsmgr Username Perceived Refresh State 67.215.233.178:4569 Y 27709 67.242.153.201:4569 60 Registered I installed the MicroTIK router to replace an Adtran device which was utter trash and refused to do a static PAT, and it's been working swell since, to the best of my knowledge. If there's some reason I should be doing a source NAT for that port, I guess, let me know? I suppose it would only make a difference if I'm operating multiple nodes and didn't want to connect them together internally. Regards, Adam KC2YQF _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org<mailto:App_rpt-users@ohnosec.org> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Aha, thats where my error is : I did not add : in-interface=ether1-gateway just left it blank Now outbound connections are working, thanks! On Mon, Jul 18, 2016 at 11:50 AM, Pawlowski, Adam <ajp26@buffalo.edu> wrote:
Eric,
Thanks for your reply. I would assume that an ALG would be acceptable, so it would not be necessary to make such a sweeping arrangement of ports, but I had just thrown that in there to get it working. This is connected to a cable modem, which seems to go up and down at various times, and has worked relatively well in keeping up with any issues. Really hasn’t’ been any trouble with it, seems plenty overkill and reliable.
Adam
*From:* ve3ei@iescomm.ca [mailto:ve3ei@iescomm.ca] *Sent:* Monday, July 18, 2016 12:48 PM *To:* Pawlowski, Adam; app_rpt-users@ohnosec.org *Subject:* RE: [App_rpt-users] Outbound call problem! Unable to handleindication 13
Forget what I said about RTP, I see you are using SIP. However, depending on your SIP server, you should not need that many connections. There are only 4 streams used per contact, so 100 streams should be suffient. Make sure the RTP are set on both the router and the asterisk server.
Eric – ve3ei
Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
*From: *Pawlowski, Adam <ajp26@buffalo.edu> *Sent: *Monday, July 18, 2016 11:38 AM *To: *app_rpt-users@ohnosec.org *Subject: *Re: [App_rpt-users] Outbound call problem! Unable to handleindication 13
This is what I have for my node:
add action=dst-nat chain=dstnat comment="Allstar Link IAX2" dst-port=4569 in-interface=ether1-gateway protocol=udp to-addresses=192.168.1.120 to-ports=4569
add action=dst-nat chain=dstnat comment="Allstarlink chan_echolink" dst-port=5198-5199 in-interface=ether1-gateway protocol=udp to-addresses=192.168.1.120 to-ports=5198-5199
add action=dst-nat chain=dstnat comment="Allstarlink SIP" dst-port=5060 in-interface=ether1-gateway protocol=udp to-addresses=192.168.1.120 to-ports=5060
add action=dst-nat chain=dstnat comment="Allstarlink RTP" dst-port=10000-65535 in-interface=ether1-gateway protocol=udp to-addresses=192.168.1.120 to-ports=10000-65535
I am not running a src nat for the IAX port outbound. I have the rule in the chain but disabled, so I must have determined I didn't need it.
It either does PAT correctly in the background, or isn't natting that port:
220controller*CLI> iax2 show registry
Host dnsmgr Username Perceived Refresh State
67.215.233.178:4569 Y 27709 67.242.153.201:4569 60 Registered
I installed the MicroTIK router to replace an Adtran device which was utter trash and refused to do a static PAT, and it's been working swell since, to the best of my knowledge.
If there's some reason I should be doing a source NAT for that port, I guess, let me know? I suppose it would only make a difference if I'm operating multiple nodes and didn't want to connect them together internally.
Regards,
Adam
KC2YQF
_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- Skyler Fennell amsatnet.info KDØWHB electricity440@gmail.com
participants (3)
-
Pawlowski, Adam -
Skyler F -
ve3ei@iescomm.ca