17 ms·
> What are people using them for? In my case, keepalived VRRP floating addresses.
by linuxguy2 8y ago
> What are people using them for?
In my case, keepalived VRRP floating addresses.
- brazzledazzle 8y agoYep. It was kind of funny watching a couple graybeards trying to figure out how keepalived was assigning addresses and how to view them. It’s a rare treat when you can help someone like that with something they might normally help you with.
- vidarh 8y agoI've used eth0:xx style aliases for that for a decade with no problem. Do you know what the difference is?
- nailer 8y agoDont know, but when I used to do index arb trading they had vlans on virtual IPs on bonds and ifconfig simply couldn't show the addresses. 'ip' could
- dozzie 8y agoYeah, your eth0:xx is just a label (a tag of sorts) attached to the entry. Otherwise, they're exactly the same thing. You can even add an address with `ip addr add' that will be visible to ifconfig.