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
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
To configure statick ip in one interface <code>[[eth0]]</code>
+
To configure a static ip in <code>[[eth0]]</code> interface.
 +
 
 
  /etc/dhcpcd.conf
 
  /etc/dhcpcd.conf
 
  interface eth0
 
  interface eth0
Line 10: Line 11:
  
 
== Related terms ==
 
== Related terms ==
* [[dhcpcd]]
+
* <code>[[dhcpcd]]</code>
 
 
  
 
== See also ==
 
== See also ==
 +
* {{dhcpcd}}
 
* {{Pi}}
 
* {{Pi}}
  
  
 
[[Category:Computing]]
 
[[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: