Gene Heskett wrote: > On Monday 17 June 2019 01:00:53 pm Dan Ritter wrote: > > > Gene Heskett wrote: > > > On Monday 17 June 2019 10:54:19 am Dan Ritter wrote: > > > > > > I have for eth0, two scope global addresses in a new stretch install > > > of an r-pi-3b, one from avahi and one from e/n/i.d/eth0, but the > > > instant it goes global, it sends from the avahi address 169.etc. > > > Since thats out of my local/24 domain, it of course doesn't work for > > > global access as my router doesn't pass it. As this is a hosts file > > > local network, how can I turn off the avahi stuff forever? It's > > > screwing me up. > > > > sudo apt remove avahi* > > > > or > > > > edit /etc/avahi/avahi-daemon.conf and comment out both > > use-ipv4=yes > > use-ipv6=yes > > > didn't help, eth0 still has 2 global addresses: > 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast > state UP group default qlen 1000 > link/ether b8:27:eb:d3:47:2d brd ff:ff:ff:ff:ff:ff > inet 192.168.71.12/24 brd 192.168.71.255 scope global eth0 > valid_lft forever preferred_lft forever > inet 169.254.163.253/16 brd 169.254.255.255 scope global eth0 > valid_lft forever preferred_lft forever > > ????????????????? is it cached someplace on a r-pi-3b?
You'll need to reconfigure the interface afterwards. A reboot will certainly work, if nothing less drastic. -dsr-