📜  static ip debian - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:31.045000             🧑  作者: Mango

代码示例1
#Add this to /etc/network/interfaces
iface eth0 inet static
    address 192.xxx.xx.x
    netmask 255.255.xxx.xxx
    gateway 192.168.xx.xxx