Hi, I have a VM with CentOs 7 where I installed microk8s service. The microk8s service implemented works fine in the VM and other external machines on the same network. However, after a couple of minutes the service stop working just in the external machines (in the VM where it is intalled the microk8s services works perfectly) and then I have to restart the network(via web GUI) in order to be able to access the service (just for a couple minutes). Moreover, I notice that the ssh connection also stop working at the same time that the microk8s service and this message appear
So, I apply the the command suggested
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
So, I apply the the command suggested
ssh-keygen -f "/home/pc01/.ssh/known_hosts" -R "myipserver"
or I added the TCPKeepAlive yes
and ServerAliveInterval 120
among others to the ssh_config and sshd_config, but then my password is not recognized and I can not access to the VM by ssh unless that I restart the network. I also notice that if I do not apply the above command and I just restart the network the above warming message dissapear, and I'm able to access to the VM without problems as well as the microk8s service. So, how could I fix this network problem? I'm using a proxmox Virtual Environment 7.2-3. I really aprreciated your help I have been trying to fix this problem for weeks without sucess. Sorry for my English !
Last edited: