Computing Staff
  • 14

Best Way To Access Two Networks From One PC

  • 14

Hi there,
I have the following problem and would appreciate any suggestions on the best way to solve it.

There are two LANs, both in the same building. The first is company-wide. My office has one PC that accesses a server on that LAN to get some realtime information from another part of the building. The PC has a static IP on that network. Contacting that one other server on the LAN is the only thing I need to on this LAN.

The second LAN is the one within our office itself. It’s a very simple setup with an Apple Airport router and a couple computers attached. It also gives these computers access to the internet.

What I would like to do is maintain the PC’s access to the first LAN, but also give it access to our office LAN and the internet. In other words, I want to connect the PC to both networks at once.

What’s the best way? Is it possible without buying a second NIC for the PC? Is there a way to connect the router in the office to both networks at once, and connect the PC to that? It is fine if the other computers on my office LAN also have access to the company LAN, but they must keep their internet access.

Thanks in advance for any help you can offer!

Share

3 Answers

  1. Put a 2nd nic in the pc.
    Take the gateway entry off the company lan nic. It is not needed.
    Connect the 2nd nic to the office router.
    You can now access the office lan and internet via the 2nd nic.
    You can access the company reattime data on the 1st nic
    No router required.

    BTW the router discussed above would be to connect the office and company lans together at which point it does not matter which the realtimedata pc is connected to.
    Do note that the office lan and the company lan need to be in different subnets.

    btw if you put a router between the two networks this will result in two gateway entries which isn’t allowed. You would need to drop your local internet access and go thru the main company’s lan to the internet.

    • 0
  2. the pc with the static ip, does it have a gateway entry?
    Putting a second nic this pc should be cheaper than putting in a router. but you need to answer the question to determine if this is a viable course of action.

    • 0
  3. Who setup your network? DId they do this because of security to prevent the other LAN from being connected to the Internet?
    If security is not an issue then yes all you need is a simple router to connect the LANs. You want the Internet accesable LAN to be connected to External (WAN) side of the router and you will want to give it a static IPs for each LAN on appropriate router connection. Don’t forget to setup a Reservation in your DHCP servers.

    If the router has IP Filtering then you will need to setup port forwarding for ICMP and what ever else you need to get through. You may just op to for “Allow Any” to turn off the Firewall. If you do that make sure you do not allow DHCP through or you will get into DHCP wars between the servers depending on the TTL.

    • 0