How to use DPDK to implement ICMP Spoofing

When I was studying RYU controller, I created an article about how to implement ICMP Spoofing with RYU controller code. RYU controller could handle ICMP Echo Request and send the Echo Reply to the client. This is implemented by OpenFlow PacketIn and »

man man 分类:DPDK 标签:none

Ubuntu 16.04 & Amazon Linux 2 install DPDK

Ubuntu 16.04Ubuntu is VMware workstation virtual machine. 4G memory, 2 Cores.Please add one or more network adapter for the virtual.Open the virtual machine file(xxx.vmx), then replace this line for each interface(DPDK interface):ethernet1.virtualDe »

man man 分类:DPDK 标签:none

在AWS EC2上搭建SDN实验环境

我的目的是在EC2上安装图形界面,然后安装openvswitch2.14,还有ryu控制器和mininet。创建一个Ubuntu20.04(太难用了) Ubuntu16.04的EC2,选一个稍微大点的实例类型。登陆EC2,先把apt源换成国内的,例如我换了这个:deb http://mirrors.aliyun.com/ubuntu/ xenial maindeb-src http://mirrors.aliyun.com/ubuntu/ xenial maindeb http://mirro »

SSL VPN --- (C-S)OpenVPN搭建过程

学习完SSL,我们来看一下如何构建一个基于SSL的OpenVPN。OpenVPN一般提供客户端/服务器模式,也就是客户端连接到服务器端,可以访问服务器端,但服务器端无法主动访问客户端,这是通过隧道(tunnel)来实现的。大致流程是客户端对服务器发起SSL连接,连接建立后,所有流量通过SSL传输,OpenVPN还会加上特定的报头表示这是OpenVPN报文。有关OpenVPN的下载网站在https://www.techspot.com/downloads/5182-openvpn.html我这里 »

man man 分类:SSL,VPN 标签:none

SSL/TLS Brown Bag (Ⅲ)

This article will introduce some special processes.Client AuthenticationGenerally client will validate server's certificates(chain). A non-anonymous server can optionally request a certificate from the client. This is mutual authentication.🤔I use Op »

man man 分类:SSL,Security 标签:none