I am attempting to configure a node to operate as part of an experimental HSMM-MESH network. I am using the latest ACID distro. Ports 5198-5199, 5200 and 4569 are forwarded across the mesh. Chan_echolink downloads echolink nodes properly from the Echolink server and my node appears on the Echolink list of active nodes. When I attempt to connect (from an outside network) I receive "Connection Failed. Cannot connect to WB5NFC-R. UN-AUTHORIZED." From the Asterisk CLI the error appears as: ERROR[2356]: chan_echolink 2185 do_new_call: Cannot find DB entry for b/ipaddr/10.245.130.XX (the Wi-Fi IP of the first router in my HSMM-MESH. I suspect I need to edit a config file someplace to account for the mesh operation, but I'm not sure where/what. Suggestions appreciated. John / WB5NFC
John (WB5NFC) wrote:
I am attempting to configure a node to operate as part of an experimental HSMM-MESH network. I am using the latest ACID distro. Ports 5198-5199, 5200 and 4569 are forwarded across the mesh. Chan_echolink downloads echolink nodes properly from the Echolink server and my node appears on the Echolink list of active nodes. When I attempt to connect (from an outside network) I receive "Connection Failed. Cannot connect to WB5NFC-R. UN-AUTHORIZED." From the Asterisk CLI the error appears as: ERROR[2356]: chan_echolink 2185 do_new_call: Cannot find DB entry for b/ipaddr/10.245.130.XX (the Wi-Fi IP of the first router in my HSMM-MESH. I suspect I need to edit a config file someplace to account for the mesh operation, but I'm not sure where/what. Suggestions appreciated.
John / WB5NFC
_______________________________________________ App_rpt-users mailing list App_rpt-users@qrvc.com http://qrvc.com/mailman/listinfo/app_rpt-users
It may be downloading the list, but the entry is not in there. You may need to wait a bit and try again. To see if the IP shows uo, Redirect 'asterisk -rx database show' to a file and search for your ip address. Steve WA6ZFT
Your network is obscuring the real IP address of the incoming packets. Normally, even in a NAT-ed environment, incoming IP packets bear the real, true address of their origination and thats what we validate on. In a network like that, that changes the IP address of the incoming packets, this stuff just isnt going to work, since it needs the REAL IP address to validate on. JIM WB6NIL
Date: Mon, 6 Sep 2010 06:30:32 -0700 From: wb5nfc@yahoo.com To: app_rpt-users@qrvc.com Subject: [App_rpt-users] ACID/Echolink On HSMM-MESH Network
I am attempting to configure a node to operate as part of an experimental HSMM-MESH network. I am using the latest ACID distro. Ports 5198-5199, 5200 and 4569 are forwarded across the mesh. Chan_echolink downloads echolink nodes properly from the Echolink server and my node appears on the Echolink list of active nodes. When I attempt to connect (from an outside network) I receive "Connection Failed. Cannot connect to WB5NFC-R. UN-AUTHORIZED." From the Asterisk CLI the error appears as: ERROR[2356]: chan_echolink 2185 do_new_call: Cannot find DB entry for b/ipaddr/10.245.130.XX (the Wi-Fi IP of the first router in my HSMM-MESH. I suspect I need to edit a config file someplace to account for the mesh operation, but I'm not sure where/what. Suggestions appreciated.
John / WB5NFC
_______________________________________________ App_rpt-users mailing list App_rpt-users@qrvc.com http://qrvc.com/mailman/listinfo/app_rpt-users
participants (3)
-
Jim Duuuude -
John (WB5NFC) -
Stephen Rodgers