5 ms·
hostname -i on cb.vu says the IP address is 78.31.70.238, but if you ping a host from the interface, the pings originate from 178.33.34.4 (according to tcpdump)
by mb0 11y ago
hostname -i on cb.vu says the IP address is 78.31.70.238, but if you ping a host from the interface, the pings originate from 178.33.34.4 (according to tcpdump).
- samstave 11y agoI love the "why not try this" attitude of your comment. Is this due to an LB fronting?
- c22 11y agoOn this system hostname -i says 127.0.1.1, despite this address not being set on any of my interfaces (lo0 is 127.0.0.1).
- c22 11y agoIt looks like hostname -i is getting its value from /etc/hosts. hostname --all-ip-addresses returns the correct result.
- collinmanderson 11y agoip route get 8.8.8.8 | head -1 | cut -d' ' -f8