Die Konfiguration ohne vmac sieht so aus:
Code: Alles auswählen
global_defs {
notification_email {
admin@foo.bar
}
notification_email_from server-a@foo.bar
router_id server-a.foo.bar
smtp_connect_timeout 30
smtp_server 192.100.100.50
}
vrrp_instance intip {
advert_int 3
authentication {
auth_pass xxxx
auth_type PASS
}
interface eth0
notify /usr/local/sbin/keepalived-notify.sh
priority 50
state MASTER
virtual_ipaddress {
192.100.100.5 dev eth0 label eth0:1
}
virtual_router_id 1
}
![traurig :(](./images/smilies/icon_sad.gif)
Weiß jemand, wie man die virtuelle MAC auf das Interface legen kann?
Bei Benutzung von "use_vmac" ohne weiteren Angaben, wird ein Interface vrrp.1 gebildet. Müsste ich ansonsten die virtuelle IP-Adresse an dieses Interface binden?