Feed on
Posts
Comments

to setup my server to use a static ip address i edited the file /etc/network/interfaces to include the lines:

iface eth0 inet static
name Ethernet LAN card
address 192.168.2.100
netmask 255.255.255.0
broadcast 192.168.2.255
network 192.168.2.0
gateway 192.168.2.1

of course, whomever provides you with your static IP address should also be giving you the appropriate information to fill in here.


Bookmark and Share

if that was helpful ...

check out the other tips and tricks i've compiled on these pages. you might learn something else interesting!

Did I get this wrong? Let me know!

Trackback URI | Comments RSS