Snailclimb / guide-rpc-framework

A custom RPC framework implemented by Netty+Kyro+Zookeeper.(一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架-附详细实现过程和相关教程。)
https://gitee.com/SnailClimb/guide-rpc-framework
Other
3.97k stars 2.06k forks source link

InetAddress.getLocalHost().getHostAddress(); #69

Open mzrwalzy opened 2 years ago

mzrwalzy commented 2 years ago

This method may get the wrong IP address, it may get virtual IP when system is Win and VMware installed.

codeReaper2001 commented 2 years ago

This method may get the wrong IP address, it may get virtual IP when system is Win and VMware installed.

I also found this problem. What is the correct way to get the Real IP address?