Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
multiple NICs --> routes?
Name: eye-designs Date: June 17, 2007 at 03:33:06 Pacific OS: Windows XP SP2 CPU/Ram: AMD Athlon 64 X2 4400+
Comment:
hi,
I am planning on using a linux machine as a router. It's a machine with 2 NICs, on for the WAN-side & one for LAN-side. Now i was told that a machine with two or more NICs should have a route set. Is this true and if so, how do I do this?
Name: SmittyZ3M Date: June 17, 2007 at 08:42:38 Pacific
Reply:
All depends on how your ISP is allocating you IP addresses. If they are giving you (1) public IP address, then you are going to want to setup NAT on the NIC's. The NIC that plugs into your Internet connection will be the WAN NIC, and the other NIC will be for the LAN.
I have used a Linux box for dual-homed routing before, but only in a private LAN setting.
Provide some more information regarding your ISP setup.
0
Response Number 2
Name: wanderer Date: June 20, 2007 at 12:45:28 Pacific
Reply:
"Now i was told that a machine with two or more NICs should have a route set."
No linux guy here but its my understanding this is what you use the ip tables for. In the MS world you have ICS but in Linux you have ip tables file which you have to provide the nat routing tables.
Should be easy to google linux and ip tables and routing to get examples.
Imagine the power if you knew how to internet search
Summary: Looking for howto info. I have two NIC's in one PC. NIC1 = 192.168.0.200 - wireless to DLink WAP - DLink WAP connected to DSL modem NIC2 = 10.0.0.200 connected to test LAN. I want to use t...
Summary: Do you have ICS enabled? Did you configure the nic that has the static IP with a default gateway? Did you configure any static routes? Please post the output from these commands: ipconfig /all route...
Summary: We have a device discovery protocol which uses a UDP broadcast to find devices on the local network, and I'm trying to understand the behavior of windows XP networking in a corner case. When writing t...