On Thu, Oct 06, 2005 at 11:17:04PM +0200, L?o Goehrs wrote:
> ifconfig vlan0 vlan 11 vlandev carp0
> 
> 
> 
> It gives me an error. Is there a way to do that?

Yes there is.
 
The vlandev has to be the physical interface. 
Then you use the vlan interface as the carpdev.

Example: 

ifconfig em0 up
ifconfig vlan0 vlan 11 vlandev em0
ifconfig carp0 inet 10.0.0.1 netmask 255.255.255.0 vhid 1 carpdev vlan0


-- 
Mathieu Sauve-Frankel

Reply via email to