- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
1. dmesg | grep eth查看网卡信息,有时eth0会被改成eth1,如果改成eth1,则下面的配置中有eth0的地方要做相应调整
2. sudo vim /etc/network/interfaces
auto eth0
iface eth0 inet static #dhcp或static
address 192.168.7.2
netmask 255.255.255.0
gateway 192.168.7.1
3. sudo vim /etc/resolvconf/resolv.conf.d/base
nameserver 192.168.7.1 #网关
nameserver 114.114.114.114 #DNS
然后/etc/init.d/networking restart重启服务器即可。
售前咨询
售后咨询
备案咨询
二维码
TOP