skip to Main Content

Spring Boot 2.4.2 – DNS Resolution Problem at start on Apple M1 – CentOS

I'm upgrading my Spring Boot version from 2.1.x to 2.4.2. When I compiled and run the code, I got the following warning: Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider,fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. java.lang.ClassNotFoundException: io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider…

VIEW QUESTION

Add second IP4 to the server (CentOS)

I just wanted to store a second IP address in the CWP. I used the IP Manager, which is located in the admin panel. He creates the following file: ifcfg-:1 with the following content DEVICE=:1 TYPE=Ethernet ONBOOT=yes NM_CONTROLLED=no BOOTPROTO=static IPADDR=5.199.130.204…

VIEW QUESTION
Back To Top
Search