Computer NetworksNETWORKS

How to give Raspberry Pi a Static IP Address / Raspberry Pi İp Sabitleme

How to give Raspberry Pi a Static IP Address
Raspberry Pi ip sabitleme

code :

sudo nano /etc/dhcpcd.conf

interface eth0
static ip_address=192.168.1.99/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1

interface wlan0
static ip_address=192.168.1.99/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1

source

ip address

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *