Questions tagged [vxlan]
4 questions
0
votes
1 answer
why does TCP over VXLAN in mininet stop sending after switching tunnel?
topology
This is my experimental setup in Mininet. VM1 and VM2 are separate Virtualbox VM instances running on my computer connected by Bridged adapter, and S1 and S2 are connected with vxlan forwarding.
Then I used D-ITG on H1 and H2 to generate…

yihao lin
- 1
- 1
0
votes
1 answer
How can I capture Gre or Vxlan inner network traffic?
I want to capture some network traffic with the filter like "src x.x.x.x and dst x.x.x.x".
Ususally it works, but it doesn't work when the network traffic is encapsulated by protocls like Gre or Vxlan.
For example, the Gre encapsulate a message like…

Linksman
- 3
- 2
0
votes
0 answers
K3S cluster master node error: can't set flannel backend to anything but 'none'
I'm a Kubernetes newbie and I want to set up a basic K3S cluster with a master nodes and two worker nodes. I installed K3s with the option --flannel-backend none like it said in the documentation. However, when I try and set up the flannel backend…

gr8mustachio
- 15
- 4
0
votes
1 answer
Can routing entries in EVPN VxLAN be shared between different VRFs?
When I built the EVPN VxLAN simulation environment in GNS3, I found that the learned overlay routing entries and underlay routing entries are as follows for SW-1:
Test TOPO
SW-1# show ip route
Codes: K - kernel route, C - connected, S - static, B…

Yongxin Cao
- 1
- 1