Difference between revisions of "/etc/dhcpcd.conf"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
  
 +
 +
To configure a static ip in <code>[[eth0]]</code> interface.
 +
 +
/etc/dhcpcd.conf
 +
interface eth0
 +
static ip_address=192.168.0.4/24   
 +
static routers=192.168.0.254
 +
static domain_name_servers=192.168.0.254 8.8.8.8
  
 
== Related terms ==
 
== Related terms ==
* [[dhcpcd]]
+
* <code>[[dhcpcd]]</code>
 
 
  
 
== See also ==
 
== See also ==
 +
* {{dhcpcd}}
 
* {{Pi}}
 
* {{Pi}}
 +
 +
 +
[[Category:Computing]]
 +
[[Category:DHCP]]

Latest revision as of 03:46, 9 September 2021

This article is a Draft. Help us to complete it.


To configure a static ip in eth0 interface.

/etc/dhcpcd.conf
interface eth0
static ip_address=192.168.0.4/24    
static routers=192.168.0.254
static domain_name_servers=192.168.0.254 8.8.8.8

Related terms[edit]

See also[edit]

Advertising: