- 工信部備案號 滇ICP備05000110號-1
- 滇公安備案 滇53010302000111
- 增值電信業務經營許可證 B1.B2-20181647、滇B1.B2-20190004
- 云南互聯網協會理事單位
- 安全聯盟認證網站身份V標記
- 域名注冊服務機構許可:滇D3-20230001
- 代理域名注冊服務機構:新網數碼
一. centos網卡配置
1.配置路徑為/etc/sysconifg/network-scripts/
DEVICE=eth0
TYPE=Ethernet
ONBOOT=yes
BOOTPROTO=static
HWADDR=
IPADDR=
GATEWAY=
NETMASK=
2.dns服務設置/etc/resolv.conf
nameserver 114.114.114.114
nameserver 8.8.8.8
二. ubuntu網卡配置
1. 網卡配置路徑/etc/network/interfaces
iface eth0 inet static
address 192.168.0.125
gateway 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
2.dns服務設置路徑/etc/resolv.conf
nameserver 114.114.114.114
nameserver 8.8.8.8
nameserver 22.5.5.5
售前咨詢
售后咨詢
備案咨詢
二維碼
TOP