[root@localhost ~]# ifconfig
ens33: flags=4163
mtu 1500
inet 192.168.5.129 netmask 255.255.255.0 broadcast 192.168.5.255
inet6 fe80:
:c3e7
:caf9
:e41a
:3c79 prefixlen 64 scopeid 0x20
ether 00
:0c:29:
56:19:
70 txqueuelen 1000 (ethernet)
rx packets 10530 bytes 15059160 (14.3
mib)
rx errors 0 dropped 0 overruns 0 frame 0
tx packets 4771 bytes 300971 (293.9
kib)
tx errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73
mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 :
:1 prefixlen 128 scopeid 0x10
loop txqueuelen 1 (local
loopback)
rx packets 4 bytes 344 (344.0
b) rx errors 0 dropped 0 overruns 0 frame 0
tx packets 4 bytes 344 (344.0
b) tx errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[root@localhost ~]# vi /etc/sysconfig/network-scripts/ifcfg-ens33
type=ethernet
bootproto=dhcp
defroute=yes
peerdns=yes
peerroutes=yes
ipv4_failure_fatal=yes
ipv6init=yes
ipv6_autoconf=yes
ipv6_defroute=yes
ipv6_peerdns=yes
ipv6_peerroutes=yes
ipv6_failure_fatal=no
ipv6_addr_gen_mode=stable-privacy
name=ens33
uuid=957da0b9-6b4f-466a-93dd-eceac8a4b57a
device=ens33
onboot=yes #開啟自動啟用網路連線
[root@localhost ~]# service network restart
restarting network (via systemctl): [ 確定 ]
[root@localhost ~]# yum install openssh-server -y
[root@localhost ~]# service sshd start
[root@localhost ~]# netstat -an|grep 22
啟動: systemctl start firewalld
關閉: systemctl stop firewalld
檢視狀態: systemctl status firewalld
開機禁用 : systemctl disable firewalld
開機啟用 : systemctl enable firewalld
檢視版本:
firewall
-cmd--
version
[root@localhost~]
#firewall
-cmd--
version0.
4.3.
2檢視幫助:
firewall
-cmd--
help
顯示狀態:
firewall
-cmd--
state
檢視所有開啟的埠:
firewall
-cmd--
zone=public--
list
-ports
更新防火牆規則:
firewall
-cmd--
reload
檢視區域資訊:
firewall
-cmd--
get-
active
-zones
檢視指定介面所屬區域:
firewall
-cmd--
get-
zone-of
-inte***ce=eth0
拒絕所有包:firewall
-cmd--
panic-on
取消拒絕狀態:
firewall
-cmd--
panic
-off
檢視是否拒絕:
firewall
-cmd--
query
-panic
新增
firewall
-cmd--
zone=public--
add-
port=80/tcp--
permanent(-
-permanent永久生效,沒有此引數重啟後失效)
[root@localhost~]
#firewall
-cmd--
zone=public--
add-
port=6379/tcp--
permanent
success
重新載入
firewall
-cmd--
reload
[root@localhost~]
#firewall
-cmd--
reload
success
檢視firewall
-cmd--
zone=
public--
query
-port=80/tcp
刪除firewall
-cmd--
zone=
public--
remove
-port=80/tcp--
permanent
雲中重生 統一網路管理系統
統一網路管理系統一直是it管理員關注的領域。能夠使用乙個控制面板實現有線與無線網路的配置 監控和故障修復,這確實很吸引人。但是,統一網路管理系統軟體過去一直存在一些問題。多 商支援較差,統一軟體更新維護難度大,諸如此類的問題一直使統一管理平台的問題大於其價值。早期採用者感覺自己被騙了。而這種感覺導致...
linux網路 (一) 網路配置
1.liunx網路 1.1介面和命名規則 eth 0 9 乙太網介面 wlan 0 9 無線網絡卡介面 lo 本地回環介面 1.2linux常規網路配置檔案 1.etc hosts 主機檔案 2.etc resolv.conf dns檔案 3.etc sysconfig network script...
一 網路協議概觀
訊號的傳輸總要符合一定的協議 protocol 比如說長城上放狼煙,是因為人們已經預先設定好狼煙這個物理訊號代表了 敵人入侵 這一抽象訊號。這樣乙個 狼煙 敵人入侵 就是乙個簡單的協議。協議可以更複雜,比如摩爾斯碼 morse code 使用簡訊號和長訊號的組合,來代表不同的英文本母。比如sos 代...