nujia 发表于 2011-11-6 22:34:02

关于PPPOE的CPU的问题

      发现大家貌似不少人做PPPOE,带机量达到一定程度后都会明显比理论上的高很多(我的,E5400,2G,G41,山寨82571)在在线用户量达到180左右,流量40M左右的时候CPU使用率就达到了20-25%左右了。
      可是发现版主及几位高手老鸟,PPPOE 在线500左右,流量200m左右CPU使用率也就那些~~~想请教具体跟啥有关?
      发一下个人的简单设置

/ ip pool add name=PPPOE_Pool ranges=10.252.11.1-10.252.30.254
/ interface pppoe-server server add service-name=pppoe interface=LAN one-session-per-host=yes disabled=no
/ ppp profile add name="4M" local-address=10.252.11.1 remote-address=PPPOE_Pool use-compression=yes use-vj-compression=yes use-encryption=yes change-tcp-mss=no only-one=yes idle-timeout=00:05:00 rate-limit=1m/4m dns-server=*******
/ ppp profile add name="2M" local-address=10.252.11.1 remote-address=PPPOE_Pool use-compression=yes use-vj-compression=yes use-encryption=yes change-tcp-mss=no only-one=yes idle-timeout=00:05:00 rate-limit=900k/2m dns-server=*******
/ ppp profile add name="1M" local-address=10.252.11.1 remote-address=PPPOE_Pool use-compression=yes use-vj-compression=yes use-encryption=yes change-tcp-mss=no only-one=yes idle-timeout=00:05:00 rate-limit=450k/1m dns-server=*****
/ ppp secret add name="***" password="***" service=pppoe profile=4M

/ip firewall mangle add chain=forward protocol=tcp tcp-flags=syn action=change-mss new-mss=1440
/ip firewall nat add chain=srcnat action=masquerade src-address=10.252.11.0/19

interface vlan
add name=V501 mtu=1500 arp=enabled vlan-id=501 interface=LAN disabled=no
add name=V502 mtu=1500 arp=enabled vlan-id=502 interface=LAN disabled=no
add name=V503 mtu=1500 arp=enabled vlan-id=503 interface=LAN disabled=no
add name=V504 mtu=1500 arp=enabled vlan-id=504 interface=LAN disabled=no
add name=V505 mtu=1500 arp=enabled vlan-id=505 interface=LAN disabled=no
/
interface pppoe-server server
add service-name=pppoe interface=V501 default-profile=default-encryption one-session-per-host=yes disabled=no
add service-name=pppoe interface=V502 default-profile=default-encryption one-session-per-host=yes disabled=no
add service-name=pppoe interface=V503 default-profile=default-encryption one-session-per-host=yes disabled=no
add service-name=pppoe interface=V504 default-profile=default-encryption one-session-per-host=yes disabled=no
add service-name=pppoe interface=V505 default-profile=default-encryption one-session-per-host=yes disabled=no
/
然后设了DNS不用说的,没用radius服务器。交换机做了VLAN,请大虾看看是否设置有问题?CPU使用那么高与什么有关??网卡也换过几个,但感觉性能差不多,是否与主板有关??请指教,谢谢

nujia 发表于 2011-11-6 22:34:57

忘记说了,外网是固定IP……直接填了IP,加了个路由。其他没有什么设置

tangdong 发表于 2011-11-6 23:35:52

本帖最后由 tangdong 于 2011-11-6 23:39 编辑

给一个老P4 3.2的和志强3470的,双核的在IRQ里分配下,基本不跑偏,2核以上的尽量多加网卡,并且一张卡尽量不要跑300M以上的流量,就是尽量不要让某一个核心跑的很高,多lan多wan,3470这CPU,某个网卡到了差不多300来M时,某个内核很容易上100,这只是针对普通网卡,82574,82576这种多队列的网卡,可以一张卡绑定多个CPU,pppoe模板里use-encryption=yes 改为默认或者no

nujia 发表于 2011-11-6 23:55:03

tangdong 发表于 2011-11-6 23:35 static/image/common/back.gif
给一个老P4 3.2的和志强3470的,双核的在IRQ里分配下,基本不跑偏,2核以上的尽量多加网卡,并且一张卡尽量 ...

谢谢,我把加密取消了试试,回头顺便升级个5.X~~…………一直用的都是4.X的复制盘跟3.X的破解盘。谢谢!!

yunwa0429 发表于 2011-11-7 00:14:04

版 主说的经验,太有用了,感谢,版主的是不是I7CPU啊,8COUT的?
页: [1]
查看完整版本: 关于PPPOE的CPU的问题