Re: VMAC problems

Juan Pablo Lorier <[email protected]>
Newsgroups gmane.linux.keepalived.devel
Message-ID <[email protected]>
Hi,

I'm trying on fedora 20 as centos 6.5 gave me troubles creating the vmac
interfaces. I have the same behavoir than Jon, but I don't get anything
in the vrrp iface other than the slave vrrp messages to the multicast
domain.
Everithing else is managed by the physical interface

tcpdump -i ens160

11:37:20.675042 ARP, Request who-has 192.168.110.105 (00:50:56:01:04:15
(oui Unknown)) tell 192.168.110.110, length 46
11:37:20.675084 ARP, Reply 192.168.110.105 is-at 00:50:56:01:04:15 (oui
Unknown), length 28

vrrp_instance VI_1 {
    state MASTER
    interface ens160
    virtual_router_id 50
    priority 101
    advert_int 1
    use_vmac
    vmac_xmit_base
    authentication {
        auth_type PASS
        auth_pass 1111
    }
    virtual_ipaddress {
        192.168.110.105
    }
    track_script {
        check_haproxy
    }
}

vrrp_instance VI_2 {
    state SLAVE
    interface ens160
    virtual_router_id 51
    priority 100
    advert_int 1
    use_vmac
    vmac_xmit_base
    authentication {
        auth_type PASS
        auth_pass 1111
    }
    virtual_ipaddress {
        192.168.110.106
    }
    track_script {
        check_haproxy
    }
}


2: ens160: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
state UP group default qlen 1000
    link/ether 00:50:56:01:04:15 brd ff:ff:ff:ff:ff:ff
    inet 192.168.110.100/24 brd 192.168.110.255 scope global ens160
       valid_lft forever preferred_lft forever
    inet6 fe80::250:56ff:fe01:415/64 scope link
       valid_lft forever preferred_lft forever
10: vrrp.50@ens160: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc
noqueue state UNKNOWN group default
    link/ether 00:00:5e:00:01:32 brd ff:ff:ff:ff:ff:ff
    inet 192.168.110.105/32 scope global vrrp.50
       valid_lft forever preferred_lft forever
    inet6 fe80::200:5eff:fe00:132/64 scope link
       valid_lft forever preferred_lft forever
11: vrrp.51@ens160: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc
noqueue state UNKNOWN group default
    link/ether 00:00:5e:00:01:33 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::200:5eff:fe00:133/64 scope link
       valid_lft forever preferred_lft forever




/proc/sys/net/ipv4/conf/all/accept_local:0
/proc/sys/net/ipv4/conf/all/accept_redirects:1
/proc/sys/net/ipv4/conf/all/accept_source_route:0
/proc/sys/net/ipv4/conf/all/arp_accept:0
/proc/sys/net/ipv4/conf/all/arp_filter:0
/proc/sys/net/ipv4/conf/all/arp_ignore:0
/proc/sys/net/ipv4/conf/all/arp_notify:0
/proc/sys/net/ipv4/conf/all/bootp_relay:0
/proc/sys/net/ipv4/conf/all/disable_policy:0
/proc/sys/net/ipv4/conf/all/disable_xfrm:0
/proc/sys/net/ipv4/conf/all/force_igmp_version:0
/proc/sys/net/ipv4/conf/all/forwarding:0
/proc/sys/net/ipv4/conf/all/igmpv2_unsolicited_report_interval:10000
/proc/sys/net/ipv4/conf/all/igmpv3_unsolicited_report_interval:1000
/proc/sys/net/ipv4/conf/all/log_martians:0
/proc/sys/net/ipv4/conf/all/mc_forwarding:0
/proc/sys/net/ipv4/conf/all/medium_id:0
/proc/sys/net/ipv4/conf/all/promote_secondaries:0
/proc/sys/net/ipv4/conf/all/proxy_arp:0
/proc/sys/net/ipv4/conf/all/proxy_arp_pvlan:0
/proc/sys/net/ipv4/conf/all/route_localnet:0
/proc/sys/net/ipv4/conf/all/rp_filter:0
/proc/sys/net/ipv4/conf/all/secure_redirects:1
/proc/sys/net/ipv4/conf/all/send_redirects:1
/proc/sys/net/ipv4/conf/all/shared_media:1
/proc/sys/net/ipv4/conf/all/src_valid_mark:0
/proc/sys/net/ipv4/conf/all/tag:0

/proc/sys/net/ipv4/conf/ens160/accept_local:0
/proc/sys/net/ipv4/conf/ens160/accept_redirects:1
/proc/sys/net/ipv4/conf/ens160/accept_source_route:0
/proc/sys/net/ipv4/conf/ens160/arp_accept:0
/proc/sys/net/ipv4/conf/ens160/arp_announce:0
/proc/sys/net/ipv4/conf/ens160/arp_filter:1
/proc/sys/net/ipv4/conf/ens160/arp_ignore:0
/proc/sys/net/ipv4/conf/ens160/arp_notify:0
/proc/sys/net/ipv4/conf/ens160/bootp_relay:0
/proc/sys/net/ipv4/conf/ens160/disable_policy:0
/proc/sys/net/ipv4/conf/ens160/disable_xfrm:0
/proc/sys/net/ipv4/conf/ens160/force_igmp_version:0
/proc/sys/net/ipv4/conf/ens160/forwarding:0
/proc/sys/net/ipv4/conf/ens160/igmpv2_unsolicited_report_interval:10000
/proc/sys/net/ipv4/conf/ens160/igmpv3_unsolicited_report_interval:1000
/proc/sys/net/ipv4/conf/ens160/log_martians:0
/proc/sys/net/ipv4/conf/ens160/mc_forwarding:0
/proc/sys/net/ipv4/conf/ens160/medium_id:0
/proc/sys/net/ipv4/conf/ens160/promote_secondaries:0
/proc/sys/net/ipv4/conf/ens160/proxy_arp:0
/proc/sys/net/ipv4/conf/ens160/proxy_arp_pvlan:0
/proc/sys/net/ipv4/conf/ens160/route_localnet:0
/proc/sys/net/ipv4/conf/ens160/rp_filter:1
/proc/sys/net/ipv4/conf/ens160/secure_redirects:1
/proc/sys/net/ipv4/conf/ens160/send_redirects:1
/proc/sys/net/ipv4/conf/ens160/shared_media:1
/proc/sys/net/ipv4/conf/ens160/src_valid_mark:0
/proc/sys/net/ipv4/conf/ens160/tag:0

