我是#Solace的新手。我正在尝试在我的机器上配置Solace VMR(评估版)(Windows 10)。
我在配置网络时遇到问题,虽然我只配置主机以启动我的VMR但无法从机器连接它,但我无法配置网桥。
任何启动配置的帮助都会有很大的帮助。
答案 0 :(得分:0)
这可能是设置仅限主机网络的问题。
以下是帮助识别/解决的一些步骤。
识别VMR的IP地址。
在启动时,VMR应在超级遮阳板的控制台上显示它的IP地址。在下面的示例中,从仅主机网络分配给VMR的IP地址为192.168.17.128。
在Windows 10主机上执行Ethernet adapter VirtualBox Host-Only Network:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::e9e4:351e:c03b:e417%21
IPv4 Address. . . . . . . . . . . : 192.168.56.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
以验证是否为仅主机网络接口配置了IP地址。
以下是仅限主机网络的VirtualBox接口示例。
Ethernet adapter VMware Network Adapter VMnet1:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::a0ea:e4ce:d2e9:3c4%24
IPv4 Address. . . . . . . . . . . : 192.168.17.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
这是VMWare用于仅主机网络的接口的示例。它通常被命名为VMnet1。
tracert
确保仅主机适配器的接口具有分配给它们的有效IP地址。
在Windows 10主机上执行tracert
以找出VMR的网络路径。
tracert 192.168.17.128
Tracing route to 192.168.17.128 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms 192.168.17.128
Trace complete.
结果应与以下内容类似,预计只需1次。
System.Text.RegularExpressions.Regex.IsMatch(sLast, "(^\bid=\")[A-Za-z0-9]")