Alternate IAX port >> Registered ok but not listed?

I am unable to connect to my node from the webtransceiver and don’t see it listed on the active nodes page. I use an alternate iax port because i have to.

From reading other posts… it seems I
may need an admin to change my iax port from 4569 to what I now want to use
which is 4570? thoughts?

My registration is still showing
4569 and am forwarding 4570 on my router to my ACID box.

cruiser*CLI> iax2 show registry

Host
dnsmgr Username
Perceived
Refresh State

:4569
N 28970 :4569
60 Registered

I’m not seeing my node show up and
believe this is the cause. In my iax.conf I have bindport set 4570 and also in
server config under network I set port 4570 on the portal.

looking at rpt_extnodes i see my node listed with the correct port…

28970=radio@:4570/28970,

[general]

bindaddr=0.0.0.0

bindport=4570

register=28970:@register.allstarlink.org

···

I had already done that in the portal but it still wasn’t working. As an experiment, i changed everything back to the original 4569 port and forwarded that on my router. I could then connect with the webtransceiver. However i can’t leave it there and need to get it to work on an alternate port. It seems from my testing that something is hard set to port 4569 on the allstar end of things?

ideas?

thank you

···

On Tue, Oct 9, 2012 at 3:47 AM, Ken ke2n@cs.com wrote:

Yes – you need to log onto the portal and get to the server configuration tab – there is a place there to change to port number that the registration server is talking to.

Ken

From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Kevin Oleniczak
Sent: Tuesday, October 09, 2012 12:09 AM
To: app_rpt-users@ohnosec.org
Subject: [App_rpt-users] Alternate IAX port >> Registered ok but not listed?

I am unable to connect to my node from the webtransceiver and don’t see it listed on the active nodes page. I use an alternate iax port because i have to.

From reading other posts… it seems I may need an admin to change my iax port from 4569 to what I now want to use which is 4570? thoughts?

My registration is still showing 4569 and am forwarding 4570 on my router to my ACID box.

cruiser*CLI> iax2 show registry

Host dnsmgr Username Perceived Refresh State

:4569 N 28970 :4569 60 Registered

I’m not seeing my node show up and believe this is the cause. In my iax.conf I have bindport set 4570 and also in server config under network I set port 4570 on the portal.

looking at rpt_extnodes i see my node listed with the correct port…

28970=radio@:4570/28970,

[general]

bindaddr=0.0.0.0

bindport=4570

register=28970:@register.allstarlink.org

You need to change the bindport=4570 in the IAX.conf file if you
want to use something other than 4569. Then forward the ports in the
router.

You may need to reboot your server for it to take affect.

Jon VA3RQ
···

On 10/9/2012 8:29 PM, Kevin Oleniczak
wrote:

  I had already done that in the portal but it still

wasn’t working. As an experiment, i changed everything back to the
original 4569 port and forwarded that on my router. I could then
connect with the webtransceiver. However i can’t leave it there
and need to get it to work on an alternate port. It seems from my
testing that something is hard set to port 4569 on the allstar end
of things?

  ideas?



  thank you

On Tue, Oct 9, 2012 at 3:47 AM, Ken ke2n@cs.com
wrote:

              Yes

– you need to log onto the portal and get to the
server configuration tab – there is a place there to
change to port number that the registration server is
talking to.

Ken

From:
app_rpt-users-bounces@ohnosec.org
[mailto:app_rpt-users-bounces@ohnosec.org ]
On Behalf Of Kevin Oleniczak
Sent: Tuesday, October 09, 2012 12:09 AM
To: app_rpt-users@ohnosec.org
Subject: [App_rpt-users] Alternate IAX
port >> Registered ok but not listed?

                  I

am unable to connect to my node from the
webtransceiver and don’t see it listed on the
active nodes page. I use an alternate iax port
because i have to.

                    From

reading other posts… it seems I may need an
admin to change my iax port from 4569 to what I
now want to use which is 4570? thoughts?

                    My

registration is still showing 4569 and am
forwarding 4570 on my router to my ACID box.

                    cruiser*CLI>

iax2 show registry

                    Host                 

dnsmgr Username Perceived
Refresh State

                    <myip>:4569  

N 28970 :4569
60 Registered

                    I’m

not seeing my node show up and believe this is
the cause. In my iax.conf I have bindport set
4570 and also in server config under network I
set port 4570 on the portal.

                    looking

at rpt_extnodes i see my node listed with the
correct port…

28970=radio@:4570/28970,

[general]

bindaddr=0.0.0.0

bindport=4570

register=28970:@register.allstarlink.org

