Setup Static IP Address
If you want to setup a Static IP Address in your system , Modify the file /etc/network/interfaces. If your First Ethernet Interface is eth0 ,see the following Example. Just add the following lines in the file with the help of an Editor and Restart the network or system.
auto eth0
iface eth0 inet static
address 192.168.0.25
netmask 255.255.255.0
gateway 192.168.0.1
after modifing the file
$ sudo /etc/int.d/networking restart
Possibly Related Posts:
- FreeBSD -Apache22 Installation and troubleshooting
- FreeBSD: Apache 2.4 available in ports
- Install Asterisk 1.8 from source on Ubuntu 12.04
- Asterisk 11.0.0-beta1 Now Available
- Microsoft Tightens Windows 8 Activation Policy
