📅  最后修改于: 2023-12-03 14:48:06.161000             🧑  作者: Mango
在Ubuntu 20.04中,要获得公共IP地址,可以使用ifconfig命令。 ifconfig是一个命令行工具,可以查看和配置网络接口。
以下是在Ubuntu 20.04中使用ifconfig命令获取公共IP地址的步骤。
首先, 打开终端窗口。 可以通过按键组合Ctrl + Alt + T来快速打开终端。
在终端窗口中,输入以下命令来查看网络接口。
ifconfig
这将列出系统中的所有网络接口以及它们的IP地址。在这个列表中,可以找到正在使用的网络接口的名称,例如eth0或wlan0。
一旦找到正在使用的网络接口的名称,就可以使用以下命令来查找它的公共IP地址。
ifconfig <接口名>
例如,如果正在使用eth0网络接口,可以使用以下命令来获取其公共IP地址。
ifconfig eth0
如果正在使用wlan0网络接口,则可以使用以下命令来获取其公共IP地址。
ifconfig wlan0
ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.101 netmask 255.255.255.0 broadcast 192.168.0.255
ether 00:0c:29:10:e8:0d txqueuelen 1000 (以太网)
RX packets 153142 bytes 204350557 (204.3 MB)
RX errors 0 dropped 35 overruns 0 frame 0
TX packets 11208 bytes 778789 (778.7 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (本地环回)
RX packets 334 bytes 26154 (26.1 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 334 bytes 26154 (26.1 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.105 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::2c7a:36ff:fe07:62d3 prefixlen 64 scopeid 0x20<link>
ether 2e:7a:36:07:62:d3 txqueuelen 1000 (以太网)
RX packets 121304 bytes 130014657 (130.0 MB)
RX errors 0 dropped 56 overruns 0 frame 0
TX packets 1779 bytes 221853 (221.8 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0