Results 1 to 14 of 14

Thread: Windows 2003 Server Enterprise [Resolved]

  1. #1

    Thread Starter
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    Resolved Windows 2003 Server Enterprise [Resolved]

    Currently i have a computer setup at my house running Win XP Pro SP2 hosting a asp.net website of mine. The only other thing i use this computer for is for remote desktop.

    Specs:
    1800+ AMD Athlon
    320mb sd ram
    8 Gig hard drive

    I was wondering if it was worth the effort reinstalling and puting Windows 2003 Server on it because i was thinking about setting up a domain anyway.

    Would this help preformance?

    Also, the clients that would be part of the domain move around alot, would having them part of a domain cause any trouble for them? Some might want to connect to a workgroup.

    Edit: All clients XP SP2
    Last edited by <ABX; Nov 13th, 2004 at 05:25 PM.
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    if you use it to control other PC's, then I don't think that remote desktop is in Server2003. I'm not sure, but if they still have Terminal Server built in, then you could still remotely CONTROL the server.
    I don't think that the server would be any faster, but haven't done any actual tests to verify that.

  3. #3

    Thread Starter
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    I know that Terminal Services are included w/ Windows 2003.

    I was more wondering about the performance of IIS 6 and Asp.Net.
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  4. #4
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718
    Yes, that's fine. Also, a computer can only be a member of 1 domain or a workgroup, can't be both. You can connect to computers in another domain as long as you have permission to access and and same with computers in a workgroup, just can't be a member of both w/o changing.

    Yes Windows Server 2003 does have Remote Desktop support, you will however need to turn this on as it is off by default, you don't need to install terminal services as the Remote Desktop in Windows Server 2003 allows two concurrent RDP sessions for administration, which by the sounds of it, is all you'll need.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  5. #5

    Thread Starter
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    I would now like to setup this computer as a Domain controller.

    I installed W2K3 Enterprise on the machine.

    Turned off the dhcp server function on my router

    Set The Server's ip to 192.168.2.100 (Anubis)

    Enabled dhcp thru the wizard.
    Created and activated a New Scope 192.168.2.101-199

    Enabled dns:

    Created New Forward lookup zone "."
    Created New Domain Under "." named "Hades"

    Installed Active Directory ( Start --> Run --> DCPROMO)
    Domain = "Hades"

    Did i do this correctly?
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  6. #6
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718
    Spose, I would've used the wizard though, much easier and does all that for you.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  7. #7

    Thread Starter
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    Gave up... reinstalled and used teh wizard...

    Still having problems w/ dhcp

    I have Anubis, the dc + dns + dhcp + ect server, on 192.168.2.2
    my router, w/ dhcp off, on 192.168.2.1

    Scope1 (192.168.2.10-192.168.2.254)

    I have another computer, Thor, that i want to get connected to the domain but for some reason dhcp is not assigning it an ip address and i get the "limited connection" message after it tries forever.

    After assigning a static ip address of 192.168.2.10 on Thor:

    The computers can ping each other

    I can access the internet (shared via the router) on both.

    I am out of ideas.... i think next time i'll get a book
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  8. #8
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    have you tried not using a static address, and letting DHCP assign it automatically? It should give it .10 anyways. I think thats all I did with W2K to get internet access to 2 other boxes.
    before that I used Internet Connection Sharing. but I doubt that you need that.

  9. #9

    Thread Starter
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    Yes... i did have it on assign automatically but all i was getting was "limited connection" eg it couldnt automatically assign an ip.

    So then i assigned a static ip....

    Edit: Me is such an idiot.....

    forgot that Active Directory doesnt let dhcp assign an address to a computer that is not in ad.
    Last edited by <ABX; Nov 13th, 2004 at 02:26 PM.
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  10. #10

    Thread Starter
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    meh....

    This is starting to get annoying.

    Thought I everything working good but now something else is wrong...

    im pretty sure it has something to do w/ local dns not querying the internet properly.

    Type "http://www.vbforums.com" w/o a problem and it loads pretty quickly...

    but if i type "http://www.google.ca" gives a "Cannot find server or DNS Error" (In IE)

    but if i get the ip address (by pinging the server) and then "http://216.239.57.107" it works perfectly....

    Hotmail takes a while... but works

    Would this have something to do with time-outs? why one server will work and the other wont?

    Under Forwarders Tab ( teh DNS console, Server Properties)

    I have my routers ip (my router is the gateway to the net) under the "All other DNS domains" Entry.

    I tried changing the timeout here to 30 seconds which did not help so i put it back.... recursion is Not Disabled.

    Edit: Dammit... it started working 30 seconds after posting this....
    meh... i'll explain in a bit....
    Last edited by <ABX; Nov 13th, 2004 at 03:19 PM.
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  11. #11
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    do you have the box checked for 'automatically detect settings'?
    plus, I don't think that the router is a DNS server. Use the address that was given to you by your ISP, in fact, you can use ANY DNS server. Just use the quickest one.

  12. #12

    Thread Starter
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    this may explain why i thought i needed to use the routers ip.



    Its working now that i have the dns forworded to 192.168.0.1 (Router #1)

    Eventually, when i feel that i understand this good enough, i will be moving the rest of my network to the domain.
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  13. #13
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Resolved

    Add the Checkmark and the word [RESOLVED] to the subject of the first post in your thread
    if your question has been answered satisfactorily.

    Glad that it's working.

  14. #14

    Thread Starter
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    Yeah... seems to be working ok....

    Thanx for the help...
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width