User Tools

Site Tools


linux:arch_workstation_networking

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:arch_workstation_networking [2012/01/25 16:00]
walter created
linux:arch_workstation_networking [2021/05/02 21:36] (current)
Line 1: Line 1:
 +====== Arch Workstation Networking ======
 +
 The workstations use DHCP to get IP addresses, this setting is down in rc.conf since they only have 1 network device. The workstations use DHCP to get IP addresses, this setting is down in rc.conf since they only have 1 network device.
  
 Delete the HOSTNAME line, hostnames on workstations are set via DHCP, make sure the hostname is not in /etc/hosts as well. Delete the HOSTNAME line, hostnames on workstations are set via DHCP, make sure the hostname is not in /etc/hosts as well.
  
-<file | /​etc/​rc.conf+Enable the dhcpcd daemon generically (safe for a single NIC machine) 
-interface=eth0 +<code
-address= +systemctl enable dhcpcd 
-netmask= +</​code>​
-broadcast= +
-gateway=+
  
-DAEMONS=( *stuff* network *more stuff*) 
-</​file>​ 
  
  
linux/arch_workstation_networking.1327507226.txt.gz · Last modified: 2021/05/02 21:36 (external edit)