Is anyone here have a complete and running files? Thanks
Is anyone here have a complete and running files? Thanks
I followed @2to2 video guide and I think I got it working but when I run the cli, it gives me this errors. I already changed those IP on xml config.
https://prnt.sc/LfPBfLAREc-3
I have fixed the IP problem from config.json but now I have new problem.
- - - Updated - - -
How did you manage to make it work with 16gb using 2to2? I already did everything but still my services is not running when I run command "bash cli start" I already changed all IP that is needed to change on every config files including the config.json file.
- - - Updated - - -
At last! I made it working with a 16GB RAM / 2 Cores smoothly :D
![]()
Last edited by Tryout; 3 Weeks Ago at 10:38 AM.
so my question:
- My real PC with VMware IP is 192.168.10.10, LAN is 192.168.10.0/24
- Genshin Server in VM IP 192.168.200.130, LAN is 192.168.200.0/24
- my real phone IP is 192.168.10.11, LAN is 192.168.10.0/24
try connection from real phone with IP 192.168.10.11 to genshin server in VM with IP 192.168.200.130 - filed
ping from real phone with IP 192.168.10.11 to genshin server in VM with IP 192.168.200.130 - filed
what me must do to make connection between real phone and genshin server in VM?
try use http://192.168.200.130
but not http://192.168.200.130/ "/" <- wrong.
ofc you need open http port on you vm server.
Thats not how network work. You can't connect to vm, thats running in NAT mode from outside. Change network mode to bridge or configurate it by hand. Make sure you either set vm ip to ip in your network range or if you don't want to change ip make sure you set wider network mask,so network can communicate in wider range.
Basicly you need to either of this 2:
1) Change vm ip to ip which is you network range. In you case its 192.168.10.0/24, so any ip from 192.168.10.0 - to 192.168.10.255
2) Change network mask to something like 192.168.10.0/16. Thats enough to allow you communicate from 192.168.10.0/24 to 192.168.200.0/24 network space.
If you choose 1 you also need to update ip in config files. Don't forget about it.
IF you choose 2 you only need to change network mask on devices,that you want to connect to your vm.
yep so me try this and it's work. Me change connection mode from NAT to Bridge, select IP from router's LAN and edit .xml and .json files in /root folder and replace 192.168.200.130 by selected IP from router's LAN - and it's all.
We can play from my another PC and from friends smartphones...