Check the solution of 6&7&8:
Check the solution of 9:
Check the solution of 6&7&8:
Check the solution of 9:
Thanks MateâŚ!
I was not getting that we need to exit
I am stuck on 8 I cant seem to ssh into app01 - app04 I keep getting the error ssh: connect to host app01 port 22: Connection refused
even though I ran the command sudo ip addr add 172.16.239.10/24 dev eth0
I need help
So this is the solution to the routing and switching task no 6.
To assign the IP address to app01, we need to first ssh into the host by simply running the following:
ssh thor@app01
Then youâre faced with an argument as follows:
The authenticity of host âapp01 (172.16.238.11)â canât be established.
ECDSA key fingerprint is SHA256:rBzAt8sxQYm7zJPlZrZRO8Zw/swTmYT5MybW2orFQfc.
ECDSA key fingerprint is MD5:47:5f:26:04:fd:9a:8a:c0:e3:88:a2:01:e6:f7:bb:e8.
Are you sure you want to continue connecting (yes/no)?
Type yes
Then youâre in.
Go ahead and run the command to assign the IP address as provided in the hint
Once that is done, type exit to leave app01.
Do the same for subsequent app servers
Go back and run the check and boom, itâs all good.
Cheers!