_______________________________________________
App_rpt-users mailing list

App_rpt-users@ohnosec.orghttp://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

OK I tried changing the bind port in IAX.conf to 4570 but the node
I’m working on also doesnt seem to take. It still reports port 4569
to the other nodes.

Somewhere along the line this used to work, now it is broken.

I am using the latest svn 0.306.

Is there another place that this needs to be changed?

Jon
···

App_rpt-users@ohnosec.orghttp://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

<-- Hi Jon! - may be that explains why node 2424 (220 repeater) no longer accepts incoming calls! - it's supposed to be listening on 4568.

R.

···

On 11/10/2012 11:22 PM, REDBUTTON_CTRL wrote:

OK I tried changing the bind port in IAX.conf to 4570 but the node I'm
working on also doesnt seem to take. It still reports port 4569 to the
other nodes.
Somewhere along the line this used to work, now it is broken.
I am using the latest svn 0.306.

I finally got this working. To close this out, here’s what i found.

It turns out the issue was that i had binaddr listed above bindport in iax.conf. In order for bindport to get used, it has to appear in the file before bindaddr.

thanks to all who helped with this.

···

On Tue, Oct 9, 2012 at 8:40 PM, Tim Sawyer tim.sawyer@mac.com wrote:

Try changing your IP address setting on the Portal to either DHCP or Fixed. I don’t know what the VoIP setting you currently have it set for does.

Tim

:wq

On Oct 9, 2012, at 5:29 PM, Kevin Oleniczak kevinoleniczak@gmail.com wrote:

I had already done that in the portal but it still wasn’t working. As an experiment, i changed everything back to the original 4569 port and forwarded that on my router. I could then connect with the webtransceiver. However i can’t leave it there and need to get it to work on an alternate port. It seems from my testing that something is hard set to port 4569 on the allstar end of things?

ideas?

thank you

On Tue, Oct 9, 2012 at 3:47 AM, Ken ke2n@cs.com wrote:

Yes – you need to log onto the portal and get to the server configuration tab – there is a place there to change to port number that the registration server is talking to.

Ken

From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Kevin Oleniczak
Sent: Tuesday, October 09, 2012 12:09 AM
To: app_rpt-users@ohnosec.org
Subject: [App_rpt-users] Alternate IAX port >> Registered ok but not listed?

I am unable to connect to my node from the webtransceiver and don’t see it listed on the active nodes page. I use an alternate iax port because i have to.

From reading other posts… it seems I may need an admin to change my iax port from 4569 to what I now want to use which is 4570? thoughts?

My registration is still showing 4569 and am forwarding 4570 on my router to my ACID box.

cruiser*CLI> iax2 show registry

Host dnsmgr Username Perceived Refresh State

:4569 N 28970 :4569 60 Registered

I’m not seeing my node show up and believe this is the cause. In my iax.conf I have bindport set 4570 and also in server config under network I set port 4570 on the portal.

looking at rpt_extnodes i see my node listed with the correct port…

28970=radio@:4570/28970,

[general]

bindaddr=0.0.0.0

bindport=4570

register=28970:@register.allstarlink.org


App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

I check the node I am working on and it has the following:

; Inter-Asterisk eXchange driver definition

  ;

  ;



  [general]

  bindport=4570

  bindaddr=0.0.0.0   

  disallow=all                                                                  


  allow=gsm                    

  allow=g726aal2                                                                


  allow=ulaw                                                                    


  jitterbuffer=yes                                                              


  forcejitterbuffer=yes                                                         


  dropcount=2                                                                   


  maxjitterbuffer=4000                                                          


  maxjitterinterps=10                                                           


  resyncthreshold=1000                                                          


  maxexcessbuffer=80                                                            


  minexcessbuffer=10                                                            


  jittershrinkrate=1                                                            


  tos=0x1E                                                                


  autokill=yes                                                                  


  delayreject=yes                                                               


  ;iaxthreadcount=30                                                            


  ;iaxmaxthreadcount=150
So bindport is set correctly but the node is still reporting to all

the others as port 4569. in the RPT_extnodes list.

I have port 4570 open in the router but the node is not reachable

because of this.

···

28505=radio@66.206.229.10:4569/28505,66.206.229.10

  On 10/12/2012 12:12 AM, Kevin Oleniczak

wrote:

  I finally got this working. To close this out, here's

what i found.

  It turns out the issue was that i had binaddr listed above

bindport in iax.conf. In order for bindport to get used, it has to
appear in the file before bindaddr.

  thanks to all who helped with this.


    On Tue, Oct 9, 2012 at 8:40 PM, Tim

