Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23

Thread: dns.exe 2500 open ports in netstat -ab

  1. #16
    Ace Fekay [MVP] Guest

    Re: dns.exe 2500 open ports in netstat -ab

    In news:[email protected],
    Ace Fekay [MVP] <[email protected]> typed:
    >
    > I'm starting to think it's related to DNS where the system will
    > reserve empheral ports and they show up as what you're seeing. Not
    > sure. Haven't heard back anything yet. But take a look at this
    > article. This shows how to reserve them and the DNS updates may just
    > be doing that. Reserved ports are probably showing up as what you're
    > seeing. This is just speculation. I'll let you know if I hear
    > anything that I can post.
    > Ace


    Oops, I forgot to post the articles. in addition, I am also speculating this
    will not show as a performance hit, rather it is just displaying which ports
    are reserved, but not necessarily in use. As I said, this is just
    speculation.

    MS08-037: Vulnerabilities in DNS could allow spoofing
    http://support.microsoft.com/default.aspx/kb/953230

    How to reserve a range of ephemeral ports on a computer that is running
    Windows Server 2003 or Windows 2000 Server
    http://support.microsoft.com/kb/812873

    Ace



  2. #17
    ThorstenK Guest

    Re: dns.exe 2500 open ports in netstat -ab

    yeah thanks!

    the good old: "this behavior is by design" :)

    "Griff" wrote:

    > Thanks Alun!
    >
    > "Alun Jones" wrote:
    >
    > > "ThorstenK" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > On one Domaincontroller in a child domain i see 2500 open ports from
    > > > dns.exe.
    > > > No remote address and no status.
    > > > I havent seen that before and its not like that on another DC.
    > > > i already rebooted but it comes back. when i restart DNS Server Service
    > > > they
    > > > all open imediately.

    > >
    > > As crazy as it sounds, this is normal behaviour of the patch for MS08-037 -
    > > http://support.microsoft.com/kb/953230
    > >
    > > The DNS server reserves 2500 UDP sockets at random ports - opens and binds
    > > to them for use later.
    > >
    > > There are reports that sometimes these ports conflict with other
    > > applications that start up after the DNS server.
    > >
    > > For such applications, you can set the ReservedPorts registry setting, as
    > > described in http://support.microsoft.com/kb/812873.
    > >
    > > Alun.
    > > ~~~~
    > > --
    > > Texas Imperial Software | Web: http://www.wftpd.com/
    > > 23921 57th Ave SE | Blog: http://msmvps.com/alunj/
    > > Woodinville WA 98072-8661 | WFTPD, WFTPD Pro are Windows FTP servers.
    > > Fax/Voice +1(425)807-1787 | Try our NEW client software, WFTPD Explorer.
    > >
    > >


  3. #18
    Sil Grouwstra Guest

    KB951746

    update kb951746, dns.exe consumes lots of more memory than i'am used to. 36.332K instead of 7,308K

  4. #19
    Ace Fekay [MVP] Guest

    Re: KB951746

    In news:[email protected],
    Sil Grouwstra <Sil Grouwstra> typed:
    > update kb951746, dns.exe consumes lots of more memory than i'am used
    > to. 36.332K instead of 7,308K


    Thanks. Didn't even realize that one.

    Ace



  5. #20
    Ace Fekay [MVP] Guest

    Re: KB951746

    In news:[email protected],
    Ace Fekay [MVP] <[email protected]> typed:
    > In news:[email protected],
    > Sil Grouwstra <Sil Grouwstra> typed:
    > > update kb951746, dns.exe consumes lots of more memory than i'am used
    > > to. 36.332K instead of 7,308K

    >
    > Thanks. Didn't even realize that one.
    >
    > Ace


    After thinking about it afterwards, the hotfix is reserving 2500 ports to
    eliminate empheral port randomization to eliminate the vulnerability, but in
    reserving the ports, it has to store them somewhere, which of course would
    make sense in the dns.exe process, therefore requiring more RAM in doing
    therefore explains what you are seeing in increased RAM usage.

    Ace



  6. #21
    Alun Jones Guest

    Re: dns.exe 2500 open ports in netstat -ab

    I was beginning to think my post hadn't gone anywhere, because it wasn't
    showing up in Windows Live Mail.

    Alun.
    ~~~~
    --
    Texas Imperial Software | Web: http://www.wftpd.com/
    23921 57th Ave SE | Blog: http://msmvps.com/alunj/
    Woodinville WA 98072-8661 | WFTPD, WFTPD Pro are Windows FTP servers.
    Fax/Voice +1(425)807-1787 | Try our NEW client software, WFTPD Explorer.

    "ThorstenK" <[email protected]> wrote in message
    news:[email protected]...
    > yeah thanks!
    >
    > the good old: "this behavior is by design" :)
    >
    > "Griff" wrote:
    >
    >> Thanks Alun!
    >>
    >> "Alun Jones" wrote:
    >>
    >> > "ThorstenK" <[email protected]> wrote in message
    >> > news:[email protected]...
    >> > > On one Domaincontroller in a child domain i see 2500 open ports from
    >> > > dns.exe.
    >> > > No remote address and no status.
    >> > > I havent seen that before and its not like that on another DC.
    >> > > i already rebooted but it comes back. when i restart DNS Server
    >> > > Service
    >> > > they
    >> > > all open imediately.
    >> >
    >> > As crazy as it sounds, this is normal behaviour of the patch for
    >> > MS08-037 -
    >> > http://support.microsoft.com/kb/953230
    >> >
    >> > The DNS server reserves 2500 UDP sockets at random ports - opens and
    >> > binds
    >> > to them for use later.
    >> >
    >> > There are reports that sometimes these ports conflict with other
    >> > applications that start up after the DNS server.
    >> >
    >> > For such applications, you can set the ReservedPorts registry setting,
    >> > as
    >> > described in http://support.microsoft.com/kb/812873.
    >> >
    >> > Alun.
    >> > ~~~~
    >> > --
    >> > Texas Imperial Software | Web: http://www.wftpd.com/
    >> > 23921 57th Ave SE | Blog: http://msmvps.com/alunj/
    >> > Woodinville WA 98072-8661 | WFTPD, WFTPD Pro are Windows FTP servers.
    >> > Fax/Voice +1(425)807-1787 | Try our NEW client software, WFTPD
    >> > Explorer.
    >> >
    >> >


  7. #22
    Mango Tango Guest

    dns.exe 2500 open ports in netstat -ab

    worth noting is that the port range you'll see in TCPVIEW is 49xxx and above -- supposedly only related to what you should see with Server 2008 or Vista. Maybe that's part of the problem. We are Win2K3 and have the 2500 ports open too...

    - Mango

  8. #23
    Ace Fekay [MVP Direcrtory Services] Guest

    Re: dns.exe 2500 open ports in netstat -ab

    > worth noting is that the port range you'll see in TCPVIEW is 49xxx
    > and above -- supposedly only related to what you should see with
    > Server 2008 or Vista. Maybe that's part of the problem. We are Win2K3
    > and have the 2500 ports open too...
    >
    > - Mango



    Is it causing any problems with other apps?

    Ace


Page 2 of 2 FirstFirst 12

Similar Threads

  1. How to open the same ports on multiple IPs
    By brynhildur in forum Networking & Security
    Replies: 4
    Last Post: 10-12-2010, 10:11 AM
  2. Can't get into http:/192.168.1.1 to open ports
    By ANSEL in forum Networking & Security
    Replies: 4
    Last Post: 15-06-2010, 01:30 PM
  3. What ports do i open for vpn
    By M. Rafi in forum Networking & Security
    Replies: 3
    Last Post: 11-08-2009, 07:13 PM
  4. What ports should I open and how
    By cobrakaun in forum Networking & Security
    Replies: 5
    Last Post: 03-02-2009, 11:26 PM
  5. How to open ports?
    By Yaropolk in forum Technology & Internet
    Replies: 3
    Last Post: 13-10-2008, 07:18 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,164,092.94047 seconds with 16 queries