Re: Services listening on all ports?




"tshad" <tscheiderich@xxxxxxxxxxxxxxx> wrote in message
news:%23sLpdDnOHHA.3872@xxxxxxxxxxxxxxxxxxxxxxx

I thought that when you created a service to listen on a port you had to give
it an IP Address and Port Number to create a socket.

If you create a service, is it going to listen on all IP Addresses?

That depends on the service. You always have to specify a port number (or use
whatever is default) but it can either listen to all IP addresses (also usually
default) or a specific IP address. Most services (including IIS) allow you to
specify a specific address, as well as port, to listen on.


.



Relevant Pages

  • Re: Bug with instanceName property?
    ... If you specify a portnumber attempt to connect using port number. ... I installed SQL Server 2005 on a ... > you get a more efficient connection since it doesn't need to connect to ...
    (microsoft.public.sqlserver.jdbcdriver)
  • Re: To allow inbound traffic from a specific ip
    ... create a new protocol for ... specify in the Primary connection in the Protocol field TCP ... TCP, and the direction as inbound, and the port range that you seen, note ...
    (microsoft.public.isa.configuration)
  • Re: Why does printk helps PCMCIA card to initialise?
    ... and can also specify how many IO address lines they ... restriction for a card; if it only decodes 3 lines, ... port boundary. ... are specified that the meaning is complicated. ...
    (Linux-Kernel)
  • Re: Need Raw TCP in VB.net form from IIS
    ... *aren't* HTTP messages anyway? ... > I ned to have my VB.NET webform called on any tcp send to port 80 on IIS ... > Basically I need to let IIS act as the socket server and want to ignore ...
    (microsoft.public.dotnet.languages.vb)
  • Re: connecting to sql svr express over internet
    ... server's address when you when to specify it: ... specify the address of the server and the protocol and the port (in ... SQL Native Client Configuration | Aliases to create an alias. ... As the port 1433 is not the regular port to be used with a named ...
    (microsoft.public.sqlserver.server)

Loading