使用命令行工具获取Ubuntu22的公网IP和私有IP
1.想在互联网冲浪,公网IP是必不可少的(一般是路由器的公网IP)
$ curl ifconfig.me
2.PC的IP一般由路由器分配,是私有IP,与局域网内的计算机通信,然后利用路由器的公网IP与互联网上的计算机通信
# 注意是ifconfig,而不是windows中的dos命令ipconfig
$ ifconfig
or
$ hostname -I
$ curl ifconfig.me
# 注意是ifconfig,而不是windows中的dos命令ipconfig
$ ifconfig
or
$ hostname -I