Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. System Admin
  4. Now here's an oddity (Win2K)

Now here's an oddity (Win2K)

Scheduled Pinned Locked Moved System Admin
sysadminwindows-adminquestion
6 Posts 2 Posters 3 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Roger Wright
    wrote on last edited by
    #1

    I finally got around to connecting my old Win2K Pro PC to the Win2K Server today. I added the old pc to the Active Directory, made a Domain User account for my old logon, hooked them both into the switch and enabled the interfaces. NAT is installed on the external interface, and the server internal interface is configured at 192.168.x.y per the online instructions. I also added a subnet for the internal network to the Active Directory. The curious part is that when I attempt to join the domain from the client, it reports that the network path couldn't be found, yet I can ping the server without trouble! Even more surprising is that from the client, with no physical connection to the outside world except thru the server, I can surf the 'net without trouble! Any ideas as to where I should look for the trouble?

    D 1 Reply Last reply
    0
    • R Roger Wright

      I finally got around to connecting my old Win2K Pro PC to the Win2K Server today. I added the old pc to the Active Directory, made a Domain User account for my old logon, hooked them both into the switch and enabled the interfaces. NAT is installed on the external interface, and the server internal interface is configured at 192.168.x.y per the online instructions. I also added a subnet for the internal network to the Active Directory. The curious part is that when I attempt to join the domain from the client, it reports that the network path couldn't be found, yet I can ping the server without trouble! Even more surprising is that from the client, with no physical connection to the outside world except thru the server, I can surf the 'net without trouble! Any ideas as to where I should look for the trouble?

      D Offline
      D Offline
      Dana Holt
      wrote on last edited by
      #2

      I have experienced this before, but after I let the workstation stay connected to the network for a few hours I was able to join the domain. I have no good idea why it took so long though. Did you ever get it to work? Regards, -- Dana Holt Xenos Software

      R 1 Reply Last reply
      0
      • D Dana Holt

        I have experienced this before, but after I let the workstation stay connected to the network for a few hours I was able to join the domain. I have no good idea why it took so long though. Did you ever get it to work? Regards, -- Dana Holt Xenos Software

        R Offline
        R Offline
        Roger Wright
        wrote on last edited by
        #3

        I had given up for a while, but your reply got me to tinkering with it again. Using NAT on the server is supposed to act as a DHCP server to the local clients, but that's not happening. So I hardwired the IP settings on the client. I also forgot that I had ZoneAlarm onthe old PC, so I disabled it. The wizard for joining a domain still doesn't work (can't find the domain), but the second option to change the domain worked! I can now view the network (but not the shares on the server - more work to be done there), and access the client from the server. Unfortunately, whenever the local network is enabled on the server, I can no longer find anything on the web - I get a lot of activity on the local net but it never tries the external interface. Back to the drawing board:-D

        D 1 Reply Last reply
        0
        • R Roger Wright

          I had given up for a while, but your reply got me to tinkering with it again. Using NAT on the server is supposed to act as a DHCP server to the local clients, but that's not happening. So I hardwired the IP settings on the client. I also forgot that I had ZoneAlarm onthe old PC, so I disabled it. The wizard for joining a domain still doesn't work (can't find the domain), but the second option to change the domain worked! I can now view the network (but not the shares on the server - more work to be done there), and access the client from the server. Unfortunately, whenever the local network is enabled on the server, I can no longer find anything on the web - I get a lot of activity on the local net but it never tries the external interface. Back to the drawing board:-D

          D Offline
          D Offline
          Dana Holt
          wrote on last edited by
          #4

          Roger Wright wrote: Using NAT on the server is supposed to act as a DHCP server to the local clients, but that's not happening. NAT is unrelated to DHCP, so you will have to configure DHCP as another step. That is unless you are using some kind of wizard that does both at the same time behind the scenes. Roger Wright wrote: Unfortunately, whenever the local network is enabled on the server, I can no longer find anything on the web - I get a lot of activity on the local net but it never tries the external interface. Back to the drawing board You should try to do a tracert to a web address to see where the traffic is going. Your routing table should contain a default route that goes out your external (internet) NIC. This will let all addresses not on your internal network go out to the net. You can use "route print" to see the routing table and "route /?" to get available routing commands. Isn't networking fun? :eek: Good luck! -- Dana Holt Xenos Software

          R 1 Reply Last reply
          0
          • D Dana Holt

            Roger Wright wrote: Using NAT on the server is supposed to act as a DHCP server to the local clients, but that's not happening. NAT is unrelated to DHCP, so you will have to configure DHCP as another step. That is unless you are using some kind of wizard that does both at the same time behind the scenes. Roger Wright wrote: Unfortunately, whenever the local network is enabled on the server, I can no longer find anything on the web - I get a lot of activity on the local net but it never tries the external interface. Back to the drawing board You should try to do a tracert to a web address to see where the traffic is going. Your routing table should contain a default route that goes out your external (internet) NIC. This will let all addresses not on your internal network go out to the net. You can use "route print" to see the routing table and "route /?" to get available routing commands. Isn't networking fun? :eek: Good luck! -- Dana Holt Xenos Software

            R Offline
            R Offline
            Roger Wright
            wrote on last edited by
            #5

            Dana Holt wrote: That is unless you are using some kind of wizard that does both at the same time behind the scenes. According to the Win2K documentation, that's exactly what NAT is supposed to do. I'm ignoring it for now, since the static settings aren't all that tough to maintain (one client). Dana Holt wrote: You should try to do a tracert to a web address to see where the traffic is going. No need. Like your experience, now that it's been running a while, it's learning where to look as it builds a routing table:-D Dana Holt wrote: Isn't networking fun? Actually, yes it is! That's why I've been doing it for 7 years. But this is my first Win2K server, and as with all networking products, the docs are misleading and often plain wrong. Stumbling around in the dark a lot is part and parcel of networking... :laugh: Thanks for your suggestions!

            D 1 Reply Last reply
            0
            • R Roger Wright

              Dana Holt wrote: That is unless you are using some kind of wizard that does both at the same time behind the scenes. According to the Win2K documentation, that's exactly what NAT is supposed to do. I'm ignoring it for now, since the static settings aren't all that tough to maintain (one client). Dana Holt wrote: You should try to do a tracert to a web address to see where the traffic is going. No need. Like your experience, now that it's been running a while, it's learning where to look as it builds a routing table:-D Dana Holt wrote: Isn't networking fun? Actually, yes it is! That's why I've been doing it for 7 years. But this is my first Win2K server, and as with all networking products, the docs are misleading and often plain wrong. Stumbling around in the dark a lot is part and parcel of networking... :laugh: Thanks for your suggestions!

              D Offline
              D Offline
              Dana Holt
              wrote on last edited by
              #6

              Roger Wright wrote: Actually, yes it is! That's why I've been doing it for 7 years. But this is my first Win2K server, and as with all networking products, the docs are misleading and often plain wrong. Stumbling around in the dark a lot is part and parcel of networking... Yeah, I used to stumble around in the dark with networking, but now I stumble around in the dark with programming! :laugh: Roger Wright wrote: Thanks for your suggestions! You're welcome. -- Dana Holt Xenos Software

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups