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. The Lounge
  3. Joining two networks

Joining two networks

Scheduled Pinned Locked Moved The Lounge
sysadminhardwarequestionworkspace
11 Posts 8 Posters 0 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.
  • M MatthysDT

    My N+ skills and knowledge is a little wanting. Let's say I have two networks, A & B, each with it's own Windows 2003 Server, it's own Domain, it's own ADSL connection and hardware firewall. Network A's Range is 192.196.1.xxx Network B's Range is 192.196.0.xxx I had an optical fibre connection installed between the two networks. Now I want A to be able to use the resources on B (Eg. Printers, Databases, Internet etc.) and vice versa. One way is to change the IP range of A to be in the same range as B, but is that neccesary? Changing the range will have many other implications. Can't I setup a normal network over 2 ranges using the subnet mask somehow?

    "you can't forget something you never knew..." M. Du Toit
    "Watching Migthy Joe Young made me hate my life..................................I want a gorilla!" A. Havemann

    T Offline
    T Offline
    toxcct
    wrote on last edited by
    #2

    you have to provide a default gateway for each server connected to the other domain...


    [VisualCalc][Flags Beginner's Guide] | [Forums Guidelines][My Best Advice]

    1 Reply Last reply
    0
    • M MatthysDT

      My N+ skills and knowledge is a little wanting. Let's say I have two networks, A & B, each with it's own Windows 2003 Server, it's own Domain, it's own ADSL connection and hardware firewall. Network A's Range is 192.196.1.xxx Network B's Range is 192.196.0.xxx I had an optical fibre connection installed between the two networks. Now I want A to be able to use the resources on B (Eg. Printers, Databases, Internet etc.) and vice versa. One way is to change the IP range of A to be in the same range as B, but is that neccesary? Changing the range will have many other implications. Can't I setup a normal network over 2 ranges using the subnet mask somehow?

      "you can't forget something you never knew..." M. Du Toit
      "Watching Migthy Joe Young made me hate my life..................................I want a gorilla!" A. Havemann

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #3

      Do you work for EDF Energy? If not, you should change those IP addresses: the class C private addresses are 192.168.0.0 - 192.168.255.255. You need a router. You also need some way to make computer browsing work over the link, and for this you need - I believe, still in the Active Directory domain era - a WINS server, and to configure your workstations and servers to use this WINS server. Traditional Windows computer browsing works via broadcasts, but these broadcasts are not routable.

      Stability. What an interesting concept. -- Chris Maunder

      T M 2 Replies Last reply
      0
      • M Mike Dimmick

        Do you work for EDF Energy? If not, you should change those IP addresses: the class C private addresses are 192.168.0.0 - 192.168.255.255. You need a router. You also need some way to make computer browsing work over the link, and for this you need - I believe, still in the Active Directory domain era - a WINS server, and to configure your workstations and servers to use this WINS server. Traditional Windows computer browsing works via broadcasts, but these broadcasts are not routable.

        Stability. What an interesting concept. -- Chris Maunder

        T Offline
        T Offline
        toxcct
        wrote on last edited by
        #4

        Mike Dimmick wrote:

        you should change those IP addresses

        he is allowed to use any network address range, even if classes A, B and C mean something particuliar. BTW, you're wrong in saying Class C goes from 192.168.0.0 to 192.168.255.255. Class C only means that the network mask is 255.255.255.0 (so, machines from 192.168.0.1 to 192.168.0.254)


        [VisualCalc][Flags Beginner's Guide] | [Forums Guidelines][My Best Advice]

        B L M 3 Replies Last reply
        0
        • M MatthysDT

          My N+ skills and knowledge is a little wanting. Let's say I have two networks, A & B, each with it's own Windows 2003 Server, it's own Domain, it's own ADSL connection and hardware firewall. Network A's Range is 192.196.1.xxx Network B's Range is 192.196.0.xxx I had an optical fibre connection installed between the two networks. Now I want A to be able to use the resources on B (Eg. Printers, Databases, Internet etc.) and vice versa. One way is to change the IP range of A to be in the same range as B, but is that neccesary? Changing the range will have many other implications. Can't I setup a normal network over 2 ranges using the subnet mask somehow?

          "you can't forget something you never knew..." M. Du Toit
          "Watching Migthy Joe Young made me hate my life..................................I want a gorilla!" A. Havemann

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #5

          You need two routers Network A ----> Router A <---- Fiber Link ----->Router B <--- Network B On the network A, you configure the internal IP of Router A as the gateway for Network B. On network B, use internal IP address of Router B as the gateway for Network A. If you don't want to use a bridge or router, you have to change the IP addresses to the same subnet.

          -------- Micrologic Networks, India

          1 Reply Last reply
          0
          • M Mike Dimmick

            Do you work for EDF Energy? If not, you should change those IP addresses: the class C private addresses are 192.168.0.0 - 192.168.255.255. You need a router. You also need some way to make computer browsing work over the link, and for this you need - I believe, still in the Active Directory domain era - a WINS server, and to configure your workstations and servers to use this WINS server. Traditional Windows computer browsing works via broadcasts, but these broadcasts are not routable.

            Stability. What an interesting concept. -- Chris Maunder

            M Offline
            M Offline
            MatthysDT
            wrote on last edited by
            #6

            You're right, I use 192.168.xxx.xxx Anyway, it seems there is no simple solution, I'll read up on the WINS server, thanks.

            "you can't forget something you never knew..." M. Du Toit
            "Watching Migthy Joe Young made me hate my life..................................I want a gorilla!" A. Havemann

            1 Reply Last reply
            0
            • T toxcct

              Mike Dimmick wrote:

              you should change those IP addresses

              he is allowed to use any network address range, even if classes A, B and C mean something particuliar. BTW, you're wrong in saying Class C goes from 192.168.0.0 to 192.168.255.255. Class C only means that the network mask is 255.255.255.0 (so, machines from 192.168.0.1 to 192.168.0.254)


              [VisualCalc][Flags Beginner's Guide] | [Forums Guidelines][My Best Advice]

              B Offline
              B Offline
              Bert Otherside82 Derijckere
              wrote on last edited by
              #7

              Mike is right, the ip addresses given in the original post are public ip addresses, and these are not to be used in LAN/private networks.

              R 1 Reply Last reply
              0
              • T toxcct

                Mike Dimmick wrote:

                you should change those IP addresses

                he is allowed to use any network address range, even if classes A, B and C mean something particuliar. BTW, you're wrong in saying Class C goes from 192.168.0.0 to 192.168.255.255. Class C only means that the network mask is 255.255.255.0 (so, machines from 192.168.0.1 to 192.168.0.254)


                [VisualCalc][Flags Beginner's Guide] | [Forums Guidelines][My Best Advice]

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #8

                I think he meant the private IP range, not class C. He is assuming that the person intended to use a private IP range, and mistakenly used a public IP address. In that sense, the tip to use 192.168.x.x may not be a bad one. It may help the guy, if he is indeed trying to use a private IP. Thomas

                -------- Micrologic Networks, India

                1 Reply Last reply
                0
                • M MatthysDT

                  My N+ skills and knowledge is a little wanting. Let's say I have two networks, A & B, each with it's own Windows 2003 Server, it's own Domain, it's own ADSL connection and hardware firewall. Network A's Range is 192.196.1.xxx Network B's Range is 192.196.0.xxx I had an optical fibre connection installed between the two networks. Now I want A to be able to use the resources on B (Eg. Printers, Databases, Internet etc.) and vice versa. One way is to change the IP range of A to be in the same range as B, but is that neccesary? Changing the range will have many other implications. Can't I setup a normal network over 2 ranges using the subnet mask somehow?

                  "you can't forget something you never knew..." M. Du Toit
                  "Watching Migthy Joe Young made me hate my life..................................I want a gorilla!" A. Havemann

                  S Offline
                  S Offline
                  Steve Thresher
                  wrote on last edited by
                  #9

                  File and printer sharing between sub-nets is possible. You need to change the file and printer settings in the Windows Firewall exception list to allow access to the other sub-net.

                  AxisFirst For Business

                  1 Reply Last reply
                  0
                  • B Bert Otherside82 Derijckere

                    Mike is right, the ip addresses given in the original post are public ip addresses, and these are not to be used in LAN/private networks.

                    R Offline
                    R Offline
                    Russell Jones
                    wrote on last edited by
                    #10

                    i worked on a network prior to the serious uptake of the internet that used 130.xxx.xxx.xxx IP addresses, which was great until we got firewalls etc when Reverse DNS lookups started to return the domain of a uni in Australia for Internal machines. It was very confusing at first.

                    1 Reply Last reply
                    0
                    • T toxcct

                      Mike Dimmick wrote:

                      you should change those IP addresses

                      he is allowed to use any network address range, even if classes A, B and C mean something particuliar. BTW, you're wrong in saying Class C goes from 192.168.0.0 to 192.168.255.255. Class C only means that the network mask is 255.255.255.0 (so, machines from 192.168.0.1 to 192.168.0.254)


                      [VisualCalc][Flags Beginner's Guide] | [Forums Guidelines][My Best Advice]

                      M Offline
                      M Offline
                      Member 96
                      wrote on last edited by
                      #11

                      :rolleyes: If you don't know what you're talking about (and clearly you don't) why reply?

                      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