I have a networking issue As I have now two network cards and each one should connect to a specific network; one should be used to connect to the internet and the other one for intranet.
I want to manage the routing table as I think it will help me with this but I don't know if I do it wrong or it's not the way solve the problem ?!
Tech info :
I'm using win server 2008
Interface List
23.....802.11 USB Wireless LAN Card
10.....Intel(R) 82567LM-3 Gigabit Network Connection
I need the Intel(R) 82567LM-3 one to connect to the intranet
To explain it clearly
my network like
network Netmask gateway metric
10.0.226.5 255.255.255.0 10.0.226.1 20 ---> for interface [10] that I need to use it for intranet
network Netmask gateway metric
192.168.1.2 255.255.255.0 192.168.1.1 30 ---> for interface [23] that I need to use it for internet