摘要:OVN Gateway用于连接overlay network和physical network。它支持L2/L3两种方式: layer-2 which bridge an OVN logical switch into a VLAN, and layer-3 which provide a rout
阅读全文
摘要:[root@kunpeng82 ovn]# ovn-nbctl ls-add dmz [root@kunpeng82 ovn]# ovn-nbctl ls-del dmz [root@kunpeng82 ovn]# ovn-nbctl show [root@kunpeng82 ovn]# ovn-n
阅读全文
摘要:https://chengqian90.com/Openvswitch/Openvswitch-%E7%BC%96%E8%AF%91%E5%8F%8A%E5%8D%87%E7%BA%A7.html 编译安装 参照官网,也查了些资料,编译期间出现些问题,先将正确的流程及问题解决方法记录如下。 Kern
阅读全文
摘要:[root@kunpeng82 SOURCES]# /usr/local/share/openvswitch/scripts/ovs-ctl start --system-id=random ovsdb-server is already running. Starting ovs-vswitchd
阅读全文
摘要:编译参考:https://github.com/ovn-org/ovn/blob/master/Documentation/intro/install/general.rst git clone http://github.com/openvswitch/ovs.git yum -y install
阅读全文
摘要:ovs说明的例子 The following flows provide an example of how toimplement a simple firewall that allows new connections from port 1 to port 2, and onlyallows
阅读全文
摘要:Test Topology My test topology looks like this: We have a host in an external network 172.16.1.0/24, one host in an internal network 10.10.10.0/24 and
阅读全文
摘要:ovs-vsctl add-br arp_sw ip netns add ns2 ip link add tap0 type veth peer name tap0_br ip link set tap0 netns ns2 ip netns exec ns2 ip link set tap0 up
阅读全文
摘要:绑定前网卡驱动 [root@localhost ~]# ethtool -i enp5s0 driver: hinic version: firmware-version: expansion-rom-version: bus-info: 0000:05:00.0 supports-statisti
阅读全文
摘要:1、ping [root@kunpeng82 devuser]# ip netns exec ns7 ping 192.168.1.200 PING 192.168.1.200 (192.168.1.200) 56(84) bytes of data. 64 bytes from 192.168.1
阅读全文
摘要:配置yum源 curl -O http://mirrors.aliyun.com/repo/Centos-7.repo 1、 安装依赖包 yum install -y python-six selinux-policy-devel gcc make python-devel openssl-deve
阅读全文