linux下用iptables搭建DMZ网络V1.1

十二月 29th, 2010 | 2 Comments | Posted in Iptables | 阅读次数: 438 次

Author:gaojinbo Time:2010-12-29 需求: 1.局域网所有电脑禁用访问外网 2.解决上网问题 3.保证内网数据安全 4.网上查找的资料方便局域网使用   解决方法:[......]

Read more

Tags:

linux下用iptables搭建DMZ网络 限制上网

十二月 19th, 2010 | 1 Comment | Posted in Iptables | 阅读次数: 266 次

Author:gaojinbo Time:2010-12-18 需求: 1.局域网所有电脑禁用访问外网 2.解决上网问题 3.保证内网数据安全 4.网上查找的资料方便局域网使用    [......]

Read more

Tags: ,

iptables端口转发 iptables udp端口转发

十一月 29th, 2010 | 5 Comments | Posted in Iptables | 阅读次数: 486 次

Author:gaojinbo Time:2010-11-29 linux下通过iptables实现端口转发很简单的,大家只需要照着下面的例子即可配置成功。   需求: udp端口转发,把103.60.139[......]

Read more

Tags:

iptables限制同一IP连接数

十一月 17th, 2010 | 3 Comments | Posted in Iptables | 阅读次数: 722 次

Author:gaojinbo Time:2010-11-17 很多时候,同一个ip会有大量连接到你的服务器,这时候,我们可以通过下面一条命令即可限制单ip的连接数,非常实用,这样可以保障你的网站更好地运行。   ip[......]

Read more

Tags:

Linux常见攻击端口封杀表

九月 25th, 2010 | 4 Comments | Posted in 5.安全, Iptables | 阅读次数: 275 次

以下内容仅供参考: # INPUT -A INPUT -p tcp –dport 135 -j REJECT -A INPUT -p udp –dport 135 -j REJECT -A INPUT -p tcp -[......]

Read more

Tags:

iptables限速 iptables限制流量

九月 13th, 2010 | 4 Comments | Posted in Iptables | 阅读次数: 1,034 次

Author:gaojinbo Time:2010-9-12 linux下通过iptables限制流量,简单,实用。通过以下脚本即可实现,首先需要将这台机器配置成网关。   1.配置iptables转发(略) &[......]

Read more

Tags:

使用iptables做端口转发访问ftp nat

十月 19th, 2009 | 4 Comments | Posted in Iptables | 阅读次数: 606 次

制作:高进波 时间:2009-4-25 主题:使用iptables做端口转发访问ftp nat 用iptables做端口转发是个很实用的功能,可以让我们忽略协议细节而实现透明转发,对于加密的数据传输更是好用。  [......]

Read more

Tags: , ,

linux下使用iptables做路由器NAT上网

八月 29th, 2009 | 4 Comments | Posted in Iptables | 阅读次数: 710 次

制作:高进波
时间:2009-8-28
主题:linux下使用iptables做路由器NAT上网

环境:
server
eth0    202.45.2.33    (外网)
eth1    192.168.1.1    ([......]

Read more