NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: lanmicro on March 31, 2010, 08:38:22 AM

Title: Server listening on all ports.
Post by: lanmicro on March 31, 2010, 08:38:22 AM
Hi Guys,

It appears that a webserver listens on all IPs for port 443.  Is there a method to tell the program to only listen on a single IP?
Title: Re: Server listening on all ports.
Post by: kevin plummer on March 31, 2010, 02:25:36 PM
If I understand your question, yes. You can set this in the webserver Init embed

    ThisWebServer._ServerIP = 'xxx'

This will bind the port to the IP address.


Title: Re: Server listening on all ports.
Post by: Bruce on March 31, 2010, 10:07:07 PM
It's also a setting o the "advanced" tab of the nettalk extension to the Web Server procedure.

cheers
Bruce