ubuntu static ip address

 1. Open /etc/network/interfaces for editing
 # vi /etc/network/interfaces

2. Edit the section for the primary network interface to make it look like the one below.

auto eth0
 iface eth0 inet static
 address 192.168.1.2
 netmask 255.255.255.0
 gateway 192.168.1.1

3. Restart the interface
 # /etc/init.d/networking restart
 

Leave a Comment

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.