Tutorial Setup Static IP for Raspberry Pi

Опубликовано: 08 Июнь 2020
на канале: RADAS
106
2

Don't forget to Like and Subscribe & Share This Video & comment below. Thanks ♥ Subscribe RADAS ♥ :    / @radas_official  
Setup Static IP for Raspberry Pi
1. Install VIM editor: sudo apt-get install vim
2. Open /etc/dhcpcd.conf by VIM: sudo vim /etc/dhcpcd.conf
3. Edit content of /etc/dhcpcd.conf to setup static ip for raspberry:
Press i for go to insert mode.
interface eth0
static ip_address=192.168.1.101
static routers=192.168.1.1
static
4. Save /etc/dhcpcd.conf
Press Esc
Press Shift and :
wq
Press Enter
5. Reboot
sudo reboot now
6. Check effect
ssh [email protected]


Full Tutorial:    • Playlist  
Please send feedback to my email: [email protected] if you have any problems.
Good lucky!
Thank you so much.