Red Squirrel
No Lifer
Is the network parameter the same as the gateway? or is this something different? I noticed in lot of examples a network parameter will look like this:
Network 10.1.1.0
But when configuring a gateway, in windows for example, you would put
10.1.1.1 since that is the IP of the router.
So how does it work in linux when you put 0? since a default gateway is not nesecarily x.x.x.1 it can be anything but .1 is just the convention normally used.
Theres also a file called network in system-config with an actual default gateway, but unlike in windows, setting it this way does not let you have a default gateway on a per-nic basis.
I'm just a little confused on how the networking works in linux, after having an issue with an ESX server which adding a route with the route command fixed. I have a feeling this is because of a configuration file that's not well set.
Network 10.1.1.0
But when configuring a gateway, in windows for example, you would put
10.1.1.1 since that is the IP of the router.
So how does it work in linux when you put 0? since a default gateway is not nesecarily x.x.x.1 it can be anything but .1 is just the convention normally used.
Theres also a file called network in system-config with an actual default gateway, but unlike in windows, setting it this way does not let you have a default gateway on a per-nic basis.
I'm just a little confused on how the networking works in linux, after having an issue with an ESX server which adding a route with the route command fixed. I have a feeling this is because of a configuration file that's not well set.