免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: 末路狂奔
打印 上一主题 下一主题

CISCO ASA 5520 端口映射问题!! [复制链接]

论坛徽章:
0
11 [报告]
发表于 2008-10-08 07:46 |只看该作者

回复 #10 ssffzz1 的帖子

正常....

论坛徽章:
0
12 [报告]
发表于 2008-10-08 09:57 |只看该作者
可以用ASA抓包,看看是啥情况
capture cap1 access-list to_inside  interface outside

show capture cap1 detail

论坛徽章:
0
13 [报告]
发表于 2008-10-08 10:15 |只看该作者

回复 #12 puding 的帖子

3 packets captured
   1: 19:04:17.380671 00d0.0449.cc0a 0021.554f.2f74 0x0800 62: 111.111.185.226.12568 > 222.222.59.124.3389: S [tcp sum ok] 611720983:611720983(0) win 65535 <mss 1460,nop,nop,sackOK> (DF) (ttl 120, id 28491)
   2: 19:04:20.330869 00d0.0449.cc0a 0021.554f.2f74 0x0800 62: 111.111.185.226.12568 > 222.222.59.124.3389: S [tcp sum ok] 611720983:611720983(0) win 65535 <mss 1460,nop,nop,sackOK> (DF) (ttl 120, id 28500)
   3: 19:04:26.365123 00d0.0449.cc0a 0021.554f.2f74 0x0800 62: 111.111.185.226.12568 > 222.222.59.124.3389: S [tcp sum ok] 611720983:611720983(0) win 65535 <mss 1460,nop,nop,sackOK> (DF) (ttl 120, id 28513)
3 packets shown

论坛徽章:
0
14 [报告]
发表于 2008-10-08 11:33 |只看该作者

Open the port tcp 25 in order to allow the hosts from the outside (Internet) to access the mail server placed in the DMZ network.

The Static command maps the outside address 192.168.5.3 to the real DMZ address 172.16.1.3.

ciscoasa(config)#static (DMZ,Outside) 192.168.5.3 172.16.1.3
netmask 255.255.255.255
ciscoasa(config)#access-list 100 extended permit tcp
any host 192.168.5.3 eq 25
ciscoasa(config)#access-group 100 in interface outside
Open the HTTPS port traffic: Open the port tcp 443 in order to allow the hosts from the outside (Internet) to access the web server (secure) placed in the DMZ network.

ciscoasa(config)#static (DMZ,Outside) 192.168.5.5 172.16.1.5
netmask 255.255.255.255
ciscoasa(config)#access-list 100 extended permit tcp
any host 192.168.5.5  eq 443
ciscoasa(config)#access-group 100 in interface outside
Allow the DNS traffic: Open the port udp 53 in order to allow the hosts from the outside (Internet) to access the DNS server (secure) placed in the DMZ network.

ciscoasa(config)#static (DMZ,Outside) 192.168.5.4 172.16.1.4
netmask 255.255.255.255
ciscoasa(config)#access-list 100 extended permit udp
any host 192.168.5.4  eq 53
ciscoasa(config)#access-group 100 in interface outside

论坛徽章:
0
15 [报告]
发表于 2008-10-08 11:36 |只看该作者

回复 #14 hjp0021 的帖子

老兄,你这个是6.X的方法!

论坛徽章:
0
16 [报告]
发表于 2008-10-08 23:45 |只看该作者
不知道了,看配置应该是没有问题的
7.0貌似3389的问题比较多,可以升级到8.0看看

论坛徽章:
0
17 [报告]
发表于 2008-10-09 09:10 |只看该作者

回复 #16 puding 的帖子

^_^...升到了8.0!!
昨天两家思科金牌售后的人都来了,4个人都没搞定...今天还要过来...

论坛徽章:
5
IT运维版块每日发帖之星
日期:2015-08-06 06:20:00IT运维版块每日发帖之星
日期:2015-08-10 06:20:00IT运维版块每日发帖之星
日期:2015-08-23 06:20:00IT运维版块每日发帖之星
日期:2015-08-24 06:20:00IT运维版块每日发帖之星
日期:2015-11-12 06:20:00
18 [报告]
发表于 2008-10-09 10:19 |只看该作者
不会吧!

你在内网的3389那个机器上抓包结果如何?能抓到外网过来的包吗?

论坛徽章:
0
19 [报告]
发表于 2008-10-09 11:15 |只看该作者
搞定了...配置没问题.是我内网的服务器的网关自己改成了IP地址...好奇怪哦....网关自己还会变吖?

论坛徽章:
0
20 [报告]
发表于 2008-10-09 12:36 |只看该作者
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP