免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 5201 | 回复: 2
打印 上一主题 下一主题

[FreeBSD] Freebsd PF 做策略路由 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-11-04 22:18 |只看该作者 |倒序浏览
# /etc/pf.conf
# write by loulancn@163.com
set limit states 1000000
set limit frags 100000
set limit src-nodes 100000
set timeout tcp.established 3600
set timeout {tcp.closing 5,tcp.finwait 5,tcp.closed 5,udp.multiple 5,udp.single 5}

table <Lan_A> {192.168.0.0/16}
table <Lan_B> {172.16.0.0/12}
table <Lan_All> {192.168.0.0/16,172.16.0.0/12}

ip_pool_A="1.1.1.1/32"
ip_pool_B="2.2.2.2/32"

Lan_if="em1"
Lan_IP="3.3.3.3"

gw_A_if="xl0"
gw_A="1.1.1.1"

gw_B_if="em0"
gw_B="2.2.2.2"

nat on $gw_A_if from <Lan_All> to any -> $IP_Pool_A source-hash
nat on $gw_B_if from <Lan_All> to any -> $IP_Pool_B source-hash

pass quick on lo0 all

block in quick proto udp from <Lan_All> port 15000 to any

pass in quick on $Lan_if proto { tcp,udp,icmp } from <Lan_All> to $Lan_IP keep state
pass in quick on $Lan_if route-to ($gw_A_if $gw_A) proto { tcp,udp,icmp } from <Lan_A> to any keep state
pass in quick on $Lan_if route-to ($gw_B_if $gw_B) proto { tcp,udp,icmp } from <Lan_B> to any keep state

pass out quick on $gw_B_if keep state
pass out quick on $gw_A_if keep state

pass in quick on $Lan_if proto tcp from <Lan_All> to $ Lan_IP port 22 keep state

block all




http://loulan.lapp.cn/show-131-1.html

论坛徽章:
0
2 [报告]
发表于 2007-11-04 22:20 |只看该作者
以前在网上看到的一个是在服务器上做双线的策略路由的

这个主要是针对双线用户通过策略路由NAT上网用的。

关于双线负载均衡,可以参见我的Blog

http://loulan.lapp.cn/show-119-1.html

论坛徽章:
0
3 [报告]
发表于 2007-11-05 07:49 |只看该作者
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP