Debian network configuration issues
| 本帖最後由 角色 於 2015-1-21 21:51 編輯 
 Source: https://wiki.debian.org/NetworkConfiguration
 
 /etc/network/interfaces
 
 Configuring the interface manually (static ip)
 複製代碼auto eth0
iface eth0 inet static
        address 192.0.2.7
        netmask 255.255.255.0
        gateway 192.0.2.254
 |