Thread: CARP
View Single Post
  #4   (View Single Post)  
Old 13th April 2011
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

I believe on OpenBSD when you create the CARP interface, you tell it the physical device to use (carpdev option). Then you remove the IP from the physical device, and you put that IP on the CARP device.

In order to be able to connect to the individual boxes, you would add another interface to the box (or add a vLAN), and give that an IP.

Thus, between the two boxes, you would have 3 IPs:
  • the CARP IP, which is shared between the two boxes, that hosts on the LAN point to
  • the management IP for boxA
  • the management IP for boxB

It would be wonderful if the carpdev option was ported to FreeBSD...
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote