ArchLinux network config
ArchLinux network config
Hello, your Archlinux installation seems to be set up properly and boots fine. However, you're facing issues connecting to your network, especially since it's a professional network likely using IP or gateway settings. You've followed the official guide and additional tutorials, but the problem persists. The network log shows a temporary issue with pinging 8.8.8.8, indicating a possible DNS resolution failure. Have you tried checking your gateway configuration or restarting the network interface?
To get a static IP, confirm your router accepts leasing that address. With another PC's IP, you're using the wrong network entirely—your actual range should start at 10.49.111 and go up to 253. Consider this an example; not all routers follow it. The hardcoded number might also be taken or unavailable. But... why choose static when DHCP is easier?
You're correct, I'm concentrating on this static IP setup since the DHCP failed during installation. The dhcpcd is now working perfectly! Appreciate the clarification on my approach!