<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛 - 其他网络版块</title>
    <link>http://bbs.cqsztech.com/forum.php?mod=forumdisplay&amp;fid=34</link>
    <description>Latest 20 threads of 其他网络版块</description>
    <copyright>Copyright(C) 重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 17 Apr 2026 09:22:48 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.cqsztech.com/static/image/common/logo_88_31.gif</url>
      <title>重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛</title>
      <link>http://bbs.cqsztech.com/</link>
    </image>
    <item>
      <title>Windows常用网络命令</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=33322</link>
      <description><![CDATA[ncpa.cpl         打开网卡配置界面
mstsc         打开远程桌面窗口
ipconfig/all        查看IP，网关等参数
ipconfig/release    释放IP地址
ipconfig/renew    重新获取IP地址
nslookup             域名解析查询

ping             连通性测试
    -t      ...]]></description>
      <category>其他网络版块</category>
      <author>Inkcup</author>
      <pubDate>Sun, 12 Apr 2026 11:21:11 +0000</pubDate>
    </item>
    <item>
      <title>[硬件设备]网线水晶头568a和568b线序区别</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=32899</link>
      <description><![CDATA[568A和568B最显著的区别在于RJ45水晶头中8根导线的颜色编码顺序：

    &#8204;568A线序&#8204;：1绿白、2绿、3橙白、4蓝、5蓝白、6橙、7棕白、8棕。&#8204;
    &#8204;568B线序&#8204;：1橙白、2橙、3绿白、4蓝、5蓝白、6绿、7棕白、8棕。&#8204;

这种差异主要 ...]]></description>
      <category>其他网络版块</category>
      <author>Inkcup</author>
      <pubDate>Sun, 02 Nov 2025 03:05:25 +0000</pubDate>
    </item>
    <item>
      <title>光纤跳线连接交换机到服务器</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=27356</link>
      <description><![CDATA[所有交换机的光纤端口都是2个，分别是一发一收。

相对应的光纤跳线也是2根，否则端口之间将无法进行通讯。

当交换机通过光纤端口级联时，必须将光纤跳线两端的收发对调，
当一端接“收”时，另一端接“发”。
同理，当一端接“发”时，另一端接“收”。
在连的 ...]]></description>
      <category>其他网络版块</category>
      <author>郑全</author>
      <pubDate>Thu, 13 Aug 2020 10:04:09 +0000</pubDate>
    </item>
    <item>
      <title>orabbix监控数据库无数据</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=17371</link>
      <description><![CDATA[这里配置config.progs中的名字,后面在zabbix的主机监控中,主机的名字,就是使用的这个,包含大小写都一样,否则,orabbix出不来数据.
DatabaseList=DB1
...]]></description>
      <category>其他网络版块</category>
      <author>郑全</author>
      <pubDate>Sun, 20 Aug 2017 12:29:01 +0000</pubDate>
    </item>
    <item>
      <title>ISO七层模型详解</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=8422</link>
      <description><![CDATA[简介OSI（Open SystemInterconnection）参考模型是国际标准化组织（ISO）制定的一个用于计算机或通信系统间互联的标准体系，一般称为OSI参考模型或七层模型。它是一个七层的、抽象的模型，不仅包括一系列抽象的术语或概念，也包括具体的协议。

起源OSI的大部分设计工 ...]]></description>
      <category>其他网络版块</category>
      <author>LuckyYang</author>
      <pubDate>Wed, 24 Aug 2016 10:41:45 +0000</pubDate>
    </item>
    <item>
      <title>关于创建Linux主机网卡绑定</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=8421</link>
      <description><![CDATA[RHEL6.2下实现bond多网卡绑定 1： 编辑虚拟网卡配置文件miimon=100 是指多久时间要检查网路一次，单位是ms(毫秒)这边的100，是100ms，即是0.1秒意思是假设其中有一条网路断线，会在0.1秒内自动备援mode共有七种(0~6) 0,1,6这3种用的教多。mode=0：平衡负载模式，有自动 ...]]></description>
      <category>其他网络版块</category>
      <author>LuckyYang</author>
      <pubDate>Wed, 24 Aug 2016 09:53:27 +0000</pubDate>
    </item>
    <item>
      <title>关于Linux主机网卡绑定模式与交换机端口对接注意事项</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=8420</link>
      <description><![CDATA[当Linux主机网卡做好Bond绑定之后，将会设置转发模式如下：（Linux主机网卡绑定Bond见下贴“关于创建Linux主机网卡绑定”）
vim /etc/modprobe.conf  //打开网卡绑定文件
alias eth0 igb
alias eth1 igb
alias eth2 igb
alias eth3 igb
alias scsi_hostadapter me ...]]></description>
      <category>其他网络版块</category>
      <author>LuckyYang</author>
      <pubDate>Wed, 24 Aug 2016 08:47:06 +0000</pubDate>
    </item>
  </channel>
</rss>