Linux Talk #5: Static IP Address Setup using NetPlan | 2019 Ubuntu | Beginners Guide
A Linux Talk going over How to Setup a Static IP Address, Networking Terms, and using a Terminal with NetPlan to set your static IP address. We’ll discuss how and why you might want to setup a static IP address. As well as, mention some of the terms you need to know around networking to successfully reserve a static IP address.
By default Ubuntu and most Linux distributions will assign an ip address dynamically using a DHCP Server.
To set a static ip address through terminal we’re going to use Netplan which is a utility that allows us to configure networking settings on linux. Netplan uses the YAML convention by allowing us to configure a network with a simple YAML file. All that YAML stands for is Yet Another Markup Language. It’s a serialization language that is most often used for configuration files.
_______________________________________________________________
Great Amazon Items!
Below contains affiliate links, this means I may receive a small commission if you click one. This helps support and grow the channel. If you do use a link thank you for supporting the channel!
💾 💾 USB Disks and SD Cards 💾 💾
2.0 SanDisk 32GB USB – https://amzn.to/3dvkHPd
3.0 PNY Turbo 32GB USB – https://amzn.to/2y7vjDT
3.1 Samsung FIT 128GB USB – https://amzn.to/2WGJp9j
SanDisk 128 GB micro SD – https://amzn.to/3c7DzCn
📚📚 Learn more about Linux 📚📚
Linux: Installation, Config, and Cmd Basics – https://amzn.to/34sT8Ck
Linux Cmd Line a Complete Intro – https://amzn.to/2ViHXrx
Linux Basics for Hackers – https://amzn.to/2JTSZyj
Linux Pocket Guide – https://amzn.to/2Xpnyni
How Linux Works – https://amzn.to/2RrQEOW
Linux Bible – https://amzn.to/2XugXrJ
Linux for Dummies – https://amzn.to/3e9VlXy
Kali Linux Hacking – https://amzn.to/2y2F7io
🖥🖥 MISC Electronics that are Great! 🖥🖥
TP-Link AC1750 Smart WiFi Router (powerful) – https://amzn.to/3aZZI5E
NETGEAR Nighthawk Smart WiFi Router (fast) – https://amzn.to/2RsKQ8d
Streaming Media Player 4K/HD/HDR (entertaining) – https://amzn.to/2JVdlXL
Acer Aspire 5 Slim Laptop, 15.6” HD (cheap) – https://amzn.to/2xbYAxc
OHill Cable Clips, 16 Pack Black (organization) – https://amzn.to/2JV9iuC
Smart Plug Power Adapter (automation) – https://amzn.to/2xabbRx
Outdoor/Indoor Smart Security Camera (security) – https://amzn.to/3e90A9T
Setup in the Video for Reference:
network:
version: 2
renderer: networkd *the renderer property tells netplan which network manager will manage devices connected to the linux box
ethernets:
enp0s3:
dhcp4: no
addresses: [192.168.86.64/24]
gateway4: 192.168.86.1
this tells us how to communicate to devices on different subnets
nameservers:
addresses: [8.8.8.8,8.8.4.4]
Linux Talk :
Talk #1 ZFS vs EXT4 Storage Benchmark – https://youtu.be/a4IuijHVuog
Talk #2 ZFS vs EXT4 Memory Usage – https://youtu.be/csHR1soA_Rk
Talk #3 Supervisor Process Control – https://youtu.be/eX7D40y9qv8
Talk #4 LVM vs Standard Partition – https://youtu.be/N-vW06eHgJI
Software Use:
VirtualBox – https://youtu.be/SYZ4pLGGTg4
TeamViewer – https://youtu.be/I9rXhwY95zc
Review and Walkthroughs:
PCLinuxOS – https://youtu.be/ztRvR7GeBzo
openSUSE – https://youtu.be/beNLjobtFk8
Zorin OS 15 – https://youtu.be/a3l51XitcKE
Fedora 31 – https://youtu.be/QSC2-WkMb8Y
MX Linux – https://youtu.be/7MgssE2Q9Es
ArcoLinux – https://youtu.be/04VYEj2OlCU
Solus OS – https://youtu.be/pvLjjbXFv5Q
Endeavour OS – https://youtu.be/wV8bqVWQESg
CentOS 8 – https://youtu.be/T_yZuQVDMG4
PopOS! – https://youtu.be/Vblwblo9Vdw
Parrot Security OS: https://youtu.be/zEsJk61JZpo
Fedora Workstation: https://youtu.be/JOrZ1DnxdQ8
Elementary OS: https://youtu.be/BuUsD4NhwIo
MX Linux: https://youtu.be/Oj_g62ESQ4E
Linux Lite: https://youtu.be/EEGTJ-SioMg
Install Tutorials:
PCLinuxOS: https://youtu.be/xR6ty3cSekg
openSUSE: https://youtu.be/xHJQQcKdFrw
Zorin 15: https://youtu.be/r_ONJwjrC80
Fedora 31: https://youtu.be/4qmPDKPck68
MX Linux 19: https://youtu.be/xRrXgBmO4Sc
Ubuntu 19.10 : https://youtu.be/7Z6oLnPLGhI
ArcoLinux : https://youtu.be/HClRzTcgtn4
Solus Linux OS : https://youtu.be/2MehGx3jPxY
Endeavour OS : https://youtu.be/wV8bqVWQESg
CentOS 8 NetInstall : https://youtu.be/nNNkZ0I2DFw
Parrot Security OS: https://youtu.be/TDJBFvZteBA
CentOS 8: https://youtu.be/FLl2DETdww4
Fedora 30: https://youtu.be/nKqXKsgfFBM
Elementary OS 5: https://youtu.be/N7V_vBO4-2U
Arch Linux : https://youtu.be/QoyszQKX6Pk
Ubuntu 18: https://youtu.be/u33oBgCUMos
MX Linux 18: https://youtu.be/ZQXRrEvZ0KU
Linux Lite 4: https://youtu.be/ySmRl388tBE
Debian on Vbox: https://youtu.be/zikeyJS317Q
Manjaro 18: https://youtu.be/d300z09Pwvs
Debian 10: https://youtu.be/XiOhYgCPshU
Live Episodes:
PopOS! SimpleList C/C++ Episode 1 – https://youtu.be/G7ZEOCIxSRw
EndeavourOS SimpleList C/C++ Episode 2 – https://youtu.be/-Ay2_jIF2_w
What’s the difference?
Debian vs Ubuntu: https://youtu.be/pfKeSGKzBgg
Debian 10 vs Debian 9: https://youtu.be/A3LQMplUqjo
ip address