Jerry Geis wrote:

I am playing with tcpenable... on 13.11.2

but when I "telnet localhost 5070" I get no connect.

On Wed, 19 Oct 2016, Joshua Colp wrote:

You are explicitly binding to 192.168.1.8 port 5070. Trying to connect to localhost won't work. You will either have to bind to 0.0.0.0 or connect to 192.168.1.8 instead.

Or bind to 127.0.0.1 - aka localhost :)

0.0.0.0 means 'bind to all addresses on the host.'

The 'bind' and the 'telnet' need to match. You probably mean to bind to the host's IP address (slightly more secure) so the 'telnet' needs to match that IP address.

--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards       sedwa...@sedwards.com      Voice: +1-760-468-3867 PST
            https://www.linkedin.com/in/steve-edwards-4244281

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016
     http://www.asterisk.org/community/astricon-user-conference

New to Asterisk? Start here:
     https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to