alibaba / LVS

A distribution of Linux Virtual Server with some advanced features. It introduces a new packet forwarding method - FULLNAT other than NAT/Tunneling/DirectRouting, and defense mechanism against synflooding attack - SYNPROXY.
2k stars 682 forks source link

fullnat下的ftp负载分担 #17

Open Grim-lock opened 8 years ago

Grim-lock commented 8 years ago
if (IP_VS_FWD_METHOD(cp) != IP_VS_CONN_F_MASQ)
    return 0;

为什么只在nat下bind app?

fullnat下的ftp被动模式 不可用啊