cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
574
Views
0
Helpful
2
Replies

ASA 5505 anyconnect ssl login page not load on win 7 (IE8)

kennyho01
Level 1
Level 1

Hi,

 

I would like to setup sslvpn in cisco ASA, but I found try to connect the ssl vpn via web page, it not display and load the page, but I use virtual PC xp can open it .please find my below config:

 

ASA Version 9.0(4)
!
hostname ASA5505
domain-name xxxx.com
enable password 2KFQnbNIdI.2KYOU encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
ip local pool IP_Pool 192.168.xxx.xxx-192.168.xxx.xxx mask 255.255.255.0
!
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 10.xxx.xxx.xxx 255.255.0.0
!
interface Vlan2
 nameif outside
 security-level 0
 ip address 192.168.xxx.xxx 255.255.255.0
!
boot system disk0:/asa904-k8.bin
ftp mode passive
clock timezone HKST 8
dns domain-lookup inside
dns server-group DefaultDNS
 name-server x.x.x.x
 name-server x.x.x.x
 domain-name china.inabata.com
object network obj_any
 subnet 0.0.0.0 0.0.0.0
object network NETWORK_OBJ_192.168.x.x_24
 subnet 192.168.x.x 255.255.255.0
access-list NAT-EXEMPT extended permit ip 10.x.x.x 255.255.0.0 192.168.x.x 255.255.255.0
access-list NAT-EXEMPT extended permit ip 10.x.x.x 255.255.0.0 192.168.x.x 255.255.255.0
access-list SSLvpn extended permit ip any any
access-list SSLvpn extended permit tcp any any eq https
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
no arp permit-nonconnected
!
object network obj_any
 nat (inside,outside) dynamic interface
object network NETWORK_OBJ_192.168.x.x_24
 nat (any,inside) dynamic interface
route outside 0.0.0.0 0.0.0.0 192.168.x.x 1
timeout xlate 3:00:00
timeout pat-xlate 0:00:30
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
user-identity default-domain LOCAL
http server enable 444
http 10.x.x.x 255.255.0.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
crypto ipsec security-association pmtu-aging infinite
crypto ca trustpoint ASDM_TrustPoint0
 enrollment self
 subject-name CN=ciscoasa
 keypair vpn
 crl configure
crypto ca trustpool policy
crypto ca certificate chain ASDM_TrustPoint0
 certificate 40afad54
    308201cf 30820138 a0030201 02020440 afad5430 0d06092a 864886f7 0d010105
    0500302c 3111300f 06035504 03130863 6973636f 61736131 17301506 092a8648
    86f70d01 09021608 63697363 6f617361 301e170d 31353031 30373232 32343134
    5a170d32 35303130 34323232 3431345a 302c3111 300f0603 55040313 08636973
    636f6173 61311730 1506092a 864886f7 0d010902 16086369 73636f61 73613081
    9f300d06 092a8648 86f70d01 01010500 03818d00 30818902 818100b8 40b08920
    d8fa1e34 508e5e51 95701c68 db075e8e 53d9cbfe 313bfe08 a63785be de901688
    63de3836 ba9a8b36 b099e6b5 de773749 a4e54df2 62bd3f22 bbb5fadf 61fd5bee
    9f420a88 fe9711ba 97923edd 10475af3 88833ef1 e2eee448 131123a1 4f5dd8d5
    9e8ea4fa 7d1fe456 29026c2b 3f0f6d48 71e3f196 71f0e2d0 b0306b02 03010001
    300d0609 2a864886 f70d0101 05050003 81810044 88fe258a 2a8337f9 6bf6cd08
    84e1e5a5 2b59a128 6c19873f 0b041f6d 1ea660ff 85a15ef3 3aea11a0 92e96afb
    d756c911 daded7b8 2d00ed4d 3e992d82 0413a4bb 7a5f5d33 6a022756 d16d9559
    7543a98f cebf9a89 75e8c282 d897ccb0 51f333d5 44848ab3 63fe75ed d2d869d7
    4283003d 0a779f14 1d4e0d2a d066294b ccf81c
  quit
telnet 10.x.x.x 255.255.0.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0

dhcpd auto_config outside
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
ssl trust-point ASDM_TrustPoint0 outside
webvpn
 enable inside
 enable outside
 anyconnect image disk0:/anyconnect-win-3.1.03103-k9.pkg 1
 anyconnect image disk0:/anyconnect-macosx-i386-3.1.03103-k9.pkg 2
 anyconnect enable
 tunnel-group-list enable
group-policy DfltGrpPolicy attributes
 vpn-tunnel-protocol ikev1 l2tp-ipsec
 default-domain value china.inabata.com
 webvpn
  customization value login1
group-policy GroupPolicy_SSLVPN internal
group-policy GroupPolicy_SSLVPN attributes
 dns-server value x.x.x.x
 vpn-tunnel-protocol ssl-client ssl-clientless
 split-tunnel-policy tunnelall
 default-domain value china.inabata.com
 webvpn
  customization value login1
username admin password oSDjyouoHw6VRAe4 encrypted privilege 15
tunnel-group DefaultRAGroup webvpn-attributes
 customization login1
tunnel-group DefaultWEBVPNGroup webvpn-attributes
 customization login1
tunnel-group SSLVPN type remote-access
tunnel-group SSLVPN general-attributes
 address-pool IP_Pool
 default-group-policy GroupPolicy_SSLVPN
tunnel-group SSLVPN webvpn-attributes
 customization login1
 group-alias SSLVPN enable
!
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 rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
  inspect skinny 
  inspect sunrpc
  inspect xdmcp
  inspect sip 
  inspect netbios
  inspect tftp
  inspect ip-options
!
service-policy global_policy global
prompt hostname context
no call-home reporting anonymous
Cryptochecksum:400239706739aa3750a9ead8c04b4ea6
: end

2 Replies 2

What does mean that page doesn't load? Do you get blank screen? Error message?

 

Did you try to add SSL VPN's URL address to IE's trusted sites list?

 

Did you try to enable compatibility view for the SSL VPN portal?

Hi,

The IE show " Internet Explorer cannot display the webpage "

 

Did you try to add SSL VPN's URL address to IE's trusted sites list?

Yes

 

 

Did you try to enable compatibility view for the SSL VPN portal?

Yes