You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using an IPIP tunnel as a LAN interface, the LAN network becomes unreachable. After investigation, I discovered that the failure to retrieve the link header length caused the eBPF processing to terminate prematurely without properly redirecting the traffic.
Expected Behavior
No response
Steps to Reproduce
Setup IPIP tunnel.
Configure the tunnel as a LAN interface.
Attempt to request or access a service within the LAN network.
Observe that the LAN network is unreachable.
Environment
Dae version (use dae --version): 0.8.0rc1
OS (e.g cat /etc/os-release): Archlinux
Kernel (e.g. uname -a): 6.10.6-arch1-1
Others:
Anything else?
No response
The text was updated successfully, but these errors were encountered:
There may be an MTU problem. I noticed that the MTU of the dae interface is 1500, and the MTU after using the layer 2 tunnel can never be 1500. After I tried to use the gre tunnel, only some websites could be accessed, and many websites opened slowly, especially Cloudflare, which could not be opened at all.
Checks
Current Behavior
When using an IPIP tunnel as a LAN interface, the LAN network becomes unreachable. After investigation, I discovered that the failure to retrieve the link header length caused the eBPF processing to terminate prematurely without properly redirecting the traffic.
Expected Behavior
No response
Steps to Reproduce
Environment
dae --version
): 0.8.0rc1cat /etc/os-release
): Archlinuxuname -a
): 6.10.6-arch1-1Anything else?
No response
The text was updated successfully, but these errors were encountered: