首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
rpki专题
stc-isp资源_部署RPKI之前需要考虑的事情-ISP的Internet资源认证
stc-isp资源 RPKI is a good tool for the Internet community. However, it is not a small topic to cover. I just want to summarize here what you should consider before deploying RPKI for your network.
阅读更多...
RPKI路由实验环境配置(番外):Frr的安装及简单配置
0x00 环境 软件:vmware workstation pro 15, ubuntu 18.04.4 LTS,rtrlib 0x01 安装依赖 $ sudo apt update$ sudo apt-get install \git autoconf automake libtool make libreadline-dev texinfo \pkg-config libpam0g-d
阅读更多...
RPKI路由实验环境配置(二):Linux上使用BGP协议搭建动态路由器
0x00 环境 软件:vmware workstation pro 15, ubuntu 14.04.6 LTS,quagga-rtrlib,rtrlib 0x01 准备 1、安装网络工具(ubuntu14.04已预装) $ sudo apt install net-tools 2、添加虚拟网卡 在虚拟机设置硬件一栏中增加一个网络适配器,并把两个网络适配器均更改为“桥接模式(自动)”。
阅读更多...
RPKI路由实验环境配置(一):Quagga-rtrlib安装与配置
0x00 环境 软件:vmware workstation pro 15.5,ubuntu 14.04.6 LTS 0x01 安装 1、安装依赖 $ sudo apt-get -y install wget git cmake zlib1g-dev libssl-dev build-essential gawk automake autoconf libtool libreadline-
阅读更多...