cisco asa 5510 配置 可以ping通外部地址 无法上网,估计是DNS问题 但是不知道是什么问题

ciscoasa(config)# sh run
: Saved
:
ASA Version 8.2(1)
!
hostname ciscoasa
enable password PVSASRJovmamnVkD encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
!
interface Ethernet0/0
description inside nerwork 0
nameif inside0
security-level 100
ip address 10.0.0.1 255.255.255.0
!
interface Ethernet0/1
description inside network 1
nameif inside1
security-level 100
ip address 10.0.1.1 255.255.255.0
!
interface Ethernet0/2
shutdown
no nameif
no security-level
no ip address
!
interface Ethernet0/3
description outside network
nameif outside
security-level 0
ip address 172.16.1.101 255.255.255.0
!
interface Management0/0
shutdown
no nameif
no security-level
no ip address
management-only
!
ftp mode passive
dns server-group 1
access-list 101 extended permit ip host 10.0.0.11 host 10.0.1.11
access-list 101 extended permit ip host 10.0.1.11 host 10.0.0.11
access-list 101 extended permit icmp any any
access-list 102 extended permit ip any any
pager lines 24
mtu inside0 1500
mtu inside1 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
nat-control
global (outside) 1 interface
nat (inside0) 1 0.0.0.0 0.0.0.0
nat (inside1) 1 0.0.0.0 0.0.0.0
access-group 101 in interface inside0
access-group 101 out interface inside0
access-group 101 in interface inside1
access-group 101 out interface inside1
access-group 102 in interface outside
access-group 102 out interface outside
route outside 0.0.0.0 0.0.0.0 172.16.1.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
dynamic-access-policy-record DfltAccessPolicy
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 timeout 5
ssh timeout 5
console timeout 0
dhcpd dns 172.16.1.1
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
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 rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:2f7afb7d70c39a209cfba53abcc9ba45
: end
还有我想让属于两个接口的两个网段当中的一台机器互相通信,怎么做
好的话有分加

你能ping通外部网路的话那么在基本配置上应该没问题的,DNS也正确的话,那么是不是你的ACL有问题呢,ACL隐含的deny any any是不是阻止了你的网络访问
温馨提示:答案为网友推荐,仅供参考
相似回答