How to configure a static IP interface on Arch Linux
Arch Linux defaults to DHCP on a new install. This guide will walk you through the steps need to configure a static IP interface for your Arch Linux install. Create the interface config file in “/etc/netctl/”. Either use the sample file in “/etc/netctl/examples/” as a base or create one from scratch. We’ll create a new file for this walkthrough. #cd /etc/netctl<br /> #vi eth0 The lines below go into the file....