1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

DNS with WSUS

Discussion in 'Windows Server System' started by kryption224, 2006/06/11.

  1. 2006/06/11
    kryption224

    kryption224 Inactive Thread Starter

    Joined:
    2006/04/02
    Messages:
    17
    Likes Received:
    0
    I have DNS and WSUS setup on win 2K3 server and had a thought to make access to WSUS. I set WSUS up on port 8530, just in case a something happens to port 80. When i log in I has to use http://servername:8530. I thought that I could setup CNAME to link wsus.servername.local to http://servername:8530 but its not working out. Also it is to hide the port number. Is this possable this way or is there a better alternitive?
     
  2. 2006/06/12
    ReggieB

    ReggieB Inactive Alumni

    Joined:
    2004/05/12
    Messages:
    2,786
    Likes Received:
    2
    No that won't work. A DNS name has the form NodeName.DomainName.RootDomain. So if your domain is mycompany, the correct DNS name for your server is servername.mycompany.local. So to connect to the WSUS service you'd enter servername.mycompany.local:8530. You could create a wsus alias in the DNS, but then the correct address will be wsus.mycompany.local:8530

    That's a browser issue rather than something you can configure at the server. Basically your bowser expects http requests to be on port 80, so you don't have to specify the port number when using the default port 80. Use any other port for http traffic, and you have to specify the port number via :portnumber
     

  3. to hide this advert.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.