1.網(wǎng)絡(luò)基礎(chǔ)知識
一臺主機如果可以連接公網(wǎng),比如訪問www.baidu.com
那么這臺主機必然會有
ipaddress
GATEWAY
DNS
############ipaddress##############
tcp/ip
ipv4
2進制32位
254.254.254.254/255.255.255.0
11111110.11111110.11111110.11111110/11111111.11111111.11111111.00000000
雙河網(wǎng)站制作公司哪家好,找創(chuàng)新互聯(lián)建站!從網(wǎng)頁設(shè)計、網(wǎng)站建設(shè)、微信開發(fā)、APP開發(fā)、成都響應(yīng)式網(wǎng)站建設(shè)公司等網(wǎng)站項目制作,到程序開發(fā),運營維護。創(chuàng)新互聯(lián)建站成立于2013年到現(xiàn)在10年的時間,我們擁有了豐富的建站經(jīng)驗和運維經(jīng)驗,來保證我們的工作的順利進行。專注于網(wǎng)站建設(shè)就選創(chuàng)新互聯(lián)建站。
254.254.0.254/255.255.255.0
254.254.0.254/255.255.0.0
########ip設(shè)定###########
ifconfig ###查看或者臨時設(shè)定主機ip的工具
ifconfig 網(wǎng)絡(luò)接口 ##查看這個接口上的 ip
ifconfig 網(wǎng)絡(luò)接口 ip netmask 子網(wǎng)掩碼 ####臨時設(shè)定ip
ifconfig eth0 172.25.254.100 netmask 255.255.255.0
systemctl restart network ###重新啟動網(wǎng)絡(luò)基本服務(wù)
systemctl restart NetworkManager ###網(wǎng)絡(luò)智能管理服務(wù)
圖形網(wǎng)絡(luò)配置方式
nm-connection-editor ##圖形中的網(wǎng)絡(luò)設(shè)定工具
nmtui ##文本中的網(wǎng)絡(luò)設(shè)定工具
命令設(shè)定ip的方式
nmcli
nmcli connection delete 連接名稱 ###刪除此連接
nmcli connection add con-name westos ifname eth0 type ethernet autoconnect yes ####添加動態(tài)網(wǎng)絡(luò)
nmcli connection add con-name westos ifname eth0 type ethernet ip4 ip/24 ###靜態(tài)網(wǎng)絡(luò)
網(wǎng)絡(luò)配置文件
/etc/sysconfig/network-scripts/ ###網(wǎng)絡(luò)配置目錄
###動態(tài)網(wǎng)絡(luò)配置###
vim ifcfg-xxx ###網(wǎng)絡(luò)配置文件格式
DEVICE=eth0 ##指定文件管理的設(shè)備名稱
BOOTPROTO=dhcp ##dhcp動態(tài)獲取,none和static都表示靜態(tài)網(wǎng)絡(luò)
ONBOOT=yes ##開機自動激活設(shè)備
NAME=hello ##指定網(wǎng)絡(luò)鏈接的名字為hello
###靜態(tài)網(wǎng)絡(luò)配置###
vim ifcfg-xxx ###網(wǎng)絡(luò)配置文件格式
DEVICE=eth0 ##指定文件管理的設(shè)備名稱
BOOTPROTO=static|none ##dhcp動態(tài)獲取,none和static都表示靜態(tài)網(wǎng)絡(luò)
ONBOOT=yes ##開機自動激活設(shè)備
NAME=hello ##指定鏈接名字
IPADDR=172.25.254.100 ##設(shè)定ip為172.25.254.100
NETMASK=255.255.255.0 ##子網(wǎng)掩碼為255.255.255.0
PREFIX=24 ##子網(wǎng)掩碼為255.255.255.0
當(dāng)前名稱:網(wǎng)絡(luò)配置以及ip設(shè)定
文章分享:http://aaarwkj.com/article46/jegdeg.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供虛擬主機、做網(wǎng)站、電子商務(wù)、小程序開發(fā)、網(wǎng)站策劃、網(wǎng)站內(nèi)鏈
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)