文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

RHEL7中常用的网络命令有哪些

2023-06-27 19:18

关注

这篇文章主要介绍了RHEL7中常用的网络命令有哪些,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。

ping检查网络连通性

ping 常常用来测试与目的主机的连通性。

可以ping通
[root@chao ~]# ping 172.16.1.254PING 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 ms64 bytes from 172.16.1.254: icmp_seq=2 ttl=128 time=0.297 ms64 bytes from 172.16.1.254: icmp_seq=3 ttl=128 time=0.135 ms64 bytes from 172.16.1.254: icmp_seq=4 ttl=128 time=0.245 ms64 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 4001msrtt min/avg/max/mdev = 0.135/0.284/0.529/0.133 ms[root@chao ~]#
不可以ping通
[root@chao ~]# ping 172.16.1.250PING 172.16.1.250 (172.16.1.250) 56(84) bytes of data.From 172.16.1.16 icmp_seq=1 Destination Host UnreachableFrom 172.16.1.16 icmp_seq=2 Destination Host UnreachableFrom 172.16.1.16 icmp_seq=3 Destination Host UnreachableFrom 172.16.1.16 icmp_seq=4 Destination Host UnreachableFrom 172.16.1.16 icmp_seq=5 Destination Host UnreachableFrom 172.16.1.16 icmp_seq=6 Destination Host UnreachableFrom 172.16.1.16 icmp_seq=7 Destination Host UnreachableFrom 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 8003mspipe 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 -nKernel IP routing tableDestination     Gateway         Genmask         Flags Metric Ref    Use Iface0.0.0.0         172.16.1.254    0.0.0.0         UG    100    0        0 ens33172.16.1.0      0.0.0.0         255.255.255.0   U     100    0        0 ens33192.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 -4Active 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 -atActive 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      ESTABLISHEDtcp6       0      0 [::]:sunrpc             [::]:*                  LISTEN    tcp6       0      0 [::]:ssh                [::]:*                  LISTEN    tcp6       0      0 localhos:x11-ssh-offset [::]:*                  LISTEN

查看udp端口

[root@chao ~]# netstat -auActive 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 www.baidu.com (103.235.46.39), 30 hops max, 60 byte packets1  gateway (172.16.1.254)  0.132 ms  0.062 ms  0.086 ms2  * * *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 https://mirror.bit.edu.cn/apache/httpd/httpd-2.4.43.tar.gz

感谢你能够认真阅读完这篇文章,希望小编分享的“RHEL7中常用的网络命令有哪些”这篇文章对大家有帮助,同时也希望大家多多支持编程网,关注编程网行业资讯频道,更多相关知识等着你来学习!

阅读原文内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     813人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     354人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     318人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     435人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     224人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-后端开发
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