Hi, I guess it is time I looked into a deeper aspect of OpenBSD, CARP.
Currently I have two OpenBSD firewalls fw1 and fw2. fw1 connects to internet a portion of people in LAN which is under the subnet 172,16,0.0/12 through ISP1 fw2 connects to internet the other portion of people in LAN which is under the subnet 172,16,0.0/12 through ISP2 Is it possible for me to make both fw1 and fw2 listen on ip address 172.17.1.0 and load balance connections through both ISPs? And also make a fail over set up so that when either ISP1 or ISP2 is not functioning all hosts in the network going through the other. Thanks --Siju