Open EastEriq opened 1 month ago
last-asroot -c "last-tool -n make ssh"
should be sufficient
It uses ssh-keyscan
to get the host keys from all the deployed machines
Today I still found this one:
ocs@last04w:~$ ping last08e
ping: last08e: Temporary failure in name resolution
while last08e is alive. Running sudo last-tool -n enforce ssh
and network
both on last08e and last04w didn't change the situation. What to do?
last-tool -n make hostnamewill re-make /etc/hosts, better check afterwards that the entry for last08e is ok. - ArieOn 8 Oct 2024, at 11:09, EastEriq @.> wrote: Today I still found this one: @.:~$ ping last08e ping: last08e: Temporary failure in name resolution
while last08e is alive. Running sudo last-tool -n enforce ssh and network both on last08e and last04w didn't change the situation. What to do?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>
Nope, that alone was not sufficient:
ocs@last04w:~$ sudo last-tool -n make hostname
[sudo] password for ocs:
[SECT] Hostname
[ OK ] Hostname set to last04w
[ OK ] Created a canonical "/etc/hosts" file.
ocs@last04w:~$ ping last08e
ping: last08e: Temporary failure in name resolution
ocs@last04w:~$ ping last08e
In fact /etc/hosts
on 04w was missing last08e.
...
10.23.1.11 last06e last11
10.23.1.12 last06w last12
10.23.3.13 last07e last13
10.23.3.14 last07w last14
10.23.1.16 last08w last16
10.23.1.19 last10e last19
10.23.1.20 last10w last20
...
I have now added it manually and now 04w knows 08e, but we should understand what went wrong along the way.
Because MAC changed. Otherwise, in a way or the other
last-asocs
orlast-asroot
run from this or that other computer will fail with messages likeor
Fortunately we have
last-tool
sections for that. I find myself still needing to call again and againwhenever I'm on a random computer and try by chance to connect to a computer which has been recently replaced.
Probably we should, as policy, run something
to update all computers, when one is replaced. Arie please advise wro the mechanics.