- 积分
- 331
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 最后登录
- 1970-1-1
- 阅读权限
- 30
- 听众
- 收听
初级工程师
  
|
没有DMZ,映射内部的192.168.10.11的端口为8090服务器,从其他公网怎么都访问不了,内部到内部的访问没有问题,求教大家什么原因,配置如下:
: Saved
: Written by enable_15 at 13:05:56.469 UTC Thu Aug 30 2012
!
ASA Version 8.2(5)
!
hostname WISELINK-FW
enable password yfXnK/wArKAXI1ym encrypted
passwd yfXnK/wArKAXI1ym encrypted
names
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
interface Vlan1
nameif inside
security-level 100
ip address 192.168.10.4 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address 118.122.92.247 255.255.255.0
!
banner motd warning:
banner motd --------------------------------------------------------------------------
banner motd You are connected to the WINSELINK systems.
banner motd Unauthorized access and use of this network will be vigorously prosecuted!
banner motd --------------------------------------------------------------------------
boot system disk0:/asa825-k8.bin
ftp mode passive
dns domain-lookup outside
dns server-group DefaultDNS
name-server 61.139.2.69
name-server 202.98.96.68
access-list out_in extended permit tcp any host 118.122.92.247 eq 8090
access-list out_in extended permit ip any any
access-list out_in extended permit icmp any any
access-list out_in extended permit udp any any
access-list out_in extended permit tcp any host 192.168.10.5 eq 3389
access-list in_in extended permit ip any any
access-list in_in extended permit icmp any any
pager lines 24
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) tcp interface 3389 192.168.10.5 3389 netmask 255.255.255.255
static (inside,outside) tcp interface 8090 192.168.10.11 8090 netmask 255.255.255.255
access-group in_in in interface inside
access-group out_in in interface outside
route outside 0.0.0.0 0.0.0.0 118.122.92.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
aaa authentication ssh console LOCAL
http server enable
http 192.168.10.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet 192.168.10.0 255.255.255.0 inside
telnet timeout 15
ssh 0.0.0.0 0.0.0.0 inside
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 15
console timeout 0
dhcpd update dns
!
dhcpd address 192.168.10.101-192.168.10.200 inside
dhcpd dns 61.139.2.69 202.98.96.68 interface inside
dhcpd option 3 ip 192.168.10.1 interface inside
dhcpd enable inside
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
username fwadmin password ZSEtHUBD8hAOwR5T encrypted
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect ip-options
inspect netbios
inspect rsh
inspect rtsp
inspect skinny
inspect esmtp
inspect sqlnet
inspect sunrpc
inspect tftp
inspect sip
inspect xdmcp
!
service-policy global_policy global
prompt hostname context
no call-home reporting anonymous
call-home
profile CiscoTAC-1
no active
destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
destination address email callhome@cisco.com
destination transport-method http
subscribe-to-alert-group diagnostic
subscribe-to-alert-group environment
subscribe-to-alert-group inventory periodic monthly
subscribe-to-alert-group configuration periodic monthly
subscribe-to-alert-group telemetry periodic daily
Cryptochecksum:90584bb4460acc83aa3586139a7efe16
: end
|
|