Multiple LAN Connections

tmsmith124

n00b
Joined
Jul 24, 2012
Messages
26
Hello,
I'm sure this has been asked before some where but I could not come up with anything on search. I will try to provide as much detail and information as possible. I just purchased the Intel VT Quad network adapter without realizing it didn't have teaming support. Now brings me to my question.

I want to use 1 LAN connection (Intel(R) Gigabit VT Quad Port Server Adapter) for all Internet content while using another LAN (Intel(R) Gigabit VT Quad Port Server Adapter #3) for local purposes (link between my FreeNAS server). I have spent several hours in route table trying to work my way through setting up a static route but I'm having some trouble. Can anyone provide some assistance with adding a static route for interface 19 (Intel(R) Gigabit VT Quad Port Server Adapter #3)? Bellow is my route print.

Code:
===========================================================================
Interface List
 17...00 1b 21 17 1b 79 ......Intel(R) Gigabit VT Quad Port Server Adapter
 18...00 1b 21 17 1b 78 ......Intel(R) Gigabit VT Quad Port Server Adapter #2
 19...00 1b 21 17 1b 7c ......Intel(R) Gigabit VT Quad Port Server Adapter #3
 21...00 1b 21 17 1b 7d ......Intel(R) Gigabit VT Quad Port Server Adapter #4
 
===========================================================================

IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0      192.168.1.1      192.168.1.6     10
          0.0.0.0          0.0.0.0      192.168.1.1      192.168.1.7     10
          0.0.0.0          0.0.0.0      192.168.1.1     192.168.1.25     10
          0.0.0.0          0.0.0.0      192.168.1.1     192.168.1.24     10
        127.0.0.0        255.0.0.0         On-link         127.0.0.1    306
        127.0.0.1  255.255.255.255         On-link         127.0.0.1    306
  127.255.255.255  255.255.255.255         On-link         127.0.0.1    306
      192.168.1.0    255.255.255.0         On-link       192.168.1.6    266
      192.168.1.0    255.255.255.0         On-link       192.168.1.7    266
      192.168.1.0    255.255.255.0         On-link      192.168.1.25    266
      192.168.1.0    255.255.255.0         On-link      192.168.1.24    266
      192.168.1.6  255.255.255.255         On-link       192.168.1.6    266
      192.168.1.7  255.255.255.255         On-link       192.168.1.7    266
     192.168.1.24  255.255.255.255         On-link      192.168.1.24    266
     192.168.1.25  255.255.255.255         On-link      192.168.1.25    266
    192.168.1.255  255.255.255.255         On-link       192.168.1.6    266
    192.168.1.255  255.255.255.255         On-link       192.168.1.7    266
    192.168.1.255  255.255.255.255         On-link      192.168.1.25    266
    192.168.1.255  255.255.255.255         On-link      192.168.1.24    266
        224.0.0.0        240.0.0.0         On-link         127.0.0.1    306
        224.0.0.0        240.0.0.0         On-link      192.168.1.24    266
        224.0.0.0        240.0.0.0         On-link       192.168.1.6    266
        224.0.0.0        240.0.0.0         On-link       192.168.1.7    266
        224.0.0.0        240.0.0.0         On-link      192.168.1.25    266
  255.255.255.255  255.255.255.255         On-link         127.0.0.1    306
  255.255.255.255  255.255.255.255         On-link      192.168.1.24    266
  255.255.255.255  255.255.255.255         On-link       192.168.1.6    266
  255.255.255.255  255.255.255.255         On-link       192.168.1.7    266
  255.255.255.255  255.255.255.255         On-link      192.168.1.25    266
===========================================================================
Persistent Routes:
  None

Thank you!!
 
All you have to do is put a default route on adapter 1, don't put a default route on adapter 2 then change the metric for adapter 2 to something below 10. Or use Server 2012 (R2) and team them inside windows.
 
All you have to do is put a default route on adapter 1, don't put a default route on adapter 2 then change the metric for adapter 2 to something below 10. Or use Server 2012 (R2) and team them inside windows.

I'm sorry, can you please explain what you mean? are you referring to in the route table or in IPv4 properties?
 
Why are you wanting this? For shits and giggles?

Create a static route of 192.168.1.0 255.255.255.0 with a metric of 1 via the FreeNAS NIC and create a 0.0.0.0 0.0.0.0 route with a metric of 1 out the other NIC.

What is the IP address of each NIC?
 
This would be from my Windows 7 box (currently placing the server role) and my FreeNAS. I need the configuration set up on Windows 7.
 
Back
Top