RHEL7網路管理
隨著伺服器的增多,網路環境越來越複雜, 網路管理越來越顯的重要,接下來我們介紹一下linux網路管理 來提高運維效率。 |
ping檢查網路連通性
ping 常常用來測試與目的主機的連通性。
可以ping通
[root@chao ~]# ping 172.16.1.254 PING 172.16.1.254 (172.16.1.254) 56(84) bytes of data. 64 bytes from 172.16.1.254: icmp_seq=1 ttl=128 time=0.529 ms 64 bytes from 172.16.1.254: icmp_seq=2 ttl=128 time=0.297 ms 64 bytes from 172.16.1.254: icmp_seq=3 ttl=128 time=0.135 ms 64 bytes from 172.16.1.254: icmp_seq=4 ttl=128 time=0.245 ms 64 bytes from 172.16.1.254: icmp_seq=5 ttl=128 time=0.214 ms ^C --- 172.16.1.254 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4001ms rtt min/avg/max/mdev = 0.135/0.284/0.529/0.133 ms [root@chao ~]#
不可以ping通
[root@chao ~]# ping 172.16.1.250 PING 172.16.1.250 (172.16.1.250) 56(84) bytes of data. From 172.16.1.16 icmp_seq=1 Destination Host Unreachable From 172.16.1.16 icmp_seq=2 Destination Host Unreachable From 172.16.1.16 icmp_seq=3 Destination Host Unreachable From 172.16.1.16 icmp_seq=4 Destination Host Unreachable From 172.16.1.16 icmp_seq=5 Destination Host Unreachable From 172.16.1.16 icmp_seq=6 Destination Host Unreachable From 172.16.1.16 icmp_seq=7 Destination Host Unreachable From 172.16.1.16 icmp_seq=8 Destination Host Unreachable ^C --- 172.16.1.250 ping statistics --- 9 packets transmitted, 0 received, +8 errors, 100% packet loss, time 8003ms pipe 4
配置網路
設定ip
[root@chao ~]# ifconfig ens33:1 172.16.1.114 netmask 255.255.255.0 up
更改MAC地址
[root@chao ~]# ifconfig ens33:1 hw ether 00:0c:29:0b:07:77
修改路由表
顯示路由表
[root@chao ~]# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 172.16.1.254 0.0.0.0 UG 100 0 0 ens33 172.16.1.0 0.0.0.0 255.255.255.0 U 100 0 0 ens33 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
新增路由
[root@chao ~]# route add -net 172.16.2.0 netmask 255.255.255.0 gw 172.16.1.254
刪除路由
[root@chao ~]# route del -net 172.16.2.0 netmask 255.255.255.0
檢視網路狀態
檢視所有埠
[root@chao ~]# netstat -a|head -4 Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:sunrpc 0.0.0.0:* LISTEN tcp 0 0 chao:domain 0.0.0.0:* LISTEN
檢視tcp埠
[root@chao ~]# netstat -at Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:sunrpc 0.0.0.0:* LISTEN tcp 0 0 chao:domain 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:ssh 0.0.0.0:* LISTEN tcp 0 0 localhos:x11-ssh-offset 0.0.0.0:* LISTEN tcp 0 36 chao:ssh 172.16.1.100:57418 ESTABLISHED tcp6 0 0 [::]:sunrpc [::]:* LISTEN tcp6 0 0 [::]:ssh [::]:* LISTEN tcp6 0 0 localhos:x11-ssh-offset [::]:* LISTEN
檢視udp埠
[root@chao ~]# netstat -au Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State udp 0 0 chao:domain 0.0.0.0:* udp 0 0 0.0.0.0:bootps 0.0.0.0:* udp 0 0 localhost:323 0.0.0.0:* udp6 0 0 localhost:323 [::]:*
traceroute檢視路由資訊
[root@chao ~]# traceroute to (103.235.46.39), 30 hops max, 60 byte packets 1 gateway (172.16.1.254) 0.132 ms 0.062 ms 0.086 ms 2 * * * 3 * * * 4 * * * 5 * * * 6 * * * 7 * * * 8 * * * 9 * * * 10 * * * 11 * * * 12 * * * 13 * * * 14 * * * 15 * * * 16 * * * 17 * * * 18 * * * 19 * * * 20 * * * 21 * * * 22 * * * 23 * * * 24 * * * 25 * * * 26 * * *
telnet測試遠端埠
[root@chao ~]# telnet 172.16.1.16 80
wget下載網路檔案
[root@chao ~]# wget
本文原創地址:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69955379/viewspace-2696050/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RHEL7系統管理之核心管理
- rhel7網路卡bond和team
- RHEL7服務管理工具systemctl
- 網路裝置配置與管理————13、管理Cisco網路
- RHEL7重置root管理員密碼密碼
- Docker 網路管理Docker
- KVM網路管理
- Docker網路管理Docker
- 1.1.3 網路管理員
- 網路管理協議協議
- Linux網路管理Linux
- 企業網路管理
- Docker的網路管理Docker
- rhel7 udevdev
- Linux網路管理(網路基礎)Linux
- 超級網管員——網路管理
- 網路管理員基礎
- 網路管理自動化
- 網路管理辦法薦
- 【AIX 學習】網路管理AI
- Android -- 網路管理分析Android
- centos常用網路管理命令CentOS
- 13、Linux網路管理Linux
- 更改 RHEL7 或者 CentOS 7 的網路卡名稱CentOS
- 網路管理經驗談:初級網管的網路安全
- 網際網路時代的時間管理
- 工信部將發網際網路域名管理辦法保障網路安全
- 什麼是網路安全管理?
- 公司網路的執行管理
- Linux網路管理基礎Linux
- 網路管理實戰寶典
- Linux網路管理小結Linux
- Docker 網路管理的未來Docker
- SCO UNIX網路安全管理 (轉)
- 網路管理知識集萃(轉)
- Linux 網路管理-ip命令Linux
- Linux 網路管理-NetworkManagerLinux
- 網路管理體系結構