NetTalk Central

Author Topic: Server listening on all ports.  (Read 3368 times)

lanmicro

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Email
Server listening on all ports.
« 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?
Gregory C. Bailey

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Server listening on all ports.
« Reply #1 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.



Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11251
    • View Profile
Re: Server listening on all ports.
« Reply #2 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