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

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

    Yours faithfully
    Vivek
    NIIT
    chuckhole's Avatar
    chuckhole Posts: 850, Reputation: 45
    Senior Member
     
    #2

    Nov 12, 2008, 06:19 AM

    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.

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!

Connecting networks [ 1 Answers ]

I have a radio link connecting to a network with a dlink router, I want to be able to Pcanywhere in via the radio and talk to computers on a second network, the first network Is internet connection the second is work computer network, no internet. I would like to Do this with dlink routers is...

Connecting two networks [ 6 Answers ]

Hi every body Actually I am working with computer networks... Now I want to know the connecting two networks... Firstly I want to know what are the devices and media (such as internet connection or isdn, or broadband) to connect both networks. Actually I am working with redhat linux 4, ...

One computer connecting to two networks [ 5 Answers ]

Hi well this is my dilemma I currently have two wired networks in my apartment. Network “A” has two computers both with static IP addresses witch connect to the internet via a cable modem and we simply use for surfing and the norm. Network “B” has our media center that we use for watching TV/movies...

Connecting two networks [ 3 Answers ]

I need to connect two existing networks together. Currently there is a main network that has 15 computers and 2 servers with a high speed internet connection and static IPs. Second network has 6 computers and 1 server also with high speed internet and static IP. Currently second network connects...

Connecting to 2 networks at once [ 9 Answers ]

My home network has the following hardware: * IBM T42P ThinkPad laptop running XP Pro * Desktop Pentium 4 PC (clone) running XP Pro * HP Media Center PC * HP LaserJet 3030 printer/copier/fax/scanner connected to the desktop PC through the parallel port with printer sharing enabled * RCA...


View more questions Search