Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source ip is "binded" in udp transparent mode from v0.8.0+snapshot to v0.8.0 when sent to backends #293

Open
lotusnoir opened this issue Aug 11, 2020 · 1 comment

Comments

@lotusnoir
Copy link

Hello,
I have decided to reinstall my load balancer today and i faced a problem on the source ip of the load balanced traffic

After installing release v0.8.0, as u can see in this example, the sources ips are "binded" by 192.168.59.242 (when i restart the service it can be another one that "stick" the source) instead of their own ones when sent to the backends :

10.64.32.202 is the ip of the lb
10.64.32.122 / 10.64.32.123 the backends

U 2020/08/11 16:34:24.697331 10.25.7.2:514 -> 10.64.32.202:514 #103110
  <36>Aug 11 14:34:24 10.25.7.2 : 14258380 vprn13000 SYSTEM-WARNING-tmnxConfigModify-2006 [L2TP]:  State of L2TP t
  unnel 85196800 changed to established configuration modified.                                                   

U 2020/08/11 16:34:24.697433 192.168.59.242:514 -> 10.64.32.123:514 #103111
  <36>Aug 11 14:34:24 10.25.7.2 : 14258380 vprn13000 SYSTEM-WARNING-tmnxConfigModify-2006 [L2TP]:  State of L2TP t
  unnel 85196800 changed to established configuration modified.                                                   

U 2020/08/11 16:34:25.097481 10.25.7.2:514 -> 10.64.32.202:514 #103524
  <36>Aug 11 14:34:25 10.25.7.2 : 14258381 vprn13000 SYSTEM-WARNING-tmnxConfigModify-2006 [L2TP]:  State of L2TP t
  unnel 85196800 changed to established-idle configuration modified.                                              

U 2020/08/11 16:34:25.097643 192.168.59.242:514 -> 10.64.32.122:514 #103525
  <36>Aug 11 14:34:25 10.25.7.2 : 14258381 vprn13000 SYSTEM-WARNING-tmnxConfigModify-2006 [L2TP]:  State of L2TP t
  unnel 85196800 changed to established-idle configuration modified.

when i return to the binary v0.8.0+snapshot everything is alright:

U 2020/08/11 16:46:53.905620 10.25.7.2:514 -> 10.64.32.202:514 #306941
  <36>Aug 11 14:46:53 10.25.7.2 : 14258484 vprn13000 SYSTEM-WARNING-tmnxConfigModify-2006 [L2TP]:  State of L2TP t
  unnel 85196800 changed to established configuration modified.                                                   

U 2020/08/11 16:46:54.062527 10.25.7.2:514 -> 10.64.32.123:514 #307114
  <36>Aug 11 14:46:53 10.25.7.2 : 14258484 vprn13000 SYSTEM-WARNING-tmnxConfigModify-2006 [L2TP]:  State of L2TP t
  unnel 85196800 changed to established configuration modified.                                                   

U 2020/08/11 16:46:54.256781 10.25.7.2:514 -> 10.64.32.202:514 #307250
  <36>Aug 11 14:46:54 10.25.7.2 : 14258485 vprn13000 SYSTEM-WARNING-tmnxConfigModify-2006 [L2TP]:  State of L2TP t
  unnel 85196800 changed to established-idle configuration modified.                                              

U 2020/08/11 16:46:54.257700 10.25.7.2:514 -> 10.64.32.122:514 #307251
  <36>Aug 11 14:46:54 10.25.7.2 : 14258485 vprn13000 SYSTEM-WARNING-tmnxConfigModify-2006 [L2TP]:  State of L2TP t
  unnel 85196800 changed to established-idle configuration modified. 

Regards

@saschathiergart
Copy link

Have you ever been able to fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants