Network Setup Question

Sneakers

Just sneakin' around....
All switches have a layer 2 table with some lifetime on the cache. This reduces the need for arp who-has requests, and thus reduces network traffic. This is not a feature of a “smart switch”. It’s a feature of a switch (vs. a hub).
But it's not a managed switch, which was the point.
 

Clem72

Well-Known Member

Explains it better than I can. You really only need one entry that routes everything to the IP of your internet connected NIC which should then forward everything that isn't part of your local network to the internet.

should be something like: route add 0.0.0.0 0.0.0.0 your.internet.connected.nic.gateway your.internet.connected.nic.ip 1

This (and my previous suggestion) assumes the packets are getting to your computer so this routing command can take effect. This would require whatever is generating the packets (NI controllers or whatnot) to be sending them to your computer when they wan't to get to the outside world, so their gateway should be your development NIC.
 
Top