Basic Networking Fail

blindsp0t

Verified User
Joined
May 9, 2009
Messages
16
Now I know that multiple gateways are a no-no, so I need some guidance, or advice. I have two nic's in my server. One of which is the outside world, the other the inside world.

eth0 98.x.x.x is the outside world
eth1 10.x.x.x is the inside

What would be the best practice for this type of configuration? Maybe an example interfaces? And would I need any custom route lines?

Thanks.
 
Presuming what you call your inside world is all on the same 10.x.x.x network, then only your outside world has to be routed. And that should have been set up utomatically when you set up your server or your network. You shouldn't need any custom setup. We do the same thing, with 127.0.x.x, and we've never done any custom settings.

Jeff
 
Back
Top