Computer NetworksNETWORKS

How-To Set a Static IP Address for Ubuntu Server 14.04

Also way know IP address your server is by setting a static IP address!

▼COMMANDS STUFF▼
EDIT ► sudo vi /etc/network/interfaces
REPALCE ► iface eth0 inet dhcp TO iface eth0 inet static
ADD ► address x.x.x.x
ADD ► netmask x.x.x.x
ADD ► network x.x.x.x
ADD ► broadcast x.x.x.x
ADD ► gateway x.x.x.x
ADD ► dns-nameservers x.x.x.x x.x.x.x
SAVE ► ESC :wq ENTER
REBOOT ► sudo reboot

Be sure to replaces the x’s with your IP setup.

▼FUN STUFF▼
UBUNTU SERVER ► http://www.ubuntu.com/download/server
HOW-TO INSTALL UBUNTU SERVER ► https://www.youtube.com/watch?v=lRUMug2MYZI

▼OTHER STUFF▼
UBUNTU SERVER TUTORIALS ► https://www.youtube.com/watch?v=oVskHzaUKJs&index=1&list=PL7PIx2emPx-AdJsdQ8tj2NohSv-f8_vR2
WINDOWS TUTORIALS ► https://www.youtube.com/watch?v=oIHFow7l6oI&index=1&list=PL7PIx2emPx-CbM2L-8tNibOSyCQgTPqu4

▼MY STUFF▼
SUBSCRIBE ► https://www.youtube.com/user/CarlBledsoe?sub_confirmation=1
TWITTER ► https://twitter.com/HeyImJimmy5569
TWITCH.TV ► http://www.twitch.tv/heyimjimmy5569
GOOGLE+ ► https://plus.google.com/u/0/+CarlBledsoe/posts

▼LEGAL STUFF▼
“Itty Bitty 8 Bit” Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0
http://creativecommons.org/licenses/by/3.0/

This video is meant for educational purposes only.

All other trademarks are the property of their respective owners.
Carl Bledsoe is not authorized by or sponsored by these trademark owners. All rights reserved.

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 *