172.25.0.10/255.255.255.0255.255.255.0:子網掩碼
子網掩碼255位對應的ip位為網路位
子網掩碼0對應的ip位為主機位
《圖形化》nm-connection-editor
《命令》
ifconfig 網絡卡 ip netmask ##臨時設定
nmcli connection add type ethernet con-name westos ifname eth0 autoconnect yes #新增dhcp網路
nmcli connection add type ethernet con-name westos ifname eth0 ip4 ip/24 #新增靜態網路
nmcli connection delete westos #刪除westos鏈結
nmcli connection show #顯示所有網路鏈結
nmcli connection down westos #關閉指定鏈結
nmcli connection up westos #開啟指定鏈結
nmcli connection modify "westos" ipv4.addresses newip/24 #改變wetos的ip
nmcli connection modify "westos" ipv4.method #改變westos的工作方式為動態或者靜態
nmcli device connect eth0 #開啟裝置
nmcli device disconnect eth0 #關閉裝置
nmcli device show #顯示裝置資訊
nmcli device status #顯示裝置狀態
《檔案》
dhcp ##動態獲取
vim /etc/sysconfig/network-scripts/ifcfg-eth0
device=eth0 ##介面使用裝置
bootproto=dhcp ##網絡卡工作模式
onboot=yes ##網路服務開啟時自動啟用
name=eth0 ##網路介面名稱
:wqsystemctl restart network
static|none ##靜態網路
vim /etc/sysconfig/network-scripts/ifcfg-eth0
device=eth0 ##裝置
bootproto=static|none ##裝置工作方式
onboot=yes ##開啟網路服務啟用裝置
name=eth0 ##網路介面名稱
ipaddr=172.25.0.100 ##ip
netmask=255.255.255.0 | prefix=24 ##子網掩碼
主要功能是用來作nat的
dnat 目的地位址轉換
snat 源位址轉換
路由器上和自己處在同乙個網段的那個ip
systemctl stop netwrokmanager
vim /etc/sysconfig/network ##全域性閘道器
gateway=閘道器ip
vim /etc/sysconfig/network-scripts/ifcfg-網絡卡配置檔案 ##網絡卡介面閘道器
gateway=閘道器ip
route -n ##查詢閘道器
kernel ip routing table
destination gateway genmask flags metric ref use iface
0.0.0.0 (閘道器)172.25.0.254 0.0.0.0 ug 0 0 0 eth0
在虛擬機器 /etc/sysconfig/network中新增閘道器ip,其為主機ip
在主機網絡卡配置檔案中新增閘道器並重啟網路,在/etc/resolv.conf檔案中檢視相關網路配置
虛擬機器在/etc/resolv.conf檔案中新增和主機相同的網路配置並重啟網路
主機執行火牆相關命令
虛擬機器作最後網路操作
執行完畢,可檢驗虛擬機器是否連線網路
dns是一台伺服器
這太伺服器提供了回答客戶主機名和ip對應關係的功能
vim /etc/resolv.conf
nameserver dns伺服器ip
vim /etc/sysconfig/network-scripts/ifcfg-網絡卡配置檔案
dns1=dns伺服器ip
vim /etc/hosts
ip 主機名稱
/etc/nsswitch.conf
38 #hosts: db files nisplus nis dns
39 hosts: files dns ##files代表本地解析檔案,dns代表dns伺服器,那個在前面那個優先
閘道器 閘道器位址
ip位址 tcp ip transmite control protocol 傳輸控制協議 internet protocol網際協議 已成為計算機網路的一套工業標準協議。在應用 tcp ip協議的網路環境中,為了唯一地確定一台主機的位置,必須為tcp ip協議指定三個引數,即ip位址 子網掩碼和閘...
工業閘道器,工業智慧型網關
物通博聯工業智慧型網關如 wg585智慧型網關 所謂閘道器,首要負責兩個異質網路的銜接,這在工業物聯網場景中尤其常見,由於感測網路常常選用的是和通用的網路層 長輸網 完全不同的電氣訊號和協議。工業閘道器的根本功用組成如圖2 1。首要承當對接感測網內各裝置的訊號的任務。該模組包含對接不同電氣訊號的硬體...
Modbus閘道器 Modbus協議閘道器
modbus閘道器是將modubs tcp協議轉換成modbus rtu協議的一種裝置。modbus協議在儀器和感測器領域有著廣泛的應用,可以獲取儀器和感測器的資料。然而,傳統的基於rs485的modbus rtu 或ascii 具有速度慢 擴充套件性差的特點,因此modbus tcp作為一種基於網...