Skip to content

Commit

Permalink
Updating Static IP (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colmine authored Apr 15, 2021
1 parent 3477a41 commit f0a2a01
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions backend/dhcpcd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ slaac private

# Example static IP configuration:
#interface wlan0
#static ip_address=192.168.0.202/24
#static ip6_address=fd51:42f8:caae:d92e::ff/64
#static routers=192.168.0.1
#static domain_name_servers=192.168.0.1
#static ip_address=192.168.0.202/24 //Change this line
#static ip6_address=fd51:42f8:caae:d92e::ff/64 //Change this line
#static routers=192.168.0.1 //Change this line
#static domain_name_servers=192.168.0.1 //Change this line

# It is possible to fall back to a static IP if DHCP fails:
interface eth0
#profile static_eth0
#static ip_address=192.168.0.202/24
#static routers=192.168.0.1
#static domain_name_servers=192.168.0.1
#static ip_address=192.168.0.202/24 //Change this line to look like wlan0's
#static routers=192.168.0.1 //Change this line to look like wlan0's
#static domain_name_servers=192.168.0.1 //Change this line to look like wlan0's

# fallback to static profile on eth0
#interface eth0
Expand Down

0 comments on commit f0a2a01

Please sign in to comment.