Updated Home (markdown)

master
Mr Chen 2 years ago
parent 178b074253
commit 2089ea9f5d
  1. 9
      Home.md

@ -28,6 +28,15 @@ iface eth0 inet static
- 删除其中配置,重启即可正常使用了。 - 删除其中配置,重启即可正常使用了。
``` ```
# network-config
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.0.11.2
netmask 255.255.255.0
gateway 10.0.11.1
dns-nameservers 8.8.8.8 dns-nameservers 8.8.8.8
dns-search local dns-search local
``` ```

Loading…
Cancel
Save