-------------------Installing Quagga # tar xzf quagga-0.99.21mr2.2.tar.gz # cd quagga-0.99.21mr2.2 // # ./bootstrap.sh [root@localhost quagga-0.99.21mr2.2]# ./configure --enable-user=root --enable-group=root --with-cflags=-ggdb --sysconfdir=/usr/loca…
https://github.com/dramalife/note.git AUTHOR : Dramalife@live.com Init : 2020.03.19 Update : source url Cross Compile https://github.com/dramalife/note.git AUTHOR : Dramalife@live.com Init : 2020.03.19 Update : 1 Build config.log # warning : sysconfd…
写在前面 从22号中午开始琢磨zebra/quagga的用法,一直到晚上11点多都没有什么头绪.各种Google,百度,几近崩溃.由于网上关于zebra/quagga的配置方法都是在真实的若干台电脑上实现的,一直都没有找到完全在虚拟机上进行测试的教程,相当失望.所以,我就决定,如果我要是能够利用多台虚拟机完成实验的内容,我一定要写一个详细的文档放到博客上. 没有办法,索性自己慢慢摸索吧,但花了一天的时间也没有成功.直到快睡觉的时候才突然想到,会不会跟我在Virtual Box上设置采用NAT方式…
准备做redis-cluster,需要ruby2.2环境 开整环境:Centos7.2最小安装yum源:阿里的base和epel源 *********************************************************************Install Dependencies********************************************************************** yum -y groupinstall "Dev…
Why? I prefer using ethernet to Wifi to access internet. But, I'm afraid, sometimes I have to use Wifi. So, I'm going to configure my CentOS7 to be able to access internet through both Wifi and Ethernet. Preparation The ethernet interface/card name i…
使用本地源 一.安装软件包 # yum install quagga-0.99.15-7.el6_3.2.x86_64.rpm 或rpm   # ls /etc/quagga/ bgpd.conf.sample    ospfd.conf.sample   vtysh.conf         zebra.conf.sample bgpd.conf.sample2   ripd.conf.sample    vtysh.conf.sample ospf6d.conf.sample  ripngd…
在本教程中,我们会向你演示如何创建IPv6 BGP对等体并通过BGP通告IPv6前缀.同时我们也将演示如何使用前缀列表和路由映射特性来过滤通告的或者获取到的IPv6前缀. 拓扑 服务供应商A和B希望在他们之间建立一个IPv6的BGP对等体.他们的IPv6地址和AS信息如下所示. 对等体IP块: 2001:DB8:3::/64 供应商A: AS 100, 2001:DB8:1::/48 供应商B: AS 200, 2001:DB8:2::/48 CentOS/RHEL安装Quagga 如果Quag…
Quagga的安装和使用 测试环境:VM 12   CentOS 6.5 64位 Quagga是一款功能比较强大的开源路由软件,支持rip, ospf,bgp等协议. 1.       Quagga的安装 在CentOS下可以直接使用yum –y install quagga进行安装,也可以使用quagga的源代码包进行编译安装,如下所示: 2.       配置zebra 复制zebra的配置文件模板到下面目录下,并且启动zebra cp /usr/share/doc/quagga-0.99.…
一.安装EPEL和IUS软件源 二.安装Python3.6 三.创建python3软链接连接符 四.安装pip3 五.创建pip3链接符 六.进行验证是否安装成功 一.安装EPEL和IUS软件源 yum install epel-release -y yum install https://centos7.iuscommunity.org/ius-release.rpm -y 二.安装Python3.6 yum install python36u -y 三.创建python3软链接连接符 ln…
一.安装依赖环境 [root@localhost src]# yum install autoconf automake libtool libdb-devel boost-devel libevent-devel -y 二.从github上下载源代码 [root@localhost src]# git clone https://github.com/bitcoin/bitcoin.git 正克隆到 'bitcoin'... remote: Enumerating objects: , don…