<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<div class="moz-cite-prefix">On 09/12/2014 10:36 AM, Robert Newberry
wrote:<br>
</div>
<blockquote
cite="mid:CAM09xEYJT2GVL_PBNcC=X9tKZpPBUq_N-4UvnO4o7dzcnp1pVw@mail.gmail.com"
type="cite">
<p dir="ltr">So the power was cut to the building my repeater is
in. My repeater functions, I'm able to connect via IAX. I'm
also able to SSH in and ping the IP of the node I'm trying to
connect too (27066) I'm also able to ping <a
moz-do-not-send="true" href="http://google.com">google.com</a>.
but when I go to the CLI and type rpt fun 27086 *327066 it
fails. </p>
<p dir="ltr">So what gives?</p>
<p dir="ltr">I'm running acid and a DMK URI.<br>
</p>
</blockquote>
<br>
Do you have access to the firewall on the router?<br>
<br>
If it were me, I think I'd first find out who/what/where/when I was
getting an IP address from (since the building's power was cut, it
stands to reason that perhaps the IT guy plugged in the
router/switch to a non-emergency line (like your repeater is plugged
into) and if you're on wifi, no telling WHERE that thing might be
connected.<br>
<br>
I'm thinking that you're probably connected to another system that
doesn't have the port forwarded in the firewall to allow incoming
connections.<br>
<br>
Why it's not allowing -outgoing- connections, well... that's a horse
of a different corral. Soooo... <br>
Your machine, right? You have control codes, right? Does the
repeater respond to radio DTMF controls?<br>
<br>
how about from the command prompt?<br>
<br>
Let's first verify this is going to work. Some ssh terminal
programs have problems. So, going on the assumption you do not have
physical access to that machine, let's first SSH into it:<br>
<br>
local_system:#~> ssh -p222 <a class="moz-txt-link-abbreviated" href="mailto:root@ip.address.to.node">root@ip.address.to.node</a><br>
<br>
the wait for the password prompt and enter it correctly.<br>
<br>
Once you're in, let's see who we're connected to, without going
through the command line.<br>
<br>
[root@[your_call] /] asterisk -rx "rpt nodes 27086" <br>
<br>
and observe the output.<br>
<br>
then try<br>
[root@[your_call] /]# asterisk -rx "rpt fun 27086 *327066"<br>
<br>
Anything?<br>
<br>
</body>
</html>