Linux-凝思磐石操作系统网络配置

凝思网络配置:
cat /etc/network/interfaces

 cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo eth0
iface lo inet loopback
auto eht0
allow-hotplug eth0
iface eth0 inet static
          address 192.168.1.100
          netmask 255.255.255.0
          network 192.168.100.1
          gateway 192.168.1.254
          dns 8.8.8.8
          pre-up ip addr flush dev $IFACE

你可能感兴趣的:(linux)