16 Дек2014
Настройка сети (Ubuntu)
. Written by . Posted in Linux
Для настройки сети есть следующие варианты:
- ifconfig
- network-manager
- /etc/network/interfaces
Пример ifconfig.
- ifconfig eth0 192.168.1.1/24 up
Spoiler: Пример /etc/network/interfaces |
SelectПоказать> |
auto eth0
iface eth0 inet static
address 192.168.6.3
netmask 255.255.255.0
|
Теги: ifconfig