Commit Graph

5 Commits

Author SHA1 Message Date
Haitao Pan
ff5741f8df feat(vxlan): enhance setup_sit_vxlan.sh, add overlay_diag.sh and README
- Changed parameter order: <dev_if> <local_ip> <remote_ip> <br0_ip> [cidr_suffix] [vxlan_id]
- Automatically apply CIDR suffix (/16 by default)
- Auto-trigger ARP learning with ping from veth
- Fixed SNAT to use dynamic interface instead of hardcoded eth0
- Added overlay_diag.sh to verify interface, FDB, VXLAN traffic and NAT status
- Added README.md with usage instructions and examples
2025-04-05 11:46:19 +08:00
Haitao Pan
dbcb47cc07 git commit -m "feat(vxlan): implement safe vxlan + bridge overlay without eth0 bridging" 2025-04-03 21:33:42 +08:00
Haitao Pan
3263f37724 add vpn-overlay/vxlan/setup_sit_vxlan.sh 2025-04-03 21:16:43 +08:00
Haitao Pan
23cf4c1201 update vpn-overlay/README.md 2025-04-02 21:43:04 +08:00
Haitao Pan
be60f3e617 feat(script): add vpn-overlay config 2025-04-02 15:19:12 +08:00