Set a static IP

From Archivematica
Revision as of 06:30, 8 June 2011 by Austin (talk | contribs) (Created page with '===Set a static IP on the server machine=== open /etc/network/interfaces <pre>sudo nano /etc/network/interfaces</pre> then edit your interface entry (likely eth0) to look someth...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Set a static IP on the server machine

open /etc/network/interfaces

sudo nano /etc/network/interfaces

then edit your interface entry (likely eth0) to look something like (you need to know your network details):

auto eth0
iface eth0 inet static
        address 192.168.0.100
        netmask 255.255.255.0
        gateway 192.168.0.1