Jump to content

jhon2008jhon

Members
  • Last visited

  • Posts

    3
  • Reputation

    0
  1. Im using both Windows Server 2003 and Windows Server 2008. In Windows Server 2003 ephemeral ports set by the admin can be easily identify by using the the Registry values.In Windows Server 2003 , Epemeral lower range is 1024 and it cannot be changed by the administrator. But in Windows Server 2008 the Ephemeral range , both the lower end and the higher end can be changed by the administrator(e.g.netsh int ipv4 set dynamicport tcp start=10000 num=1000). Here i'm not talking about the default port range for the windows server 2008. So My application need to identify the ehemeral port range defined by the administrator in WS2008. So What are the relevent Registry keys to identify lower end and the higher end in Windows Server 2008.?
  2. The default dynamic port range for TCP/IP has changed in Windows Vista and in Windows Server 2008 How can i identify dynamic port range assigned by admin(netsh int ipv4 set dynamicport tcp start=10000 num=1000) of Windows server 2008 using the registry keys? Pls tell me the registry keys to identify the dynamic port range..
  3. What is the equalvilent registry value for MaxUserPort (Windows Server 2003) under Windows Server 2008?