Sawyer tim.sawyer@mac.com
wrote:

        Try changing your IP address

setting on the Portal to either DHCP or Fixed. I don’t know
what the VoIP setting you currently have it set for does.

Tim

:wq

On Oct 9, 2012, at 5:29 PM, Kevin Oleniczak <kevinoleniczak@gmail.com >
wrote:

                I had already done that in the portal

but it still wasn’t working. As an experiment, i
changed everything back to the original 4569 port
and forwarded that on my router. I could then
connect with the webtransceiver. However i can’t
leave it there and need to get it to work on an
alternate port. It seems from my testing that
something is hard set to port 4569 on the allstar
end of things?

                ideas?



                thank you


                  On Tue, Oct 9, 2012 at 3:47

AM, Ken ke2n@cs.com
wrote:

                          Yes

– you need to log onto the portal and get
to the server configuration tab – there is
a place there to change to port number
that the registration server is talking
to.

Ken

From:
app_rpt-users-bounces@ohnosec.org
[mailto:app_rpt-users-bounces@ohnosec.org ]
On Behalf Of Kevin Oleniczak
Sent: Tuesday, October 09,
2012 12:09 AM
To: app_rpt-users@ohnosec.org
Subject: [App_rpt-users]
Alternate IAX port >>
Registered ok but not listed?

                              I am

unable to connect to my node from the
webtransceiver and don’t see it listed
on the active nodes page. I use an
alternate iax port because i have to.

                                From

reading other posts… it seems I may
need an admin to change my iax port
from 4569 to what I now want to use
which is 4570? thoughts?

                                My

registration is still showing 4569
and am forwarding 4570 on my router
to my ACID box.

                                cruiser*CLI>

iax2 show registry

                                Host                 

dnsmgr Username
Perceived Refresh State

                                <myip>:4569  

N 28970
:4569 60
Registered

                                I’m

not seeing my node show up and
believe this is the cause. In my
iax.conf I have bindport set 4570
and also in server config under
network I set port 4570 on the
portal.

                                looking

at rpt_extnodes i see my node listed
with the correct port…

28970=radio@:4570/28970,

[general]

bindaddr=0.0.0.0

bindport=4570

register=28970:@register.allstarlink.org


            App_rpt-users mailing list

            App_rpt-users@ohnosec.org

            [http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users](http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users)
_______________________________________________
App_rpt-users mailing list

App_rpt-users@ohnosec.orghttp://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

Just for drill… if you move into /etc/asterisk and do “fgrep 4569 *” and “fgrep 4570 *”.

What do get back?

Here’s what I see with my alternate port 4565 (on XIPAR) :

iax_general_custom.conf:bindport=4565

rpt.conf:28695 = radio@127.0.0.1:4565/28695,NONE ;KVHF 10m Receiver - ME

rpt.conf:12958 = radio@209.213.169.196:4565/12958,NONE ;KVHF 10m Transmitter

···


Robert A. Poff
Loganville, PA
S/V Loon
1983 Hunter 34
Havre de Grace, MD.
WB3AWJ - Allstar 27784
Powered by Linux

have you changed the port you use AT the portal? ie the server configuration, network configuration tab?

if you have a node that needs to be on a different port, the underlying server needs to be moved both at the end, as well as at the mother ship.

had the same problem until i had everything lined up.

···

28505=radio@66.206.229.10:4569/28505,66.206.229.10

  On 10/12/2012 12:12 AM, Kevin Oleniczak

wrote:

  I finally got this working. To close this out, here's

what i found.

  It turns out the issue was that i had binaddr listed above

bindport in iax.conf. In order for bindport to get used, it has to
appear in the file before bindaddr.

  thanks to all who helped with this.


    On Tue, Oct 9, 2012 at 8:40 PM, Tim

Sawyer tim.sawyer@mac.com
wrote:

        Try changing your IP address

setting on the Portal to either DHCP or Fixed. I don’t know
what the VoIP setting you currently have it set for does.

Tim

:wq

On Oct 9, 2012, at 5:29 PM, Kevin Oleniczak <kevinoleniczak@gmail.com >
wrote:

                I had already done that in the portal

but it still wasn’t working. As an experiment, i
changed everything back to the original 4569 port
and forwarded that on my router. I could then
connect with the webtransceiver. However i can’t
leave it there and need to get it to work on an
alternate port. It seems from my testing that
something is hard set to port 4569 on the allstar
end of things?

                ideas?



                thank you


                  On Tue, Oct 9, 2012 at 3:47

AM, Ken ke2n@cs.com
wrote:

                          Yes

