how to allow the packet sent from vz with an wrong source address [message #48904] |
Thu, 10 January 2013 10:56 |
crazyshop
Messages: 1 Registered: January 2013
|
Junior Member |
|
|
Hello,
I found vz will drop packet if source address not equal vz's address,
and print some message like "Dropped packet, source wrong"
I tried comment out follow code from the vz patch and rebuild kernel but didn't work
+ if (!ve_accessible_strict(ve, ve_old))
+ goto out_source;
It's not some bug because I want to sent the ip packet myself.
It can be sent from host but drop from vz.
Can somebody tell me how to allow that? Thanks.
---
crazyshop.
|
|
|