Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1420474
  • 博文数量: 185
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 2664
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-01 13:46
个人简介

鸟在笼中,恨关羽不能张飞;Survival of the fittest

文章分类

全部博文(185)

分类:

2012-05-23 20:11:23

这次主要说一下Solaris10下的ipnat(以下内容请下载附件视频后,配合看会更加明白一些!)


首先看下网卡的类型


配置pfil.ap文件
vi /etc/ipf/pfil.ap
去掉里面网卡的相应注释,如果没有添加上
这里要写的是网卡的类型,不是第几块网卡
不是pcn0


在solaris上编辑/etc/ipf/ipnat.conf加入
rdr pcn0 公网ip/32 port 25 -> 内网ip port 25
根据实际情况来,因为我这虚拟机就一块网卡,所以就这么写了

rdr pcn0 172.16.103.252/32 port 25 -> 172.16.103.252 port 22

执行ipnat -f /etc/ipf/ipnat.conf使之生效


svcadm disable network/pfil
svcadm enable network/pfil
svcadm  disable ipfilter
svcadm  enable ipfilter
ipnat -f /etc/ipf/ipnat.conf
ipnat -l

重启下吧,省事  :)

 

看,这样就可以了,下次说Solaris10的防火墙

 


成功!!!!!!!!!!

 

本文出自 “单身贵族” 博客,请务必保留此出处http://blog.chinaunix.net/uid/10915175.html

 Ipnat.rar   

阅读(2841) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

十七岁的回忆2012-05-24 10:19:26

呵呵,很不错啊~~多谢分享啊!