Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Networking (https://www.askmehelpdesk.com/forumdisplay.php?f=76)
-   -   Connecting two networks in one (https://www.askmehelpdesk.com/showthread.php?t=279576)

  • Nov 11, 2008, 07:37 AM
    viveksinhaniit
    Connecting two networks in one
    Hi,
    How to connect two different networks in one with routing in window server 2003?

    Yours faithfully
    Vivek
    NIIT
  • Nov 12, 2008, 06:19 AM
    chuckhole

    You would need two network cards on the server, one connected to each network.

    You would then configure static routes.

    Example:

    Network 1
    IP Address: 172.16.11.1
    Subnet Mask: 255.255.0.0

    Network 2: 192.168.1.1
    Subnet Mask: 255.255.255.0

    ROUTE ADD -P 192.168.1.0 MASK 255.255.255.0 192.168.1.1
    ROUTE ADD -P 172.16.0.0 MASK 255.255.0.0 172.16.11.1

    The -P switch makes the static routes persistent so that they will return after a reboot. The gateway address for each PC would be the server address for the network they are located in.

  • All times are GMT -7. The time now is 12:56 PM.