IP

如果是在window的ubuntu中运行的,怎么确认IP?

在 Windows 的 Ubuntu 子系统中运行时,您可以按照以下步骤来确认 IP 地址:

  1. 打开 Ubuntu 子系统终端。

  2. 运行以下命令:

    1
    ip addr show eth0 | grep inet | awk '{ print $2; }' | sed 's/\/.*$//'

    这个命令将显示与子系统的 eth0 网络接口关联的 IP 地址。

另外,其他命令。
该命令将显示虚拟机中所有网络接口的详细信息,包括 IP 地址和其他配置。

1
ip addr show

通常,虚拟机的主要网络接口是一个以 “eth” 或 “en” 开头的接口名称,例如 “eth0” 或 “enp0s3”。可以在相应的接口部分查找与 “inet” 标记相对应的 IP 地址。

作者

谷雨淋雨

发布于

2024-01-04

更新于

2024-01-04

许可协议

You need to set install_url to use ShareThis. Please set it in _config.yml.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

评论

You forgot to set the shortname for Disqus. Please set it in _config.yml.