3645636
如何用Solaris 10做网关或者路由器
[size=5] 希望有过用Solaris制作路由器先例的人公开一下过程,我将chinaunix的Solaris整个版块掏空了!就是没找到做路由器的文章.希望佬大们帮帮忙
在等线 QQ:3645636 [email]wubifans_huaxing@yahoo.com.cn[/email][/size]
FlyInSunShine
关注一下!
等下文!!!!!!
watchsat
搞什麼, 多翻翻man page就好了...
man route
yuhuohu
晕4.。。简单的IP包转发就可以了,ip_forward 设置成1
yuhuohu
简单的做法
# ndd -get /dev/ip ip_forwarding
如果是0,那么为禁止IP转发,如果为1,那么就是启用了IP转发功能
# ndd -set /dev/ip ip_forwarding 1
确认一下:
# ndd -get /dev/ip ip_forwarding
FlyInSunShine
继续关注!
争取早日搞明白楼主倒底是想做什么!
andrewchoi
Try it!!
你應該是想做NAT 的功能吧
[url]http://solaris.tophk.net/basicsetting/ipfilter/index.htm[/url]
yuhuohu
[quote]原帖由 [i]andrewchoi[/i] 于 2008-2-15 03:03 发表 [url=http://bbs.chinaunix.net/redirect.php?goto=findpost&pid=7962351&ptid=1051876][img]http://bbs.chinaunix.net/images/common/back.gif[/img][/url]
Try it!!
你應該是想做NAT 的功能吧
[url]http://solaris.tophk.net/basicsetting/ipfilter/index.htm[/url] [/quote]
这个变成防火墙了