Ubuntu 16.04 LTS Linux | Setup a Static IP Address | (Beginners Tutorial/Guide)

preview_player
Показать описание
How to Setup a Static IP Address on Ubuntu 16.04 LTS using /etc/network/interfaces file. We'll setup a Static IP address successfully on Ubuntu 16.04 LTS that way your ip address quits changing. We'll go through all the steps to set a Static IP Address up and make it permanent after a reboot. Setup your Static IP today on Ubuntu 16.04 LTS

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 /etc/network/interfaces which is a file that allows us to configure networking settings on linux.

My Linux Cheat Sheet and 25 Page Checklist here:

AI Tools for your Business:

Want more info/content?

Useful Links/Commands:

#linux #linuxtutorial #savvynik

The file that we edit is located here:
/etc/network/interfaces

Example of what to put in file:
auto eth0
iface eth0 inet static
address 192.168.1.110
gateway 192.168.1.1
netmask 255.255.255.0
dns-nameservers 8.8.8.8 8.8.4.4

Make sure to Subscribe below for Future Installs, Updates, Reviews, and Tips!!!
Рекомендации по теме
Комментарии
Автор

Check out my description for some references!

SavvyNik
Автор

Bro I have ubuntu 16.04 LTS on my college computer I don't get any internet access because this version does not support 172.... Ip address signals it only supports 192.168 can you tell me any other way around? There is no wifi card either...

fatgpt_