网络学习 iproute2工具集:
https://www.ibm.com/developerworks/cn/linux/1310_xiawc_networkdevice/index.html Linux上的基础网络设备详解
overlay
vxlan
https://fuckcloudnative.io/posts/vxlan-protocol-introduction/
https://juejin.im/post/5e9e5bcf6fb9a03c3f1eba7f
https://support.huawei.com/enterprise/zh/doc/EDOC1100087027 什么是VXLAN
https://blog.csdn.net/guyan1101/article/details/77932619 vlan配置
https://opengers.github.io/openstack/openstack-base-virtual-network-devices-bridge-and-vla云计算底层技术-虚拟网络设备(Bridge,VLAN)
https://opengers.github.io/openstack/openstack-base-virtual-network-devices-tuntap-veth/
云计算底层技术-虚拟网络设备(tun/tap,veth)
隧道:
gre
https://www.linuxprobe.com/gre-tunnel-config.html GRE隧道配置实践!
https://www.soasurs.com/2018/12/18/Archives-Of-Tunnel-On-Linux-And-Usages/ Linux 常见隧道协议整理及用法
https://www.cnblogs.com/weifeng1463/p/6805856.html
ssh
https://www.zsythink.net/archives/2450端口转发
ssh -f -N -R :20000:内网ip:22 root@外网ip
ssh -fNR :0:10.100.14.109:22 root@119.3.185.206
配置内网穿透,能够登陆外网ip的20000端口访问内网ip的22
https://xz.aliyun.com/t/6966#toc-13 内网穿透
https://blog.csdn.net/u014756339/article/details/100328452 穿透 还有一个工具autossh
https://www.zsythink.net/archives/2422代理转发
https://www.zsythink.net/archives/2407 agent
vpn
https://www.pythonf.cn/read/77770
vrf
https://www.jianshu.com/p/312f290aeb4d NFV
https://blog.csdn.net/dog250/article/details/78069964
ipip
http://www.opstool.com/article/183 使用ip tunnel打通私有网络
https://blog.csdn.net/sinat_20184565/article/details/85178949 IPIP隧道以及传输层FOU/GUE封装配置
fou https://linuxgeeks.github.io/2017/12/26/210127-%E5%9F%BA%E4%BA%8EUDP%E5%8D%8F%E8%AE%AE%E6%90%AD%E5%BB%BA%E9%9A%A7%E9%81%93/ 基于UDP协议搭建隧道
大二层
https://virtual.51cto.com/art/201905/596712.htm 虚拟化数据中心的大二层技术
tun/tap 字符设备,用户程序必须用
https://segmentfault.com/a/1190000009249039
应用层通过tun只能读写ip格式数据包,而通过tap可以读写二层数据包(包头不一样)
L2TPv3
https://blog.csdn.net/sinat_20184565/article/details/90487560 配置基于IP的静态L2TPv3隧道
https://blog.csdn.net/bingyu9875/article/details/78853028 L2TPv3 概述
MACsec IP (二层加密)
http://xilinx.eepw.com.cn/news/article/a/1514 FPGA上的MACsec IP提高数据中心安全性
MPLS网络承载,高性能--云连接
来源:oschina
链接:https://my.oschina.net/u/3193329/blog/4489617