Traffic limitation
-
Hi
I have installed pfsense 2.2.5 on xenserver 6.5 and assigned to the wan interface 8 Mb/s internet speed.Also LAN to LAN speed is slow.
When i am trying to connect to internet the Max speed i am getting from the VM connected to the LAN interface of pfsense is 1 Mb/s.
Please note that i tried the below with no luck:
1. Disable hardware checksum offload
2. Disable hardware TCP segmentation offload
3. Disable hardware large receive offloadI did the Same from the VM Side
and issued the below commads on xenserver on All vifs of pfsense and all the above have not solved my problem.
xe vif-param-set uuid=6a4477a5-4ed9-ba34-01be-e53d603cbb04 other-config:ethtool-tx="off"
xe vif-param-set uuid=6a4477a5-4ed9-ba34-01be-e53d603cbb04 other-config:ethtool-rx="off"
xe vif-param-set uuid=6a4477a5-4ed9-ba34-01be-e53d603cbb04 other-config:ethtool-gso="off"
xe vif-param-set uuid=6a4477a5-4ed9-ba34-01be-e53d603cbb04 other-config:ethtool-ufo="off"
xe vif-param-set uuid=6a4477a5-4ed9-ba34-01be-e53d603cbb04 other-config:ethtool-tso="off"
xe vif-param-set uuid=6a4477a5-4ed9-ba34-01be-e53d603cbb04 other-config:ethtool-sg="off"
xe vif-param-set uuid=6a4477a5-4ed9-ba34-01be-e53d603cbb04 other-config:ethtool-speed="1000"
xe vif-param-set uuid=6a4477a5-4ed9-ba34-01be-e53d603cbb04 other-config:ethtool-duplex="full"xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-tx="off"
xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-rx="off"
xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-gso="off"
xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-ufo="off"
xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-tso="off"
xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-sg="off"
xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-speed="1000"
xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-duplex="full"xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-tx="off"
xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-rx="off"
xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-gso="off"
xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-ufo="off"
xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-tso="off"
xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-sg="off"
xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-speed="1000"
xe vif-param-set uuid=a369c656-58f8-549b-b351-cd789f5d2f2b other-config:ethtool-duplex="full"I tried pfsense 2.1.5 it is working fine but i am not able to install Xen tools on it.
any help ???