View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Static IP

From LQWiki

Jump to: navigation, search

A static IP address is an IP-address which never changes, as opposed to a dynamic IP address which is generally configured via DHCP.

You can set a static IP-address with the following syntax:

ifconfig <interface> <IP>

for example:

ifconfig eth0 192.168.1.1

This article is a stub and needs to be finished. Plunge forward and help it grow!


Share

Personal tools