update
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# /etc/network/interface 配置
|
||||
|
||||
|
||||
## static ip
|
||||
|
||||
``` bash
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
address 192.168.2.34
|
||||
netmask 255.255.255.0
|
||||
gateway 192.0.2.254
|
||||
dns-nameservers 114.114.114.114
|
||||
```
|
||||
Reference in New Issue
Block a user