Hi, How do I bind the port number to a specific interface? application = service.Application('Core') sc = service.IServiceCollection(application) internet.TCPServer('7001', myFactory()).setServiceParent(sc) Liming