Open JohnBons opened 7 months ago
Could you please provide the version of Ubuntu you are using?
I use Ubuntu on the main instance and haven't encountered this issue, so not really sure what could be the issue yet.
Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy
ill also try a different one.
Thank you. I tried running the previous command you had provided onto my setup
sudo lsof -i -P -n | grep LISTEN
And I did not see BedrockConnect's port show up on the list, but people can connect to it so I know the port is open. I'm not sure 100% the specifics of the provided command, but it doesn't appear to be picking up Java/BedrockConnect even if it has a port opened. (Atleast from what I'm seeing) So it may not be an accurate descriptor in this case.
Have you attempted to connect to the DNS on a device and connect to the BedrockConnect? If so what did you see or what error?
Is your feature request related to a problem? Please describe. I don't get the linux version working on Ubuntu. DNS script is running and bind runs (I can connect to port 53 with telnet) but when i run the java code
It should be also listing on port 19132 Which it doesn't
Same behavior with
Describe the solution you'd like I would like to know what steps i can take to get it working.