网络常用配置和运维命令以及使用方法
原创 Hum0ro 虚拟化时代君 2023-06-29 15:09 发表于缅甸 收录于合集 #网络3个 #windows2个 #命令1个 #运维4个 #linux3个哈喽大家好,欢迎来到虚拟化时代君(XNHCYL)。
“ 大家好,我是虚拟化时代君,一位潜心于互联网的技术宅男。这里每天为你分享各种你感兴趣的技术、教程、软件、资源、福利……(每天更新不间断,福利不见不散)
虚拟化时代君 分享远程办公、实施经验和Citrix、VMware虚拟化技术资讯。 47篇原创内容 公众号一、前言
今天分享一些网络常用的命令以及使用方法。
二、命令总结
以下是一些整理简单网络常用配置和运维命令
1、ifconfig/ipconfig:查看和配置网络接口配置。
用法:ifconfig 或 ipconfig
2、route/netstat -r:查看路由表。
用法:route -n 或 netstat -r
3、netstat/ss:查看网络连接状态。
用法:netstat 或 ss
4、ping:执行 Ping 测试。
用法:ping <目标地址>
5、traceroute/tracert:执行 Traceroute。
用法:traceroute 或 tracert <目标地址>
6、nslookup/dig:进行域名解析测试。
用法:nslookup 或 dig <域名>
7、ifconfig/netsh interface ip set address:配置静态 IP 地址。
用法:ifconfig <接口名称> <IP地址> 或 netsh interface ip set address <接口名称> static <IP地址> <子网掩码> <网关> (Windows)
8、route add default gw:配置默认网关。
用法:route add default gw <网关IP>
9、vi /etc/resolv.conf/netsh interface ip set dns:配置 DNS 服务器。
用法:vi /etc/resolv.conf (Linux) 或 netsh interface ip set dns <接口名称> static <DNS服务器IP> primary (Windows)
10、ifdown/ifup/ipconfig /release /renew:重启网络接口。
用法:ifdown <接口名称> && ifup <接口名称> (Linux) 或 ipconfig /release <接口名称> && ipconfig /renew <接口名称> (Windows)
11、netstat -tuln/netstat -an:列出监听的端口。
用法:netstat -tuln (Linux) 或 netstat -an (Windows)
12、iptables/netsh advfirewall firewall:配置防火墙规则。
用法:iptables (Linux) 或 netsh advfirewall firewall (Windows)
13、lspci/lsusb/devmgmt.msc:查看网络设备列表。
用法:lspci 或 lsusb (Linux) 或 devmgmt.msc (Windows)
14、ifconfig/ipconfig /all:查看网络接口统计信息。
用法:ifconfig 或 ipconfig /all (Windows)
15、netstat -p/lsof -i/netstat -o:查看网络连接的进程。
用法:netstat -p (Linux) 或 lsof -i (Linux) 或 netstat -o (Windows)
16、ethtool/PowerShell Get-NetAdapterStatistics:查看网络接口速率。
用法:ethtool <接口名称> (Linux) 或 PowerShell Get-NetAdapterStatistics (Windows)
17、ethtool -i/PowerShell Get-NetAdapter:查看网络接口状态。
用法:ethtool -i <接口名称> (Linux) 或 PowerShell Get-NetAdapter (Windows)
18、vconfig/PowerShell Set-NetAdapterAdvancedProperty:配置 VLAN。
用法:vconfig (Linux) 或 PowerShell Set-NetAdapterAdvancedProperty (Windows)
19、iptables/Windows 防火墙规则:配置网络隔离。
用法:iptables (Linux) 或 Windows 防火墙规则
20、ip route/PowerShell Set-NetRoute:配置网络负载均衡。
用法:ip route (Linux) 或 PowerShell Set-NetRoute (Windows)
21、iftop/PowerShell Get-NetAdapterStatistics:查看网络流量统计。
用法:iftop (Linux) 或 PowerShell Get-NetAdapterStatistics (Windows)
22、route add/PowerShell Add-NetRoute:配置静态路由。
用法:route add (Linux) 或 PowerShell Add-NetRoute (Windows)
23、vi /etc/ntp.conf/PowerShell w32tm /config:配置网络时间协议 (NTP)。
用法:vi /etc/ntp.conf (Linux) 或 PowerShell w32tm /config (Windows)
24、ethtool/PowerShell Get-NetAdapterAdvancedProperty:查看网络接口速度和双工模式。
用法:ethtool <接口名称> (Linux) 或 PowerShell Get-NetAdapterAdvancedProperty (Windows)
25、ifconfig/ipconfig /all:查看网络接口 MAC 地址。
用法:ifconfig 或 ipconfig /all (Windows)
26、arp -d/arp -a -d:清除 ARP 缓存。
用法:arp -d 或 arp -a -d (Windows)
27、ifconfig/ipconfig /all:查看网络接口错误统计。
用法:ifconfig 或 ipconfig /all (Windows)
28、teamd/PowerShell New-NetLbfoTeam:配置网络接口绑定 (Teaming)。
用法:teamd (Linux) 或 PowerShell New-NetLbfoTeam (Windows)
这些命令和配置方法可能会因操作系统和网络设备的不同而略有差异,请根据具体情况和操作系统文档进行适当的调整和使用。
三、Tips
想起夕阳下的奔跑,那是我逝去的青春。
动动发财的小手,写作不易,点点文末下方链接!
资源申明:小编更新资源文章只是为了给需求者一个绿色学习的平台,没有任何利益的索取,如果你在本站看到的任何图片文字有涉及到你的利益以及版权都可以联系小编删除。
收录于合集 #网络 3个 上一篇【Python】02-使用EVE-NG模拟实验环境-《网络工程师的Python之路》 阅读 1998 虚拟化时代君 47篇原创内容 标签:常用,运维,Windows,ipconfig,netstat,网络,用法,Linux,PowerShell From: https://www.cnblogs.com/cherishthepresent/p/17522100.html