I wish I had found this before starting in, but it's too late for that...
I am running CentOS 5.5.
I started following this guide for setting up two NICs on different networks. Everything was going fine until I hit this step:
This part allow the routing to the direct neigbor over the good interface :
ip route add 10.2.0.0 dev eth0 src 10.2.0.1
ip route add 10.1.0.0 dev eth1 src 10.1.0.1
I am hit with the following error when I try to do those commands:
RTNETLINK answers: Invalid argument
I am not very experienced in server setup. However, I have been tasked to do this, so I look for help. Any suggestions on where to go from here?
Alternatively, any suggestions on how to undo what I have done so far, in order to give the other guide listed above a try?
Edit: I forgot to mention, this server also has the tool Webmin installed, if that should help any.