Configuring Static IP address for your network card
Code:
sudo vi /etc/network/interfaces
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.3.90
gateway 192.168.3.1
netmask 255.255.255.0
network 192.168.3.0
broadcast 192.168.3.255
--->nghiên cứu distro nào đọc tài liệu của nó trước
Tham khảo:
http://www.ubuntugeek.com/ubuntu-networking-configuration-using-command-line.html
http://www.ubuntugeek.com/ubuntu-networking-configuration-using-graphical-tool.html