[BDS-163] Where is server-ip in server.properties? Created: 17/Oct/18 Updated: 18/Jan/23 Resolved: 11/Feb/20 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.6.1.0 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Денис | Assignee: | Unassigned |
| Resolution: | Invalid | Votes: | 3 |
| Labels: | None | ||
| Environment: |
Impossible, server starts at 127.0.0.1, how to fix it? |
||
| Comments |
| Comment by Jonathan Martinez [ 18/Jan/23 ] |
|
This is needed for servers using bump in the line firewalls where the server has public IPv4 and IPv6 addresses bound to its interface. Although, its technically not a bug, it is a glaring omission for a dedicated server instance to be unable to bind to a specific IP address. |
| Comment by IonicEcko [ 11/Feb/20 ] |
|
Thank you for your report! You have posted a feature request or a suggestion. This site is for bug reports only. Quick Links: |
| Comment by Shad M Valentine [ 29/Apr/19 ] |
|
This definitely needs to be added, without this, it is almost impossible to host correctly with docker on a server with multiple IP addresses. |
| Comment by Michael litvinov [ 12/Dec/18 ] |
|
This is not an bug/issue. You cannot change the IP of your server. You could use https://freedns.afraid.org/ or some other web forward tool. It would forward anyone who typed it in to your server.
When you use your IP, use your PUBLIC OR EXTERNAL IP. The one you have provided is local. Check your public IP by searching up "whats my ip" right in google chrome. I hope this helped in some way. |
| Comment by Andrew B [ 07/Nov/18 ] |
|
Having this same issue, can't seem to allocate the server to a different IP other than my computers default IP address. The server-ip option needs to be added to server.properties like with Java Minecraft so we can set the IP the process binds to. |
| Comment by Markus Kothe [ 24/Oct/18 ] |
|
You can't set a server-ip from server.properties. Your computer is handed an ip-adress from you router, so if you want to change the ip set to your computer, you'll have to do that in the routers settings. 127.0.0.1 is just a handle for "This machine" and corresponds to whatever ip you computer currently has, but only localy. (This is not a bug, just trying to be helpful. But I get the feeling that you don't really know what you are getting yourself into) |