Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Aug 2011 11:22:17 -0700
From:      Freddie Cash <fjwcash@gmail.com>
To:        srn@k66.ru
Cc:        ports@freebsd.org
Subject:   Re: freevrrpd
Message-ID:  <CAOjFWZ5yBT=wAOcB2dBXCqFsYR2QJg0Z7LPTzvMRf-0xZpDhyw@mail.gmail.com>
In-Reply-To: <redirect-543012606@k66.ru>
References:  <redirect-543012606@k66.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
2011/8/26 <srn@k66.ru>

> Hello, my name is Mihail Suhorosov, Im from Russia and I use you port for
> FreeBSD freevrrpd.(My BSD version is 8.2)
>
> I have some problem. I can't start this programm. My config is:
> [VRID]
> serverid = 1
> interface = re0
> priority = 255
> addr = 10.50.40.8/32
> #masterscript = /usr/local/bin/master_script.**sh
> #backupscript = /usr/local/bin/backup_script.**sh
> #password = vrid1
>
> After start I see in log:
> Aug 26 17:31:52 tim freevrrpd[1687]: launching daemon in background mode
> Aug 26 17:31:52 tim freevrrpd[1688]: initializing threads and all VRID
> Aug 26 17:31:52 tim freevrrpd[1688]: reading configuration file
> /usr/local/etc/freevrrpd.conf
> Aug 26 17:31:52 tim freevrrpd[1688]: cannot create a bridge device: No such
> file or directory
> Aug 26 17:31:52 tim freevrrpd[1688]: aborting...
>
> So i think it cant connetct to interface. But why i dont know....
> In my netcard i have alias 10.50.40.8
>

Do not assign an IP address to the interface in /etc/rc.conf.  Just mark it
as "up":
  ifconfig_re0="up"

Then, when freevrrpd starts, it will create a new pseudo-interface via
netgraph, and assign the IP to that interface automatically.

-- 
Freddie Cash
fjwcash@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOjFWZ5yBT=wAOcB2dBXCqFsYR2QJg0Z7LPTzvMRf-0xZpDhyw>