Re: A really strange network issue [message #45326 is a reply to message #45230] |
Sat, 25 February 2012 21:00  |
Choco52
Messages: 3 Registered: February 2012
|
Junior Member |
|
|
Hi,
After some researches i did find my problem.
I also saw that some others dudes have the same problem.
In fact a solution is to disable the ipsec policy and encryption for the interface.
I don't really understand why this is a problem but disabling these two thing did solve my problem.
net.ipv4.conf.all.disable_xfrm = 1
net.ipv4.conf.all.disable_policy = 1
FYI:
disable_policy
BOOLEAN
Disable IPSEC policy (SPD) for this interface
disable_xfrm
BOOLEAN
Disable IPSEC encryption on this interface, whatever the policy
Maybe the ipsec policy is apllied twice when using a VE ? thus causing lot of trouble..
|
|
|