Alpha.Ars

Members
  • Posts

    40
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Alpha.Ars's Achievements

Rookie

Rookie (2/14)

4

Reputation

3

Community Answers

  1. I'll look into that, thanks I did not find any container with this id nor name, I do have some minecraft servers running.
  2. I got the server out of memory error, I saw this a few times already but never looked into it. I do have more than enough memory and never saw it peeked higher than 50%. arialis-diagnostics-20240206-0745.zip
  3. I'm a little lost I noticed one of my docker containers was causing the issue, and ... I think I fixed it but I'm not sure. I still have the issue, Is there any way to know what containers are causing the problem ? I'm not sure what I'm supposed to look into or what I should do. This is still getting spammed: And I'm not sure this would lead to anything but when I use the 'dhcpcd' command it shows info, and like 15 sec later the server just goes down and or is not reachable anymore.
  4. Yep the containers are indeed the problem here, pterodactyl includes ipv6 now, I'm looking how to disable this
  5. I'm indeed not using it, where can I disable it? I can't find a setting to edit that here: Settings > NetworkSettings I do have this selected:
  6. I tweaked some network stuff, I tried a reboot and I'll see how it does. It cleared everything which is normal so I'll just have to wait and see I guess
  7. The Fix Common Problems Plugin gave me a warning telling me that "/var/log is getting full (currently 51 % used)" I looked a little into it and found this log in dhcplog repeating over and over: Dec 28 17:48:57 [2443]: drained 279 messages Dec 28 17:48:57 [2322]: if_learnaddrs: if_addrflags6: ::1%lo: No such process Dec 28 17:48:57 [2322]: if_learnaddrs: if_addrflags6: fe80::50e4:f2ff:feb8:107c%veth001d396: No such process Dec 28 17:48:57 [2322]: if_learnaddrs: if_addrflags6: fe80::6c11:c8ff:fe1a:d02c%veth26918b6: No such process Dec 28 17:48:57 [2322]: if_learnaddrs: if_addrflags6: fe80::d8d2:16ff:fe92:c18e%vethe860eb7: No such process Dec 28 17:48:57 [2322]: if_learnaddrs: if_addrflags6: fe80::58ad:8dff:fe94:2e44%veth69741e8: No such process Dec 28 17:48:57 [2322]: if_learnaddrs: if_addrflags6: fe80::d805:2aff:feed:6cf7%veth1a751b8: No such process Dec 28 17:48:57 [2322]: if_learnaddrs: if_addrflags6: fe80::c85f:baff:fefb:a625%veth0432f54: No such process Dec 28 17:48:57 [2322]: if_learnaddrs: if_addrflags6: fe80::64a7:a8ff:fe01:bb8f%veth0da4f36: No such process Dec 28 17:48:57 [2322]: if_learnaddrs: if_addrflags6: fe80::b46a:48ff:fe91:4b8%veth45a127b: No such process Dec 28 17:48:57 [2322]: if_learnaddrs: if_addrflags6: fe80::9031:b9ff:fe58:c0a8%veth748ff88: No such process Dec 28 17:48:57 [2322]: if_learnaddrs: if_addrflags6: fe80::78eb:76ff:fe52:9348%veth28898b4: No such process Dec 28 17:48:57 [2322]: if_learnaddrs: if_addrflags6: fe80::280e:6cff:fe8a:6f17%veth854f2bb: No such process Dec 28 17:48:57 [2322]: route socket overflowed (rcvbuflen 106496) - learning interface state I don't know exactly why this is, but it might be because I configured my SFP+ port recently and I might not have done it correctly. I tried first plugging in only my SFP+ port, but then my server had no connection. So, I plugged my Ethernet cable back in and then I had a connection again. I watched the video by Spaceinvador One where he configures a 1 gig port and a 10 gig port separately, which I'm not the biggest fan of. I would rather just have one IP pointing to my server and access everything through it. So, after tinkering a bit, I found this configuration that achieved what I wanted. It's been working fine until now, but it might be causing some issues. This is the config: eth0 is the 1gig port And eth2 is the 10gig connection arialis-diagnostics-20240108-1035.zip
  8. Hi, sadly I did not find a way to do that. I looked a little online and only found people saying it was not possible because of the kernel version or something like that. So the way I worked arround it is using a vpn docker container, (or a torrent installer + vpn docker container) and setting the network for the other containers to point to the vpn container. At first I did not want to go this way but this is the easiest way.
  9. I got the out of memory error with the 'Fix Common Problems' plugin. At first sight this seems really weird because I'm far from my max memory use. Is there anything I can do to fix that? arialis-diagnostics-20230718-1717.zip
  10. Hey did you find anything to make it work ? I'm in exactly the same situation
  11. I have a setup where I have a network leading to my main external ip being on br0 and trough a vlan a secondary extrenal network that I will use for some apps (being br0.1200) NETWORK ID NAME DRIVER SCOPE 1921e1b644da br0 ipvlan local d89713dz571b br0.1200 ipvlan local I made a custom network using: docker create network my-custom-network Which work and the data exists trough ip on br0 But no I want to create a new custom network that will exit all the data trough the vlan on br0.1200 I tried several commands with (-o parent=br0.1200) but it did not work. What I aim to have is that the container port being on a subnet and the host ip to be the ip that br0.1200 get. (I think the correct term is bridged)
  12. I see some mistakes, you've indicated a network that you're not using. I've send you a dm to give you further help.
  13. Its not always super obvious and the steps are a little weird so follow the documentation really well (use the same file path's). If you have any question or problem I'm here to help you, I installed this one several times and know how to fix most of the problems with it.
  14. Mine is running perfectly directly on unraid If you're interesed there is a great post to guide you: https://docs.ibracorp.io/pterodactyl-docker-1/ (but I do sugest to follow the written version and not the video) as for the error, I think it might be related to a firewall blocking the port on the vm, I'll look a bit into it