返回列表 發帖

Debian network configuration issues

本帖最後由 角色 於 2015-1-21 21:51 編輯

Source: https://wiki.debian.org/NetworkConfiguration

/etc/network/interfaces

Configuring the interface manually (static ip)
  1. auto eth0
  2. iface eth0 inet static
  3.         address 192.0.2.7
  4.         netmask 255.255.255.0
  5.         gateway 192.0.2.254
複製代碼

现在都不用这个方法,而用改动/etc/dhcpcd.conf。

TOP

返回列表