– you need to log onto the portal and get
to the server configuration tab – there is
a place there to change to port number
that the registration server is talking
to.

Ken

From:
app_rpt-users-bounces@ohnosec.org
[mailto:app_rpt-users-bounces@ohnosec.org ]
On Behalf Of Kevin Oleniczak
Sent: Tuesday, October 09,
2012 12:09 AM
To: app_rpt-users@ohnosec.org
Subject: [App_rpt-users]
Alternate IAX port >>
Registered ok but not listed?

                              I am

unable to connect to my node from the
webtransceiver and don’t see it listed
on the active nodes page. I use an
alternate iax port because i have to.

                                From

reading other posts… it seems I may
need an admin to change my iax port
from 4569 to what I now want to use
which is 4570? thoughts?

                                My

registration is still showing 4569
and am forwarding 4570 on my router
to my ACID box.

                                cruiser*CLI>

iax2 show registry

                                Host                 

dnsmgr Username
Perceived Refresh State

                                <myip>:4569  

N 28970
:4569 60
Registered

                                I’m

not seeing my node show up and
believe this is the cause. In my
iax.conf I have bindport set 4570
and also in server config under
network I set port 4570 on the
portal.

                                looking

at rpt_extnodes i see my node listed
with the correct port…

28970=radio@:4570/28970,

[general]

bindaddr=0.0.0.0

bindport=4570

register=28970:@register.allstarlink.org


            App_rpt-users mailing list

            App_rpt-users@ohnosec.org

            [http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users](http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users)
_______________________________________________
App_rpt-users mailing list

App_rpt-users@ohnosec.orghttp://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

On my node 28599 here’s where I had to make mods to reflect using port 4570:

root@nat:/etc/asterisk# grep 4570 *
iax.conf:bindport=4570
iax_rpt_custom.conf:bindport=4570
root@nat:/etc/asterisk#

There are no ports indicated in rpt.conf.

It all works fine, others can connect, and webtransceiver works fine.

I also do not use portal configuration as it won’t let me ser CW ID at 30 WPM

GeorgeC

···

----- Original Message -----

From:
Robert Poff

To: app_rpt-users@ohnosec.org

Sent: Friday, October 12, 2012 8:32 AM

Subject: Re: [App_rpt-users] Alternate IAX port >> bind port not working

Just for drill… if you move into /etc/asterisk and do “fgrep 4569 *” and “fgrep 4570 *”.
What do get back?

Here’s what I see with my alternate port 4565 (on XIPAR) :
iax_general_custom.conf:bindport=4565
rpt.conf:28695 = radio@127.0.0.1 :4565/28695,NONE ;KVHF 10m Receiver - ME
rpt.conf:12958 = radio@209.213.169.196 :4565/12958,NONE ;KVHF 10m Transmitter


Robert A. Poff

  •    Loganville, PA*
    

S/V Loon

  •    1983 Hunter 34*
    
  •    Havre de Grace, MD.*
    

WB3AWJ - Allstar 27784

  •    Powered by Linux*
    

comment out or remove

bindaddr=0.0.0.0
···

On 10/12/2012 5:07, Jon Rorke wrote:

I check the node I am working on and it has the following:

    ; Inter-Asterisk eXchange driver

definition

    ;

    ;



    [general]

    bindport=4570

    bindaddr=0.0.0.0   

    disallow=all                                                                  


    allow=gsm                    

    allow=g726aal2                                                                


    allow=ulaw                                                                    


    jitterbuffer=yes                                                              


    forcejitterbuffer=yes                                                         


    dropcount=2                                                                   


    maxjitterbuffer=4000                                                          


    maxjitterinterps=10                                                           


    resyncthreshold=1000                                                          


    maxexcessbuffer=80                                                            


    minexcessbuffer=10                                                            


    jittershrinkrate=1                                                            


    tos=0x1E                                                                


    autokill=yes                                                                  


    delayreject=yes                                                               


    ;iaxthreadcount=30                                                            


    ;iaxmaxthreadcount=150
  So bindport is set correctly but the node is still reporting to

all the others as port 4569. in the RPT_extnodes list.

  I have port 4570 open in the router but the node is not reachable

because of this.

28505=radio@66.206.229.10:4569/28505,66.206.229.10

    On 10/12/2012 12:12 AM, Kevin

Oleniczak wrote:

    I finally got this working. To close this out,

here’s what i found.

    It turns out the issue was that i had binaddr listed above

bindport in iax.conf. In order for bindport to get used, it has
to appear in the file before bindaddr.

    thanks to all who helped with this.


      On Tue, Oct 9, 2012 at 8:40 PM, Tim

