Ask Experts Questions for FREE Help !
Ask
    saboonisan's Avatar
    saboonisan Posts: 1, Reputation: 1
    New Member
     
    #1

    Jul 20, 2009, 06:53 AM
    Connect 1 computer to two networks
    We have two networks in our office. Some computers need to connect to both networks at the same time. So I have added a route in the registry and it works. The problem is that one computer can connect to all servers in both networks, but another computer can not access to some servers.

    Please advice how can I correctly connect my computers to the two networks.
    chuckhole's Avatar
    chuckhole Posts: 850, Reputation: 45
    Senior Member
     
    #2

    Jul 20, 2009, 01:15 PM

    How are the two networks connected to each other. Do you have routers in each network?

    The easiest method is if both networks are able to see each other through routers. This way, you will not have to assign fixed secondary IP address configurations to your computers with static routes.

    The easier method would be to have the two networks physically isolated from each other except through routers. You do not want DHCP servers from multiple networks on the same physical infrastructure unless they are isolated by VLAN's.

    Each PC can be assigned only one gateway address. If you are using the more difficult method of multiple addresses for the same computer, then you will need to add static routes on the computer using the ROUTE ADD command. Remember to make them Persistent routes.

    With this method, you would add a primary fixed IP address and gateway for your PC. Then you would add a secondary IP address to the same network card. Then you would add the route to the PC.

    Example:
    If the PC address is 192.168.1.50, subnet 255.255.255.0, gateway 192.168.1.1 and the second network is 192.168.2.0/24 then you might add a route as follows:
    ROUTE ADD -P 192.168.2.0 MASK 255.255.255.0 192.168.1.1

    And for the other network, it would be:
    ROUTE ADD -P 192.168.1.0 MASK 255.255.255.0 192.168.2.1
    PCmania's Avatar
    PCmania Posts: 4, Reputation: 0
    New Member
     
    #3

    Jul 26, 2009, 11:14 PM

    The other way to see each other and connect you computer at the same time. If you have a router, you just need to set the computer name of your computer. Be sure that the work group are the same.

    Do you know how to create work group, you just need to do this, go to control panel then, choose network and internet connection. Set up the small office, then follow the statement there, you need to create a work group. Both computer have the same work group, share the folder.

    The work is only a trial and error,if you cannot connect in the first time you need to do at second time.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Connect 1 computer to 2 networks [ 4 Answers ]

I want to share files with my room mate but not allow internet access, He has his own source for internet. He connects to his modem via cat 5 and to mine via wireless. He has 2 separate NIC cards to accomplish this. So far I haven't been able to get it to work. Any advice?

Connect Networks through VPN [ 1 Answers ]

Dear Experts, I have offices in different locations. My office 2 I connected to office 1 through VPN (vpn server in office 1) i.e. each computer having vpn client and it will call to vpn server and will connect. This two offices having 2 ip range . Office 1 is in the range ...

How can I connect 2 networks with 2 NIC's with 1 Computer [ 1 Answers ]

I am running windows XP. I am trying to use one computer with two NIC's to connect to two different networks. One network is just your basic LAN connecting to a server (we call it 2000 Server cause its running 2000 Server) with internet access. The other network has a server running automated...

Connect two networks [ 2 Answers ]

I have two running networks one with a broadband internet connection, I want to connect the two networks so as to be able to share the internet connection. Any advice will be welcomed.

How to connect 2 Networks (LAN) [ 4 Answers ]

I am looking to connect 4 of my branches to my Head office. (total of 5 Networks) Presently none of the networks have internet, I have been looking at viable ways to connect the branches. So far I have come up with the following: xDSL Data Lines provided by my ISP. Point to Point...


View more questions Search