Member
- Jul
- Threads
- 1
- 44
- 0
- 6
AD: Mt2009 - Mobile & PC - 30 January 2026 CHECK THE PRESENTATION!
Hello. I have an weird problem with my server.
I installed an iso of freebsd on an docker container and i wanted to configure the source inside the freebsd docker.
The weird problem its next:
The login works, but when i press on "Start" after some time its kicking me into the login again.
I tried to add into the CONFIG BIND_IP = {MACHINE_IP} but it doesn't work, i get Can't assign requested address error
I researched on another topics and forums that it could be from src\config.cpp (if (!strncmp(netip, "999.999", 7)) // ignore if address is starting with 192), but it didn't helped at all. I even edited this in desc_client.cpp to see if there are any changes, but its
I
It stays blocked right there and then, boom disconnect.
I'm gonna provide you all the info, maybe someone have some knowledge about it.
CH1/CORE SYSERR
AUTH/SYSLOG
In my suspicion, I tend to believe it's due to the way the Docker image is virtualized on the network side, because it has an address in ifconfig starting with 10.x.
But at the same time, it doesn't make sense, because it's still open on those respective ports — otherwise, I wouldn't be receiving a response, I wouldn't be able to connect...
If you have any idea please come with an response, and thank you for your time.
I installed an iso of freebsd on an docker container and i wanted to configure the source inside the freebsd docker.
The weird problem its next:
The login works, but when i press on "Start" after some time its kicking me into the login again.
I tried to add into the CONFIG BIND_IP = {MACHINE_IP} but it doesn't work, i get Can't assign requested address error
I researched on another topics and forums that it could be from src\config.cpp (if (!strncmp(netip, "999.999", 7)) // ignore if address is starting with 192), but it didn't helped at all. I even edited this in desc_client.cpp to see if there are any changes, but its
if (!bSentBoot)
{
bSentBoot = true;
network::GDOutputPacket<network::GDBootPacket> p;
p->set_ip("185.xxx.xxx.xxx");
DBPacket(p);
}
I
It stays blocked right there and then, boom disconnect.
I'm gonna provide you all the info, maybe someone have some knowledge about it.
CH1/CORE SYSERR
AUTH/SYSLOG
In my suspicion, I tend to believe it's due to the way the Docker image is virtualized on the network side, because it has an address in ifconfig starting with 10.x.
But at the same time, it doesn't make sense, because it's still open on those respective ports — otherwise, I wouldn't be receiving a response, I wouldn't be able to connect...
If you have any idea please come with an response, and thank you for your time.

