Re: carp not setting interfaces

2007-04-16 Thread Steven Stremciuc
Hi Mike, >From 'man ifconfig' - Looks like your vhid must be from 1 to 255, so 801 is probably what's breaking it. That was it. Changing the vhid fixes the problem. Thanks so much for that. steve ___ freebsd-net@freebsd.org mailing list http://

RE: carp not setting interfaces

2007-04-16 Thread Michael K. Smith - Adhost
Ahh. See below. > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Steven Stremciuc > Sent: Monday, April 16, 2007 2:20 PM > To: Max Laier > Cc: freebsd-net@freebsd.org > Subject: Re: carp not setting i

Re: carp not setting interfaces

2007-04-16 Thread Steven Stremciuc
Hi Max, You didn't say, can you configure the carp interfaces by manual ifconfig? That would indicate a problem in the netstart/rc.d part. Maybe mergemaster again? I get an error when trying to configure it manually via ifconfig. I don't know what this means. test# ifconfig carp0 creat

Re: carp not setting interfaces

2007-04-16 Thread Max Laier
On Monday 16 April 2007 21:00, Steven Stremciuc wrote: > Hi, > > I have a 6.2-RELEASE-p3 machine (supermicro 6010h) on which carp is not > working correctly. I have been using carp on other freebsd and openbsd > machines without a problem, so I am not sure what is going wrong on > this specific mac

Re: carp not setting interfaces

2007-04-16 Thread Steven Stremciuc
Hi Mike, Have you tried the following syntax? ifconfig_carp0="inet 10.1.0.101 netmask 255.255.255.0 vhid 801 pass xx" Tried that but no change. Btw, my original syntax works fine on a seperate FreeBSD machine. Thanks for the suggestion. steve ___

RE: carp not setting interfaces

2007-04-16 Thread Michael K. Smith - Adhost
Hello Steven: Answer (not necessarily the correct one) below. > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Steven Stremciuc > Sent: Monday, April 16, 2007 12:00 PM > To: freebsd-net@freebsd.org > Subject: carp not setting interface