Hello ! My container ( with my Discord BOT ) can't access to the Mongo Atlas because my network interface MTU and the docker MTU is not same. I don't know how to change and i try many things ( change MTU of the config of pterodactyl conf, force change MTU,... ) nothing works. Can somebody help me ?
#change container MTU
6 messages · Page 1 of 1 (latest)
Please explain the issue you're experiencing in as much detail as possible. Preferably with error messages in a text format or paste link to logs. Nobody can assist you without information that helps to understand the issue. Help us help you. Messages such as "doesn't work" or "i need help" will most likely be ignored.
You'll have to change MTU in the Wings config.yml file, delete the pterodactyl_nw Docker bridge network, and restart Wings to recreate that network with the new MTU settings.
To delete pterodactyl_nw, you'll have to stop all containers on the node; look into the artisan CLI under community guides in the docs below if there are too many servers to stop them all manually.
Simple! 😘
systemctl restart wings
The documentation you are looking for can be found at https://pterodactyl.io/.
Already do. Nothing change.