上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 182 下一页
摘要: linux bridge - mac & vlan forward https://www.jianshu.com/p/cd1b713b798d 这篇文档主要介绍一下bridge的vlan功能如何使用和生效。 如果bridge要支持vlan filter,需要满足如下条件 a. 打开kernel编译 阅读全文
posted @ 2021-01-09 21:12 lsgxeva 阅读(1039) 评论(0) 推荐(0)
摘要: linux bridge - mac forward https://www.jianshu.com/nb/46196362 linux bridge在虚拟化场景和docker中用的比较多,之前也知道它的原理,基本上就是类似二层交换机,根据mac地址和vid转发。但是对于vlan的处理网上的文档比较 阅读全文
posted @ 2021-01-09 21:09 lsgxeva 阅读(811) 评论(0) 推荐(0)
摘要: EVE-NG网卡桥接 https://blog.51cto.com/sms1107/1928436 一、给EVE-NG添加虚拟的物理网卡(不管什么样的网卡,方法都类似) 为什么说是虚拟的物理网卡呢?这个VMnet1网卡本身就是虚拟出来的,但对于VMware中的EVE-NG来说,它是物理网卡。 如果这 阅读全文
posted @ 2021-01-09 14:43 lsgxeva 阅读(4941) 评论(0) 推荐(0)
摘要: 在Ubuntu上安装Daloradius 一、安装Apache Web Server和PHP Daloradius将要求在主机系统上安装php和Apache Web服务器。 在Ubuntu上安装Apache,运行以下命令安装Apache Web服务器: sudo apt-get install ap 阅读全文
posted @ 2021-01-08 22:43 lsgxeva 阅读(754) 评论(0) 推荐(0)
摘要: bkdrhash demo /* Start of bkdrhash.c */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <getopt.h> #if defined 阅读全文
posted @ 2021-01-08 09:10 lsgxeva 阅读(122) 评论(0) 推荐(0)
摘要: packetfence 部署 来源 https://blog.csdn.net/qq_18204953/article/details/80708303来源 https://blog.csdn.net/qq_18204953/article/details/80758947 https://www. 阅读全文
posted @ 2021-01-07 22:27 lsgxeva 阅读(4166) 评论(0) 推荐(0)
摘要: install MIT Kerberos 来源 https://blog.csdn.net/xwd127429/article/details/106047036 Debian安装向导:http://techpubs.spinlocksolutions.com/dklar/kerberos.html 阅读全文
posted @ 2021-01-07 22:21 lsgxeva 阅读(167) 评论(0) 推荐(0)
摘要: 用mruby执行Ruby代码 来源 http://mruby.org/docs/articles/executing-ruby-code-with-mruby.html http://mruby.org/https://github.com/mruby/mrubyhttp://bip.cnrs-mr 阅读全文
posted @ 2021-01-07 20:03 lsgxeva 阅读(780) 评论(0) 推荐(1)
摘要: CentOS7部署FreeRadius3.0及WEB管理界面DaloRadius https://www.cnblogs.com/travis-li/p/12711355.html RADIUS (Remote Authentication and Dial-In User Service)是用于拨 阅读全文
posted @ 2021-01-07 08:40 lsgxeva 阅读(8253) 评论(0) 推荐(1)
摘要: Linux高并发内核优化-TougheRadius https://www.cnblogs.com/travis-li/p/12598799.html linux 内核优化 默认情况下,linux系统有一些限制,并不能直接支持高并发性能,需要做一些内核优化。 1、把以下内容加入 /etc/sysct 阅读全文
posted @ 2021-01-07 08:36 lsgxeva 阅读(315) 评论(1) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 182 下一页