After almost a year of faithful service, my router decided to go belly up
early in the AM of Saturday, this weekend. I am in the painful process of
rebuilding the system (the boot drive went south on me) and realized that
when my wife and I packed for out future move, I packed all my
configuration guides up (darn the luck!)
I've got this set up:
RH4.2
eth0 15,310
eth1 9,300
Here is what I'm trying to get back to:
eth0 192.168.100.101 netmask 255.255.255.0
eth0:0 146.84.xxx.xxx netmask 255.255.255.0
eth1 10.1.255.1 netmask 255.255.255.0
and routes that work this way:
the Local net (192.168) default route is to 192.168.100.101. The router
then determines where the packet is destined.
If the packet is to 192.168.100.xxx, go out eth0
if the packet is for 146.84.xxx.xxx, go out eht0:0
if the packet is for anyone else, shoot it to 10.1.255.1 (my P-50)
Can someone (anyone) cobble together the description of what I need in what
files to do this? I know it means modifying files in
/etc/sysconfig/network-scripts and maybe /etc/rc.d/init.d/network, but I've
done so much work on NT and OS/2 recently that I can't remember the syntax.
Thanx!
Matt