位置: 编程技术 - 正文
推荐整理分享inter 千M网卡驱动安装和启用vlan.Polling抗拒绝服务(网卡驱动intel),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:intel千兆网卡驱动,intel1211千兆网卡驱动,intel100网卡驱动,intel千兆网卡驱动,intel pro1000网卡驱动,网卡驱动千兆,intel pro1000网卡驱动,intel千兆网卡驱动,内容如对您有帮助,希望把文章链接给更多的朋友!
建立一个文件夹把驱动复制到里面 #mkdir /usr/local/src/em 解压缩 #tar xvfz em-5.1.5.tar.gz #cd em-5.1.5 编译模块 # make 安装编译好的模块 #make install 如果你想启动的时候自动加载模块修改 ee /boot/loader.conf 添加if_em_load="YES" ------------------------------------------------------ 编译驱动到内核 cd /usr/local/src/em/em-5.1.5/src cp if_em* /usr/src/sys/dev/em cp Makefile.kernel /usr/src/sys/modules/em/Makefile 修改/usr/src/sys/conf/files.i 文件添加以下两行到文件 内
dev/em/if_em.c optional em dev/em/if_em_hw.c optional em 修改你的内核配置文件。确定有 device em
编译安装内核。。。reboot.完成
----------------------------------------------------------- 下面说下有关网卡设置的参数 ifconfig_em<interface_num>="<ifconfig_settings>" ifconfig em<interface_num> <IP_address> media baseTX mediaopt full-duplex 驱动所支持的模式:
autoselect - Enables auto-negotiation for speed and duplex.
baseT/UTP - Sets speed to Mbps. Use the ifconfig mediaopt option to select full-duplex mode.
baseTX - Sets speed to Mbps. Use the ifconfig mediaopt option to select full-duplex mode.
baseTX - Sets speed to Mbps. In this case, the driver supports only full-duplex mode.
baseSX - Sets speed to Mbps. In this case, the driver supports only full-duplex mode.
ifconfig em<interface_num> <hostname or IP address> mtu route get <destination_IP_address>
[color=Red]VLANS设置[/color]建立vlan #ifconfig <vlan_name> create 网卡的配置: ifconfig <vlan_name> <ip_address> netmask <subnet_mask> vlan <vlan_id> vlandev
<physical_interface> 例如: ifconfig vlan .0.0.1 netmask ...0 vlan vlandev em0 删除VLAN #ifconfig <vlan_name> destroy
[color=Red]Polling模式:本来网卡工作模式:需要的时候请求中断。但在拒绝服务攻击情况下,包数太多,就不太
可行,polling模式就是让cpu定期去取网卡内存中的数据包。虽然平时看上去这种方法比较效率低,但在
拒绝服务攻击情况下就比较好用。[/color] 在内核中确保: options DEVICE_POLLING 可选: options HZ= polling在sysctl中参数的含义 kern.polling.enable=1 打开polling模式 kern.polling.burst 每个时间片,系统在每个网卡可以抓的最多的包值,不可以改的值,根据其
他值系统自己算的 kern.polling.burst_max 每次取多少内存中的包默认,是 一个参数,和内核里面的HZ相乘(HZ *
burst_max)就是每秒cpu极限可以抓的包量 默认HZ= kern.polling.each_burst 没搞懂用处,默认5 好像用处不大 kern.polling.idle_poll=1 man 中推荐打开选项 kern.polling.reg_frac 多久检测一次网卡错误 默认 kern.polling.user_frac= cpu预留给userland tasks的量 默认, 做防火墙推荐少留一点 kern.polling.handlers 有多少网卡注册了polling服务 不用改
注:HZ的含义以及burst_max的关系,HZ就是赫兹,时间的倒数,就是多久cpu去取一次网卡内存中的包 HZ越大,CPU去取的时间间隔越短,burst_max就是每次取多少内存中的包。 这个参数需要自行测试,HZ越大,在大流量下用top看中断就越多 感觉范围在-比较合适,再大就。。。。。 在内核中为:options HZ= (我设置,burst_max设置,可保证我的服务器稳定和抗攻击能力比较好)
FreeBSD完全入门手册 虽然非常基础,但是对于初学者非常有用的,相信不管是初学者还是非初学者,都是有用的。引用:送给FreeBSD和UNIX的初学者AnneliseAndersonAugust,引用
FreeBSD中启用3D加速功能的方法 一、FreeBSD下实现3D的原理。其实这不仅仅是FreeBSD下的原理,也是整个*nix家族的原理。3D功能的实现其实也是分层的,近似于OSI的分层模型。(1)、在最
光盘安装OpenBSD3.6的方法 1.1.系统从光盘启动,自检过程-略...1.2.选择安装类型|erase^?,werase^W,kill^U,intr^C,status^T|(I)nstall,(U)pgradeor(S)hell?ithenRETURN;#################################################
标签: 网卡驱动intel
本文链接地址:https://www.jiuchutong.com/biancheng/353940.html 转载请保留说明!上一篇:FreeBsd6.2下ports安装配置vsftpd(freebsd11.3安装教程)
友情链接: 武汉网站建设