我的 Ubuntu 服务器不接受我的静态 IP 分配。相反,我不断获得 DHCP 租用。未安装网络管理器。下面是 cat /etc/network/interfaces 的输出
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.128
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameservers 192.168.1.120 192.168.1.125
dns-domain mynetwork.local
dns-search mynetwork.local
Run Code Online (Sandbox Code Playgroud)
问题:
为什么 Ubuntu 不接受静态 IP 分配?Interfaces 文件似乎被忽略了。
什么是允许分配 DHCP 租约?
在 Ubuntu 17.10 中,右侧托盘图标(例如 Telegram、Skype 等)非常小, gnome-shell-extension-top-icons-plus在 17.10 中不起作用。
我该如何解决?
panel notification-area gnome-shell-extension gnome-shell 17.10
我认为系统监视器小程序与 Gnome 3.32 不兼容,因此在 19.04 中不起作用
在Ubuntu 21.04最新版本的Kerio VPN客户端(kerio-control-vpnclient-9.3.6-5738-linux-amd64.deb)中可以连接但无法工作,甚至VPN网关也无法到达。我认为一些网络变化会影响 Kerio VPN 网络。