自从升级到 Ubunutu 20.10 beta 以来,我无法通过 Apache 或 ssh 连接到我的机器。两者都显示正在运行,但没有服务:
mark@marks-linux-box:~$ sudo service ssh status
● ssh.service - OpenBSD Secure Shell server
Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: e>
Active: active (running) since Fri 2020-10-23 18:01:42 BST; 4min 46s ago
Docs: man:sshd(8)
man:sshd_config(5)
Main PID: 1563 (sshd)
Tasks: 1 (limit: 19091)
Memory: 2.5M
CGroup: /system.slice/ssh.service
└─1563 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
Oct 23 18:01:41 marks-linux-box systemd[1]: Starting OpenBSD Secure Shell serve>
Oct 23 18:01:42 marks-linux-box sshd[1563]: Server listening on 0.0.0.0 port 22.
Oct 23 18:01:42 marks-linux-box sshd[1563]: Server listening on :: port 22.
Oct 23 18:01:42 marks-linux-box systemd[1]: Started OpenBSD Secure Shell server.
mark@marks-linux-box:~$ sudo service apache2 status
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor prese>
Active: active (running) since Fri 2020-10-23 18:02:02 BST; 4min 59s ago
Docs: https://httpd.apache.org/docs/2.4/
Main PID: 2913 (apache2)
Tasks: 129 (limit: 19091)
Memory: 42.5M
CGroup: /system.slice/apache2.service
├─2913 /usr/sbin/apache2 -k start
├─2914 /usr/sbin/apache2 -k start
└─2915 /usr/sbin/apache2 -k start
Oct 23 18:01:41 marks-linux-box systemd[1]: Starting The Apache HTTP Server...
Oct 23 18:02:02 marks-linux-box systemd[1]: Started The Apache HTTP Server.
我正在使用这个盒子来写这个问题,所以它肯定能够连接到互联网等等。
答案1
因此,事实证明在升级过程中,我的外部 IP 地址已更改。快速 Google 显示了正确的 IP 地址,我能够连接到 ssh 和我的网站。
我不明白外部 IP 地址为何/如何改变?