I'd like to be able to bind DreamDaemon to a given IP address. (Linux)
Same reason as this dude: http://www.byond.com/forum/?post=815950
ID:819668
![]() Jun 17 2012, 6:11 am
|
|||||||
Resolved
| |||||||
![]() Jun 17 2012, 6:14 am
|
|
This does make stuff like IP aliasing on Linux hosts much more workable (so one that whole dedicated IP address per account thing).
|
My server has 2 IP addresses, and I'd like DreamDaemon to only listen on one of them. Which is not the primary one.
At the moment I'm forced to have it listen across all interfaces and the byond://BYOND.world.xxxxxxx link that BYOND generates points to the primary (wrong) IP address. A quick fix would have been to only open the port in my firewall on the 'right' interface but this will prevent connections from the hub (as it will use the wrong IP). :( |
Mmm, there was a similar feature request a long time ago, too, but it seems to escape me the exact wording used in that one. Same idea, but binding by interface was requested as opposed to specific IP.
|
Audeuro wrote:
Mmm, there was a similar feature request a long time ago, too, but it seems to escape me the exact wording used in that one. Same idea, but binding by interface was requested as opposed to specific IP. Practically the same title. http://www.byond.com/ forum/?post=819668&hl=ip%20address#comment2357525 Requested in 2012. |
A.T.H.K wrote:
Practically the same title. Alas, there was still another one specifically pertaining to *nix-based systems and specific interfaces. I'm afraid it might have not been carried over when we ported over a lot of feature requests and bug reports, but I remember writing the post. Oh well. |
http://www.byond.com/ forum/?post=815950&hl=bind%20ip#comment2457029
? only looked through a few pages of the overall forum wide search, prior post was only looking through Feature Requests. |
I'd still like this as well. I like to separate shit onto different IPs so my work stuff isn't associated with my BYOND stuff too closely.
|
Lummox JR resolved issue with message:
Starting Dream Daemon with the "-ip" argument followed by an IP address can be used to bind the host port to a specific address, as long as that address is valid for the server. |