From owner-freebsd-doc@freebsd.org Tue Jan 26 00:36:39 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45F4AA4689E for ; Tue, 26 Jan 2016 00:36:39 +0000 (UTC) (envelope-from csh@temple.edu) Received: from ip2sub.temple.edu (smtp-sub.temple.edu [155.247.164.140]) by mx1.freebsd.org (Postfix) with ESMTP id CCB177C0 for ; Tue, 26 Jan 2016 00:36:37 +0000 (UTC) (envelope-from csh@temple.edu) X-IronPort-AV: E=Sophos;i="5.22,347,1449550800"; d="scan'208,217";a="738748274" Received: from 8400.is.temple.edu (HELO exch15-mr03.tu.temple.edu) ([155.247.167.190]) by ip1in.temple.edu with ESMTP; 25 Jan 2016 19:35:29 -0500 Received: from exch15-mr01.tu.temple.edu (10.96.17.200) by exch15-mr03.tu.temple.edu (10.96.17.202) with Microsoft SMTP Server (TLS) id 15.0.1156.6; Mon, 25 Jan 2016 19:35:28 -0500 Received: from exch15-mr01.tu.temple.edu ([10.80.220.31]) by exch15-mr01.tu.temple.edu ([10.80.220.31]) with mapi id 15.00.1156.000; Mon, 25 Jan 2016 19:35:29 -0500 From: Chris Hunnewell To: "freebsd-doc@FreeBSD.org" Subject: 30.10. Common Address Redundancy Protocol (CARP) doc Thread-Topic: 30.10. Common Address Redundancy Protocol (CARP) doc Thread-Index: AdFXzOBvDBbCAF5ER7O8uLwZk0416Q== Date: Tue, 26 Jan 2016 00:35:28 +0000 Message-ID: <93f855d9775242c8bc854bf5dbc3b160@exch15-mr01.tu.temple.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.80.217.230] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 00:36:39 -0000 I was recently working with this document and having issues getting CARP wo= rking. I identified one of the issues as one of my own creation. I was wo= rking with these settings on a VMware vSphere and by default this doesn't a= llow promiscuous mode. I was wondering if the document should be updated t= o show this as a requirement of CARP. The second problem I was having I no= ted during the boot of the server. I had the following line in the rc.conf= file: ifconfig_vmx0_alias0=3D"vhid 1 advskew 100 pass redacted alias 155.247.167.= 127/32" This is close to the example given in the documentation outside of adjustin= g for my network card and settings. During the boot I would get the follow= ing error: /etc/rc: WARNING: $ifconfig_vmx0_alias0 needs leading "inet" keyword for an= IPv4 address. I changing the line to this: ifconfig_vmx0_alias0=3D"inet vhid 1 advskew 100 pass redacted alias 155.247= .167.127/32" After changing the line I did not note any errors during the boot of the OS= . I'm running a fully patched version of 10.2. I did find this is similar= to how a virtual host would be configured in the rc.conf file but find not= hing about this for CARP. Does this need to be updated in the document or = is there some other issue? Thanks, Chris Hunnewell chris.hunnewell@temple.edu Temple University Computer Services CONFIDENTIALITY STATEMENT: The information contained in this e-mail, includ= ing attachments, is the confidential information of, and/or is the property= of, Temple University. The information is intended for use solely by the i= ndividual or entity named in the e-mail. If you are not an intended recipie= nt or you received this in error, then any review, printing, copying, or di= stribution of any such information is prohibited. Please notify the sender = immediately by reply e-mail and then delete this e-mail from your system.