Sawyer tim.sawyer@mac.com
wrote:

          Try changing your IP

address setting on the Portal to either DHCP or Fixed. I
don’t know what the VoIP setting you currently have it set
for does.

Tim

:wq

                  On Oct 9, 2012, at 5:29 PM, Kevin Oleniczak

<kevinoleniczak@gmail.com >
wrote:

                  I had already done that in the

portal but it still wasn’t working. As an
experiment, i changed everything back to the
original 4569 port and forwarded that on my
router. I could then connect with the
webtransceiver. However i can’t leave it there and
need to get it to work on an alternate port. It
seems from my testing that something is hard set
to port 4569 on the allstar end of things?

                  ideas?



                  thank you


                    On Tue, Oct 9, 2012 at

3:47 AM, Ken ke2n@cs.com
wrote:

                            Yes

– you need to log onto the portal and
get to the server configuration tab –
there is a place there to change to port
number that the registration server is
talking to.

Ken

From:
app_rpt-users-bounces@ohnosec.org
[mailto:app_rpt-users-bounces@ohnosec.org ]
On Behalf Of Kevin
Oleniczak
Sent: Tuesday, October 09,
2012 12:09 AM
To: app_rpt-users@ohnosec.org
Subject: [App_rpt-users]
Alternate IAX port >>
Registered ok but not listed?

                                I am

unable to connect to my node from
the webtransceiver and don’t see it
listed on the active nodes page. I
use an alternate iax port because i
have to.

                                  From

reading other posts… it seems I
may need an admin to change my iax
port from 4569 to what I now want
to use which is 4570? thoughts?

                                  My

registration is still showing 4569
and am forwarding 4570 on my
router to my ACID box.

                                  cruiser*CLI>

iax2 show registry

                                  Host                 

dnsmgr Username
Perceived Refresh
State

                                  <myip>:4569  

N 28970
:4569 60
Registered

                                  I’m

not seeing my node show up and
believe this is the cause. In my
iax.conf I have bindport set 4570
and also in server config under
network I set port 4570 on the
portal.

                                  looking

at rpt_extnodes i see my node
listed with the correct port…

28970=radio@:4570/28970,

[general]

bindaddr=0.0.0.0

bindport=4570

register=28970:@register.allstarlink.org


              App_rpt-users mailing list

              App_rpt-users@ohnosec.org

              [http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users](http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users)
_______________________________________________
App_rpt-users mailing list

App_rpt-users@ohnosec.orghttp://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

_______________________________________________
App_rpt-users mailing list

App_rpt-users@ohnosec.orghttp://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users

OK I now have it working for me.

The bindport in IAX.conf needed to be changed to 4570 and then

server info on the Allstar portal also needed to be changed.

Thanks to Brian for the missing piece of info. The last time I had

to do this was when there was no portal config.

Jon VA3RQ
···

On 10/12/2012 11:31 AM, George Csahanin
wrote:

      On my node 28599 here's where I

had to make mods to reflect using port 4570:

root@nat:/etc/asterisk #
grep 4570 *

      iax.conf:bindport=4570

      iax_rpt_custom.conf:bindport=4570

      root@nat:/etc/asterisk        #
      There are no ports indicated in

rpt.conf.

      It all works fine, others can

connect, and webtransceiver works fine.

      I also do not use portal

configuration as it won’t let me ser CW ID at 30 WPM

GeorgeC

----- Original Message -----

From: Robert
Poff

To: app_rpt-users@ohnosec.org

Sent: Friday, October 12,
2012 8:32 AM

Subject: Re:
[App_rpt-users] Alternate IAX port >> bind port not
working

    Just for drill...  if you move into /etc/asterisk and do "fgrep

4569 *" and “fgrep 4570 *”.

    What do get back?



    Here's what I see with my alternate port 4565 (on XIPAR) :

    iax_general_custom.conf:bindport=4565

    rpt.conf:28695 = radio@127.0.0.1        :4565/28695,NONE
    ;KVHF 10m Receiver - ME

    rpt.conf:12958 = radio@209.213.169.196        :4565/12958,NONE

;KVHF 10m Transmitter


Robert A. Poff
Loganville, PA

            ***[                      S/V

Loon](http://wb3awj.hobby-site.org/loon.htm)***
1983 Hunter 34
Havre de Grace, MD.

            WB3AWJ *- Allstar 27784*
            *Powered by Linux*
_______________________________________________
App_rpt-users mailing list

App_rpt-users@ohnosec.orghttp://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users