We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在多网卡环境下,如安装了虚拟机(Vmware)或Docker时,通过引入arex-agent.jar启动后,发现记录机器的Host的IP地址指向了错误的网络接口。当前,系统自动选择了bridge100网络接口的IP地址(192.168.64.1),而不是预期使用的主网络接口en0的地址。
arex-agent.jar
bridge100
en0
如所附的截图所示,当前系统错误地识别了网络接口。实际应使用的IP是en0接口上的地址,例如:10.110.2.83。
环境信息:
示意图:
错误示意图:
默认处理保持不变,希望能够在启动过程中允许指定使用的IP地址,以确保系统正确地绑定并使用预期的网络接口。例如:添加启动参数-Darex.instance.ip-address=10.110.2.83。
No response
The text was updated successfully, but these errors were encountered:
@lucas-myx issue transferred from arex repo, please review
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Description
在多网卡环境下,如安装了虚拟机(Vmware)或Docker时,通过引入
arex-agent.jar
启动后,发现记录机器的Host的IP地址指向了错误的网络接口。当前,系统自动选择了bridge100
网络接口的IP地址(192.168.64.1),而不是预期使用的主网络接口en0
的地址。如所附的截图所示,当前系统错误地识别了网络接口。实际应使用的IP是
en0
接口上的地址,例如:10.110.2.83。环境信息:
示意图:
错误示意图:
Solution
默认处理保持不变,希望能够在启动过程中允许指定使用的IP地址,以确保系统正确地绑定并使用预期的网络接口。例如:添加启动参数-Darex.instance.ip-address=10.110.2.83。
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
The text was updated successfully, but these errors were encountered: