iOS Question Can't not conect loacl build server on vm

bagazhou

Member
Licensed User
Longtime User
I created the mac os in the virtual machine. but i can't conect to loacl build server on vm,and conect to real mac is ok. (by b4i 4.81)

test result:
pc ip: 192.168.1.10
vm vmware:192.168.1.12 (connect fail , ping ok)
vm virtualbox:192.168.1.13 (connect fail, ping ok)
real mac:192.168.1.20 (connect ok, ping ok)
hosted builder: (connect ok)
 
Last edited:

bagazhou

Member
Licensed User
Longtime User
Thank you for your reply.

i test again, proceed as follows:
1. i use "http://192.168.1.12:51041/test" to test , but not connect
2. i use pc to ping vm vmware (ping ok)
3. run B4iBuildServer.jar on vm
4. run "sudo lsof -i:51041" to test 51041 port (Port not opened)
5. I write a test program to open 51041 port
6 run "sudo lsof -i:51041" (Port is opened)

Where is the problem?

bty: B4iBuildServer 2.5 is ok on vm
 
Last edited:
Upvote 0
D

Deleted member 103

Guest
vm vmware:192.168.1.12 (connect fail , ping ok)
vm virtualbox:192.168.1.13 (connect fail, ping ok)
I think that if at both the connection does not work, then generally on the network something wrong.
 
Upvote 0

bagazhou

Member
Licensed User
Longtime User
Thank you for your reply.

i use B4iBuildServer 2.5 on vm is ok , but i use B4iBuildServer 5.3 is fail open port 51041 in same vm.

i will try again late.
 
Upvote 0
Top