会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
行尸走肉
一个小程序员的成长历程
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
34
35
36
37
38
39
40
41
42
···
96
下一页
2019年8月26日
vmware配置双网卡
摘要: 最近在学习使用iptables做网关服务器,即SNAT设置 我们的宿主机有两块网卡,地址分别是: 192.168.6.108/24 192.168.66.119/24 我们的目标是在虚拟机VMware上添加两块网卡,分别连接到这两各网卡上,然后通过iptables实现虚拟机的路由功能。 对虚拟机的设
阅读全文
posted @ 2019-08-26 22:52 超级学渣渣
阅读(6683)
评论(0)
推荐(0)
2019年8月25日
latex希腊字母
摘要: 应用自:https://www.cnblogs.com/maryl/articles/2330119.html latex中希腊字母的输入:
阅读全文
posted @ 2019-08-25 20:39 超级学渣渣
阅读(8110)
评论(0)
推荐(0)
2019年8月22日
SNAT场景模拟
摘要: 我的网络配置跟教程中的这个略有不同: web server:192.168.66.101 nat server:192.168.66.188;192.168.6.172 client:192.168.6.188 首先查看nat server 的网卡: 然后我们在 nat server 上启动ip的前
阅读全文
posted @ 2019-08-22 09:58 超级学渣渣
阅读(375)
评论(0)
推荐(0)
iptables nat表配置
摘要:
阅读全文
posted @ 2019-08-22 09:54 超级学渣渣
阅读(457)
评论(0)
推荐(0)
iptables规则保存
摘要: /etc/init.d/iptables save #查看 vim /etc/sysconfig/iptables #将iptables设置为开机启动 chkconfig iptables on #查看设置结果 chkconfig --list | grep iptables 这个教程中是mac系统
阅读全文
posted @ 2019-08-22 09:51 超级学渣渣
阅读(8860)
评论(0)
推荐(0)
iptables 配置场景3
摘要: iptables -I INPUT -i lo -j ACCEPT #允许本地回环地址访问; iptables -I INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A INPUT -s 192.168.235.0/24
阅读全文
posted @ 2019-08-22 09:23 超级学渣渣
阅读(124)
评论(0)
推荐(0)
2019年8月21日
iptables 配置 场景1
摘要: 这样配置完成后,没法完成本地回环,需要对lo网卡进行配置 本地报文无法发出,继续添加规则
阅读全文
posted @ 2019-08-21 10:55 超级学渣渣
阅读(169)
评论(0)
推荐(0)
iptables规则组成
摘要:
阅读全文
posted @ 2019-08-21 10:48 超级学渣渣
阅读(145)
评论(0)
推荐(0)
iptables 4张表 5条链
摘要:
阅读全文
posted @ 2019-08-21 10:28 超级学渣渣
阅读(198)
评论(0)
推荐(0)
Netfilter 和 iptables
摘要:
阅读全文
posted @ 2019-08-21 10:24 超级学渣渣
阅读(131)
评论(0)
推荐(0)
上一页
1
···
34
35
36
37
38
39
40
41
42
···
96
下一页
公告