|
|||||||
| 11-22-2012, 05:39 AM | |
|
|
|
Use "route print" at the beginning to have a clear layout of your routing table.
1. search for step-by-step instruction on how to add static route in win7 2. configure LAN-only NIC with correct LAN IP and netmask but no gateway or DNS (use hosts for LAN machine name <-> translation) 3. add two entries with network destination of your LAN: ex. 192.168.1.0 and 192.168.1.1(assuming 192.168.1.1 is your router) to the LAN-only NIC (assuming it has a static IP of 192.168.1.3) the commands would look like: route -p add 192.168.1.0 mask 255.255.255.0 192.168.1.3 (all packages with destination of 192.168.1.0/24 go to next hop of LAN-only NIC) route -p add 192.168.1.1 mask 255.255.255.255 192.168.1.3 (the traffic to the router itself goes through LAN-only NIC) and the rest of the network traffic, regardless of the destination, go through WAN-only NIC, which is already set in the routing table with the WAN-only NIC using DHCP for the TCP/IP info. You can also look into metric to determine the priority order of the two NICs. Ref. http://www.windowsreference.com/w...2000vista/ |
|
|
|
|
Just use different private network address ranges...
NIC1: 192.168.1.x for Internet/router (DHCP) NIC2: 10.0.0.x for LAN ONLY use 10.0.0.x for all other Lan hosts. (Static) Thats assuming you don't want other hosts on 10.0.0.x to have Internet access. Last edited by boltman2007; 11-22-2012 at 11:49 AM.. |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows 7 scanning network shared folder takes forever [SOLVED sort of] | magoomba | Tech Support | 9 | 06-13-2012 03:13 PM |
| windows 7 networking | slapshot136 | Tech Support | 38 | 04-18-2012 08:51 PM |
| TIP » Unlock 5 Hidden Themes in Windows 7 | SweetestDeals | Tech Support | 12 | 08-14-2011 11:09 PM |
| TIP » Enable God Mode in Windows 7 | SweetestDeals | Tech Support | 8 | 08-08-2011 01:12 AM |
| Windows 7 Network Problems | DinkinFlicka | Tech Support | 4 | 12-20-2010 11:15 AM |