How can I forward/communicate between two NIC with two subnets on same Server Windows.

BornnConfused 1 Reputation point
2021-09-21T10:15:43.557+00:00

I have a Windows Server.
I have two NIC

  1. NIC1 Ethernet which is connected to office Network and also to internet. IP address 172.16.10.5
  2. NIC2 one LOOPBack interface which i created using hdwwiz utility. 10.1.1.2

my Loopback interface is connected/used by GNS3 Server and GNS3 is configured with Routers and Routing Protocol is configured.

I have ping from Loopback interface IP 10.1.1.2 to the Routes in the GNS3 and from routers to the IP 10.1.1.2

But i cannot ping the IP 172.16.10.5 from the Routers
also from other Computers in network 172.16.10.0 to the Routers.

I want other Servers/computers in network 172.16.10.0 to ping/reach the Routers

To do this, i think i need to forward the traffic from NIC1 to NIC2 and vicecersa
So when a computer in network 172.16.10.0 pings the Routers or NIC2. Then the should reach the NIC1 and then the traffic frm NIC1 should be forwarded to NIC2

let me know how can we archive this ?

Thanks
Prem

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,170 questions
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,274 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2021-09-21T13:37:39.47+00:00

    Simplest solution is to use layer 3 hardware for this purpose. If you must use windows then one option is to stand up a dedicated virtual machine as a router.
    https://www.dell.com/support/kbdoc/en-us/000118763/configuring-windows-server-2012-r2-as-a-router

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Limitless Technology 39,371 Reputation points
    2021-09-21T14:43:18.72+00:00

    Hello @BornnConfused

    in addition some useful information:

    https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn614140(v=ws.11)

    Regards,

    --If the the reply is helpful, please Upvote and Accept as answer--