/proc/sys/net/ipv4/conf/vrrp.50/accept_local:1
/proc/sys/net/ipv4/conf/vrrp.50/accept_redirects:1
/proc/sys/net/ipv4/conf/vrrp.50/accept_source_route:0
/proc/sys/net/ipv4/conf/vrrp.50/arp_accept:0
/proc/sys/net/ipv4/conf/vrrp.50/arp_announce:0
/proc/sys/net/ipv4/conf/vrrp.50/arp_filter:0
/proc/sys/net/ipv4/conf/vrrp.50/arp_ignore:0
/proc/sys/net/ipv4/conf/vrrp.50/arp_notify:0
/proc/sys/net/ipv4/conf/vrrp.50/bootp_relay:0
/proc/sys/net/ipv4/conf/vrrp.50/disable_policy:0
/proc/sys/net/ipv4/conf/vrrp.50/disable_xfrm:0
/proc/sys/net/ipv4/conf/vrrp.50/force_igmp_version:0
/proc/sys/net/ipv4/conf/vrrp.50/forwarding:0
/proc/sys/net/ipv4/conf/vrrp.50/igmpv2_unsolicited_report_interval:10000
/proc/sys/net/ipv4/conf/vrrp.50/igmpv3_unsolicited_report_interval:1000
/proc/sys/net/ipv4/conf/vrrp.50/log_martians:0
/proc/sys/net/ipv4/conf/vrrp.50/mc_forwarding:0
/proc/sys/net/ipv4/conf/vrrp.50/medium_id:0
/proc/sys/net/ipv4/conf/vrrp.50/promote_secondaries:0
/proc/sys/net/ipv4/conf/vrrp.50/proxy_arp:0
/proc/sys/net/ipv4/conf/vrrp.50/proxy_arp_pvlan:0
/proc/sys/net/ipv4/conf/vrrp.50/route_localnet:0
/proc/sys/net/ipv4/conf/vrrp.50/rp_filter:0
/proc/sys/net/ipv4/conf/vrrp.50/secure_redirects:1
/proc/sys/net/ipv4/conf/vrrp.50/send_redirects:1
/proc/sys/net/ipv4/conf/vrrp.50/shared_media:1
/proc/sys/net/ipv4/conf/vrrp.50/src_valid_mark:0
/proc/sys/net/ipv4/conf/vrrp.50/tag:0
/proc/sys/net/ipv4/conf/vrrp.51/accept_local:1
/proc/sys/net/ipv4/conf/vrrp.51/accept_redirects:1
/proc/sys/net/ipv4/conf/vrrp.51/accept_source_route:0
/proc/sys/net/ipv4/conf/vrrp.51/arp_accept:0
/proc/sys/net/ipv4/conf/vrrp.51/arp_announce:0
/proc/sys/net/ipv4/conf/vrrp.51/arp_filter:0
/proc/sys/net/ipv4/conf/vrrp.51/arp_ignore:0
/proc/sys/net/ipv4/conf/vrrp.51/arp_notify:0
/proc/sys/net/ipv4/conf/vrrp.51/bootp_relay:0
/proc/sys/net/ipv4/conf/vrrp.51/disable_policy:0
/proc/sys/net/ipv4/conf/vrrp.51/disable_xfrm:0
/proc/sys/net/ipv4/conf/vrrp.51/force_igmp_version:0
/proc/sys/net/ipv4/conf/vrrp.51/forwarding:0
/proc/sys/net/ipv4/conf/vrrp.51/igmpv2_unsolicited_report_interval:10000
/proc/sys/net/ipv4/conf/vrrp.51/igmpv3_unsolicited_report_interval:1000
/proc/sys/net/ipv4/conf/vrrp.51/log_martians:0
/proc/sys/net/ipv4/conf/vrrp.51/mc_forwarding:0
/proc/sys/net/ipv4/conf/vrrp.51/medium_id:0
/proc/sys/net/ipv4/conf/vrrp.51/promote_secondaries:0
/proc/sys/net/ipv4/conf/vrrp.51/proxy_arp:0
/proc/sys/net/ipv4/conf/vrrp.51/proxy_arp_pvlan:0
/proc/sys/net/ipv4/conf/vrrp.51/route_localnet:0
/proc/sys/net/ipv4/conf/vrrp.51/rp_filter:0
/proc/sys/net/ipv4/conf/vrrp.51/secure_redirects:1
/proc/sys/net/ipv4/conf/vrrp.51/send_redirects:1
/proc/sys/net/ipv4/conf/vrrp.51/shared_media:1
/proc/sys/net/ipv4/conf/vrrp.51/src_valid_mark:0
/proc/sys/net/ipv4/conf/vrrp.51/tag:0


------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.