iqiyi / dpvs

DPVS is a high performance Layer-4 load balancer based on DPDK.
Other
2.99k stars 723 forks source link

IPVS: xmit_inbound:fail to transmit: -8 #236

Open accumulatepig opened 6 years ago

accumulatepig commented 6 years ago

when i follow the qick start to deploy and test the dpvs , in the full nat mode , the rs server ip segment same with the dpvs server, the director is ok ;but the rs server ip segment is different from dpvs server, some errrors print, IPVS: xmit_inbound:fail to transmit: -8 ; why this happened or some configurtion issue? thks

beacer commented 6 years ago

-8 means no route, you need set a route to RS network by dpip command, pls check tutorial.md for details.

andrewhit commented 5 years ago

You might try disable fast_xmit_close in dpvs.conf to try fast xmit feature.