I am the new system admin, and the other guy who is gone now ordered the Twinguard system from eRacks. I have been reading up on CARP and what it is, but I am confused about how these are set up. I am new to this. I got an e-mail from eRacks that gave some information, but I can't really make much sense out of it. Here is the info:
# On TWIN1:
/etc/hostname.vr0: inet 10.1.2.134 255.255.255.0 NONE
/etc/hostname.vr1: inet 192.168.1.134 255.255.255.0 NONE
# On TWIN2:
/etc/hostname.vr0: inet 10.1.2.135 255.255.255.0 NONE
/etc/hostname.vr1: inet 192.168.1.135 255.255.255.0 NONE
# On Both systems:
/etc/hostname.carp0:
inet 10.1.2.2 255.255.255.0 10.0.0.255 vhid 1 pass foo
/etc/hostname.carp1:
inet 192.168.1.2 255.255.255.0 192.168.0.255 vhid 2 pass bar
I am assuming TWIN1 is the first system in the rack unit, and TWIN2 is the 2nd system?
I don't understand what hostname.vr0 and .vr1 are supposed to represent. on both TWIN1 and TWIN2.
I understand that hostname.carp0 must be one CARP host and carp1 is another carp host. vhid 1 has a virtual IP address of 10.0.0.255 and a password of "foo" right?
At our location we have two IP addressed networks that need to be firewalled. I will call them .1 and .2. So do I hook .1 into one computer of the rack unit, and plug .2 into the other computer of the rack unit, and then go out to my network? Also, is there any kind of port forwarding that I have to set up so that the Ineternet can communicate with our servers?
Thanks for any help or advice you can give.