linux:ubuntu:network_setting

文書の過去の版を表示しています。


Ubuntuのネットワーク設定

$ sudo vi /etc/network/interfaces
auto lo
iface lo inet loopback
 
auto eth0
iface eth0 inet static
  address 192.168.1.1
  netmask 255.255.255.0
  gateway 192.168.1.254
  dns-nameservers 192.168.1.10 192.168.1.11 192.168.1.254
  • linux/ubuntu/network_setting.1383529225.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)