[SOLVED] connect to: [IP]

olluz

Active Member
May 9, 2020
30
2
28
50
Where is this information coming from ? And is it possible that the IP is set only once ? The reason why I am asking is that I've changed the IP address, but the old one is still showing. Screenshot 2025-04-29 212654.jpg
 
Last edited:
Hi,

It comes from the installer who writes it in "/etc/issue" and it's static, but you can edit "/etc/issue" if you want.

Best regards,
 
  • Like
Reactions: olluz
thank you both for the quick help! And also for the link, it is very helpful.

Escpecially doing:
grep -sR "old.ip.here" /etc
revealed some additional locations like (/etc/fetchmailrc)

Thanks again!