Can't log in as WebDB administrator after install

Can't log in as WebDB administrator after install. At http://mymachine.mydomain.com:7777/pls/htmldb/htmldb_admin/
username = admin
password = my password during the installation
and then the page just hangs.
I think I have a configuration problem with marvel.conf. Can anyone help?
Here are the relevant details that may help diagnosing the problem.
I can get to the HTTP Server page at http://mymachine.mydomain.com:7777/
Environment Fedora core 4 Linux on a x86 PC with 512m memory
Oracel Database version 10.2.0.1.0 -- runs fine considering there is only 512 of memory
Installed Companion CD (comes with WebDB 1.6)
Upgraded to WebDB 2.0
Installed patch bug4554072
-- All installs were semi painful but error free
my marvel.conf
Alias /i/ /u01/app/oracle/product/10.2.0/companion/htmldb/images/
<Location /pls/htmldb>
Order deny,allow
PlsqlDocumentPath docs
AllowOverride None
PlsqlDocumentProcedure wwv_flow_file_manager.process_download
PlsqlDatabaseConnectString mymachine.mydomain.com:1522:devel ServiceNameFormat
PlsqlNLSLanguage AMERICAN_AMERICA.WE8ISO8859P1
PlsqlAuthenticationMode Basic
SetHandler pls_handler
PlsqlDocumentTablename wwv_flow_file_objects$
PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
PlsqlDefaultPage htmldb
PlsqlDatabasePassword mypassword
Allow from all
</Location>
AddType text/xml xbl
AddType text/x-component htc
my dads.conf -- I added nothing here
# ============================================================================
# mod_plsql DAD Configuration File
# ============================================================================
# 1. Please refer to dads.README for a description of this file
# ============================================================================
# Note: This file should typically be included in your plsql.conf file with
# the "include" directive.
# Hint: You can look at some sample DADs in the dads.README file
# ============================================================================
my .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME
# Oracle Settings
TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
ORACLE_SID=devel; export ORACLE_SID
ORACLE_TERM=xterm; export ORACLE_TERM
PATH=/usr/sbin:$PATH; export PATH
PATH=$ORACLE_HOME/bin:$PATH; export PATH
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
#LD_ASSUME_KERNEL=2.4.1; export LD_ASSUME_KERNEL
if [ $USER = "oracle" ]; then
if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
fi
-- I can connect to the database as HTMLDB_PUBLIC_USER
SQL> connect HTMLDB_PUBLIC_USER/mypassword@devel
Connected.
SQL>
-- the HTTP_Server seems to be working fine
$ /u01/app/oracle/product/10.2.0/companion/opmn/bin/opmnctl status
Processes in Instance: standalone
------------------------------------------------+---------
ias-component | process-type | pid | status
------------------------------------------------+---------
HTTP_Server | HTTP_Server | 2544 | Alive
LogLoader | logloaderd | N/A | Down
dcm-daemon | dcm-daemon | N/A | Down
my error.log
[Tue Mar 7 18:46:53 2006] [notice] FastCGI: process manager initialized (pid 20766)
[Tue Mar 7 18:47:02 2006] [notice] Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server configured -- resuming normal operations
[Tue Mar 7 18:47:02 2006] [notice] Accept mutex: fcntl (Default: sysvsem)
[Tue Mar 7 18:52:42 2006] [error] [client 192.168.1.47] [ecid: 1141775562:192.168.1.46:27172:0:6,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/javascript/htmldb_get.js
[Tue Mar 7 18:52:42 2006] [error] [client 192.168.1.47] [ecid: 1141775562:192.168.1.46:27172:0:7,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/css/htmldb_V2.css
[Tue Mar 7 18:58:18 2006] [error] [client 192.168.1.47] [ecid: 1141775898:192.168.1.46:20917:0:9,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/javascript/htmldb_get.js
[Tue Mar 7 18:58:18 2006] [error] [client 192.168.1.47] [ecid: 1141775898:192.168.1.46:20917:0:10,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/css/htmldb_V2.css
my access.log
192.168.1.47 - - [07/Mar/2006:18:51:40 -0500] "GET /pls/htmldb HTTP/1.1" 302 5
192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:51:49 -0500] "GET /pls/htmldb/htmldb HTTP/1.1" 302 5
192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/javascript/htmldb_html_elements.js HTTP/1.1" 200 15990
192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:52:42 -0500] "GET /pls/htmldb/f?p=4550:1:8908757969697315233 HTTP/1.1" 200 5078
192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/javascript/htmldb_get.js HTTP/1.1" 404 366
192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/css/core.css HTTP/1.1" 200 6032
192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/css/htmldb_V2.css HTTP/1.1" 404 359
192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/htmldb/oracle_htmldb_logo.gif HTTP/1.1" 200 3213
192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/htmldb/builder/1px_trans.gif HTTP/1.1" 200 43
192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:58:13 -0500] "GET /pls/htmldb/htmldb_admin HTTP/1.1" 302 5
192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:58:18 -0500] "GET /pls/htmldb/f?p=4550:10:3783099702329307520 HTTP/1.1" 200 4081
192.168.1.47 - - [07/Mar/2006:18:58:18 -0500] "GET /i/javascript/htmldb_get.js HTTP/1.1" 404 366
192.168.1.47 - - [07/Mar/2006:18:58:18 -0500] "GET /i/css/htmldb_V2.css HTTP/1.1" 404 359

rmelideo,
Firstly, you refer to "WebDB administrator" and "WebDB 1.6". This is not WebDB. You're confusing this with an entirely different product released in the late 90's.
You don't say what your specific error is. But the file does not exist errors in your Apache error log look suspicious. It looks like you have not copied the images directory from the HTML DB 2.0 distribution.
Joel

Similar Messages

  • Can't log in to many sites after installing 11.9

    After installing 11.9, log in pages at various sites (thru Firefox 25) never go anywhere after submitting info, either get neverending loading circle or a reloaded blank log in page. In Safari (5.1), some sites will let me log in, some don't. It's very buggy when I do get 'in' a site; I usually have to click on a bookmark of website's home page for it to show I'm logged in (reloading sign in page doesn't do it). Using Mac, 10.7

    Here's the thing. This is a screenshot from a login page:
    Agreed?
    Here's the source code from that same page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <base href="https://cp.server302.com/"/>
    <link href="favicon.ico" rel="icon" type="image/x-icon" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Control Panel :: Login Page</title>
    <link rel="stylesheet" type="text/css" href="css/style.css" media="all" />
    <!--[if IE 7]>
    <link rel="stylesheet" type="text/css" href="css/ie7.css" />
    <![endif]-->
    <script type="text/javascript" src="js/jquery-1.6.4.min.js"></script>
    </head>
    <body class="login" onload="document.getElementById('user_login').focus()">
    <div id="header"></div>
    <br class="clearfloat" />
    <div id="login">
    <form  name="form1" method="post" action="login.php?coming_from=&">
    <input type="hidden" name="try" value="1" />
    <input type="hidden" name="form1_submit" value="1" />
      <ul class="input_list">
                <li><span class="small_width">Username:</span><input type="text" id="user_login" name="myuser" class="medium_width" /></li>
                <li><span class="small_width">Password:</span><input type="password" name="mypass" class="medium_width" /></li>
            </ul>
            <input type="submit" name="Submit" class="login_button" value="Login" />
    </form>
    <div id="form2_container"  style="display: none;">
    <br class="clearfloat" />
    <form method="post" action="forgot.php" name="form2" >
    <input type="hidden" name="form2_submit" value="1" />
    <ul class="input_list" id="forgotpass">
    <li><span class="small_width">Domain name:</span><input type="text" class="medium_width" name="domain" /></li>
    <li class="hittext">If you have lost or forgotten your password, type your domain name and press Retrieve. You will receive instructions on how to regain access to your Control Panel at your e-mail address on file.</li>
    </ul>
    <input type="submit" name="Submit" class="login_button" value="Retrieve"  />
    </form>
    </div>
    </div>
    <br class="clearfloat" />
    <div class="login_footer">
      <b class="lostpassword"><div><a onclick="if(getElementById('form2_container').style.display == 'none'){ $('#form2_container').show();} else {$('#form2_container').hide();} ">Forgot your password?</a></div></b>
    </div>
    </body>
    </html>
    There's NOTHING Flash in ANY of that. It uses HTML and PHP. Nearly every login page in existence uses similar code unless... the entire page is built into a Flash container.

  • Can not log on in the console after installing the client

    i have installed a 10g server on my pc and everything went well, for the odp.net thing, i then installed a 10g client, after that, i can not logon the sql*plus in the console and got the tns error message "ora-12560", but i can still logon through the sql*plus gui. now i can not do anything in the console like "exp" and "imp" for i can not logon.
    is it the newly installed client which made things wrong, how can i work it out?
    thx in advanced.

    How are you connecting to this website? What is the exact, complete text of the error message?

  • My Window 7 notebook can't log on to my iMac after installing Lion.

    I have a home network with my Imac and my wife's window 7 Notebook. Router is an Airport Extreme.
    Before installing Lion. I can connect to my iMac from Window using "\\imac name". Also I have a couple iMac's folders mounted as network drives on the Window 7 notebook.
    Installed Lion last night. File sharing in itunes is still working. I can still connect to the Window notebook from my iMac. The Mount network drives on the Window notebook are also working, I can still access those iMac folders from the Window 7 notebook.
    But when I try to connect to the iMac from Window using "\\imac name". It says the iMac "is not accessible" and I "might not have permission to use the network resource".
    Turned off and restarted all the computers and the airport router. Still don't work.

    This can be caused by corrupted cookies or cookies that aren't send or otherwise blocked.
    *https://support.mozilla.org/kb/fix-login-issues-on-websites-require-passwords
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    See also:
    *http://kb.mozillazine.org/Cookies
    *https://support.mozilla.org/kb/Deleting+cookies

  • How can i log on as an administrator?

    how can i log on as an administrator?

    Click  in the menu bar.
    Choose Log out  .........your standard account name.
    When the login screen appears, login to your administrator account.
    If you have set up automatic login, click your standard account name in the menubar and choose the Administrator account.
    Best.

  • I can't Log Out/ Restart/ Shut Down after updating to Mavericks

    I can't Log Out/ Restart/ Shut Down after updating to Mavericks.
    When I choose the above options nothing happens.
    MBPr can only go to sleep.
    When i force quit loginwindow from Activity Monitor nothing happens.

    I can sudo reboot /shutdown
    I tried several solutions on other threads nothing worked.

  • How can I retrieve my contacts and pictures after installing iOS6 on my iphone?

    How can I retrieve my contacts and pictures after installing iOS6 on my iphone? Don't call me stupid! I was relying on iCloud to have backed all this up, but turns out it didn't work. Can anyone help me get my photos back - they were of my baby daughter. Also, I've lost all my contacts. Please help.

    Unfortunately no. The only way the phone backs up is if you make it back up. You either connect to iTunes and backup and sync, or you set it up for a wifi sync to iCloud. But you have to setup iCloud to start with. You have learned a hard lesson on how to make sure you import pictures on a regular basis like you would the digital camera. When things happen to the phone, this is the media that is lost the most (pictures in camera roll). After taking a number of pictures, and especially ones you consider important, you should connect the phone to the computer and import them, so there is a backup copy on the computer.
    Contacts are saved in the backup as well, however they are really designed to be synced to a supported application on the computer, or backed up to iCloud or other cloud service. And, the only way to go back in time on the phone is to restore from a backup, but you also have to remember, you would lose everything on the phone that you had done since that backup, so it is a double edged sword.

  • Why can´t i connect to Windows servers after installing Lion?

    Why can´t i connect to Windows servers after installing Lion?

    Me too!
    MacBook Pro 15" 2011, OS X Lion 10.7

  • How can I return to use OSX (Yosemite) after installing Windows 8.1?

    How can I return to use OSX (Yosemite) after installing Windows 8.1?
    I cannot find Boot Camp on my iMac (late 2013) with windows installed. So I downloaded it, but I cannot run it because of an error (x64...). I tried to use my USB stick with bootcamp installed but nothing. When I turn my iMac on it starts automatically with windows. I tried to search it, but I found only the setup and it doesn't work. How can I get back to my APPLE iMac? How can I use OSX?
    Excuse me for the (maybe) uncorrect language, I speak Italian.

    Hello!
    You can start your Mac up with the [alt] (sometimes [option]) key pressed and you will get the Startup Manager.

  • I can't open InDesign (CS4 Design Standard) after installing, says: "Error: 5"

    I can't open InDesign (CS4 Design Standard) after installing, says: "Error: 5" <--- What does this meen?

    do this, Configuration error 16 | CC, CS
    and then reinstall

  • How can I get my safari to open after installing the new Mavericks operating system?

    How can I get my safari to open after installing the new Mavericks operating system?

    Thanks Carolyn. Unfortunately, this didn't work. It turned out to be in my display monitor as I have my computer wired to my tv for streaming. Once I changed the monitor display it worked fine. Go figure

  • Which unity accts can I take off "domain admin" group after install

    Hi
    Unity 5.X in UM mode - Which unity accts can I take off "domain admin" group after install (ie unityinstall, unityadmin, UnityMsgStoreSvc, UnityDirSVC etc..)
    and if I do so, what is the impact or if I want to upgrade in the future?
    Thanks

    UnityInstall should be the most powerful account and is the only account that should be added to the Domain Admins group by the Permissions Wizard.  This is definitely true for Exchange 200, 2003, and 2007.  I've not dealt with a lot of customers on 2010 yet so this could have changed; however, I doubt it.  You can verify what I'm telling you here:
    http://www.ciscounitytools.com/Applications/Unity/PermissionsWizard/Unity403_411/Help/PWHelpPermissionsSet_ENU.htm
    This link will tell you what permissions and group memberships are set at a high level for all the Unity service accounts.
    To clarify what Jonathan said, by "downgrade" the UnityInstall account - the rule of thumb is this:
    Cisco supports that you DISABLE the UnityInstall account, if desired, after an installation.  This account should only be used during installation activities.  However, DO NOT DELETE the account in AD.  So, again - disabling the account is OK.
    Hailey
    Please rate helpful posts!

  • Intermittent Internet Connection and VPN clients can't ping internal LAN but connected after installating cisco ASA5512x

    Hi!
    I wish someone can help me on this, I'm a new guy on cisco firewalls and I'm currently implementing cisco asa 5512x, here are the details:
    ISP ->  Firewall -> Core switch -> Internal LAN
    after installing the cisco asa and terminating the appropriate lan for the outside and inside interfaces, internet seems intermittent and cisco vpn client can connect with internet connection but can't ping internal LAN.
    here's my configuration from my firewall.
    ASA Version 8.6(1)2
    hostname ciscofirewall
    enable password 2KFQnbNIdI.2KYOU encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface GigabitEthernet0/0
    nameif outside
    security-level 0
    ip address 203.x.x.x 255.255.255.0
    interface GigabitEthernet0/1
    nameif inside
    security-level 100
    ip address 10.152.11.15 255.255.255.0
    interface GigabitEthernet0/2
    shutdown
    no nameif
    no security-level
    no ip address
    interface GigabitEthernet0/3
    shutdown
    no nameif
    no security-level
    no ip address
    interface GigabitEthernet0/4
    shutdown
    no nameif
    no security-level
    no ip address
    interface GigabitEthernet0/5
    shutdown
    no nameif
    no security-level
    no ip address
    interface Management0/0
    nameif management
    security-level 100
    ip address 192.168.1.1 255.255.255.0
    management-only
    ftp mode passive
    dns domain-lookup outside
    dns domain-lookup inside
    dns server-group DefaultDNS
    name-server 4.2.2.2 -------> public DNS
    name-server 8.8.8.8 -------> public
    name-server 203.x.x.x   ----> Clients DNS
    name-server 203.x.x.x  -----> Clients DNS
    same-security-traffic permit intra-interface
    object network net_access
    subnet 10.0.0.0 255.0.0.0
    object network citrix_server
    host 10.152.11.21
    object network NETWORK_OBJ_10.10.10.0_28
    subnet 10.10.10.0 255.255.255.240
    object network NETWORK_OBJ_10.0.0.0_8
    subnet 10.0.0.0 255.0.0.0
    object network InterconHotel
    subnet 10.152.11.0 255.255.255.0
    access-list net_surf extended permit ip any any
    access-list net_surf extended permit ip object NETWORK_OBJ_10.10.10.0_28 object InterconHotel
    access-list outside_access extended permit tcp any object citrix_server eq www
    access-list outside_access extended permit ip object NETWORK_OBJ_10.10.10.0_28 any
    access-list outsidevpn_splitTunnelAcl standard permit 10.152.11.0 255.255.255.0
    access-list LAN_Users remark LAN_clients
    access-list LAN_Users standard permit any
    access-list vpnpool extended permit ip 10.10.10.0 255.255.255.248 any
    pager lines 24
    logging enable
    logging asdm informational
    mtu management 1500
    mtu outside 1500
    mtu inside 1500
    ip local pool vpnpool 10.10.10.1-10.10.10.6 mask 255.255.255.248
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    nat (inside,outside) source static NETWORK_OBJ_10.10.10.0_28 NETWORK_OBJ_10.10.10.0_28 destination static NETWORK_OBJ_10.10.10.0_28 NETWORK_OBJ_10.10.10.0_28 no-proxy-arp route-lookup
    object network net_access
    nat (inside,outside) dynamic interface
    object network citrix_server
    nat (inside,outside) static 203.177.18.234 service tcp www www
    object network NETWORK_OBJ_10.10.10.0_28
    nat (any,outside) dynamic interface
    object network InterconHotel
    nat (inside,outside) dynamic interface dns
    access-group outside_access in interface outside
    access-group net_surf out interface outside
    route outside 0.0.0.0 0.0.0.0 203.x.x.x 1
    route outside 10.10.10.0 255.255.255.248 10.152.11.15 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
    user-identity default-domain LOCAL
    aaa authentication telnet console LOCAL
    http server enable
    http 192.168.1.0 255.255.255.0 management
    http 10.0.0.100 255.255.255.255 inside
    http 10.10.10.0 255.255.255.240 outside
    http 0.0.0.0 0.0.0.0 outside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
    crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map outside_map interface outside
    crypto map inside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map inside_map interface inside
    crypto ikev1 enable outside
    crypto ikev1 enable inside
    crypto ikev1 policy 10
    authentication crack
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 20
    authentication rsa-sig
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 30
    authentication pre-share
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 40
    authentication crack
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 50
    authentication rsa-sig
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 60
    authentication pre-share
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 70
    authentication crack
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 80
    authentication rsa-sig
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 90
    authentication pre-share
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 100
    authentication crack
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 110
    authentication rsa-sig
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 120
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 130
    authentication crack
    encryption des
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 140
    authentication rsa-sig
    encryption des
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 150
    authentication pre-share
    encryption des
    hash sha
    group 2
    lifetime 86400
    client-update enable
    telnet 10.152.11.0 255.255.255.0 inside
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd address 192.168.1.2-192.168.1.254 management
    dhcpd enable management
    threat-detection basic-threat
    threat-detection statistics
    threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200
    webvpn
    enable outside
    anyconnect-essentials
    group-policy outsidevpn internal
    group-policy outsidevpn attributes
    dns-server value 203.x.x.x 203.x.x.x
    vpn-tunnel-protocol ikev1 l2tp-ipsec ssl-client
    split-tunnel-policy tunnelall
    split-tunnel-network-list value outsidevpn_splitTunnelAcl
    default-domain value interconti.com
    address-pools value vpnpool
    username test1 password i1lji/GiOWB67bAs encrypted privilege 5
    username test1 attributes
    vpn-group-policy outsidevpn
    username mnlha password WlzjmENGEEZmT9LA encrypted
    username mnlha attributes
    vpn-group-policy outsidevpn
    username cisco password 3USUcOPFUiMCO4Jk encrypted privilege 15
    tunnel-group outsidevpn type remote-access
    tunnel-group outsidevpn general-attributes
    address-pool (inside) vpnpool
    address-pool vpnpool
    authentication-server-group (outside) LOCAL
    default-group-policy outsidevpn
    tunnel-group outsidevpn ipsec-attributes
    ikev1 pre-shared-key *****
    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
      inspect icmp
      inspect http
      inspect ipsec-pass-thru
    class class-default
      user-statistics accounting
    service-policy global_policy global
    prompt hostname context
    no call-home reporting anonymous
    hpm topN enable
    Cryptochecksum:edc30dda08e5800fc35b72dd6e1d88d7
    : end
    thanks. please help.

    I think you should change your nat-exemption rule to smth more general, like
    nat (inside,outside) source static any any destination static NETWORK_OBJ_10.10.10.0_28  NETWORK_OBJ_10.10.10.0_28 no-proxy-arp route-lookup
    'cause your inside networks are not the same as your vpn-pool subnet.
    Plus, if you're trying to reach inside subnets, different from 10.152.11.0 255.255.255.0 (ip from wich subnet is assignet to your inside interface, and for wich above nat exception should be enough), you should check if routing is configured from that subnets to your vpn-pool-subnet through the ASA.

  • Can't get lightroom cc to load after install

    can't get lightroom cc to load after install

    Have you tried logging out of your CC desktop app, then logging back in again? Quit/Restart won't work, but logging out and back in should. See here: https://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

  • HT6114 I cannot log in to my AOL after installing OSX Mavericks

    Why can I cannot log into to my AOL account after installing OSX Mavericks?

    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
         Boot to the Recovery HD: Restart the computer and after the chime press and hold down the
         COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the
         computer and after the chime press and hold down the OPTION key until the boot manager
         screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
         Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).
    4. Reinstall Lion/Mountain Lion, Mavericks: Reboot from the Recovery HD. Select Reinstall Lion/Mountain Lion, Mavericks from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Reinstall the 10.9.2 update: OS X Mavericks 10.9.2 Update (Combo).

Maybe you are looking for

  • USB mouse does not work

    hi All I bought a new HP laptop few days ago,when I installed Win7 pro on it after a few minutes, the usb mouse stopped working. Its light still lights up ,but the cursor does not react. The drivers of the device are installed and working properly. t

  • How do I use a gift card to buy songs?

    how do I use a gift card to bye songs?

  • Routing Sound Output  - M-Audio 1814

    Hello, Just got a Mac Book Pro and am using an M-Audio 1814 as my sound card. The 1814 is connected to my stereo via s/pdif, but I cannot for the life of me figure out how to change the output in the system preferences so sound from the web, itunes e

  • Issue with New BADI activation

    Hi,      I am working with BADI BADI_HRTMC_DR_FIELDS. I need to create a new implementation with filter value 'SAP_BP'. Already a standard implementation HRTMC_IM_DR_FIELDS_BUS_PARTNER exists with same filter value, but I dont want it to get executed

  • How do I port forward (for a Minecraft server) on OS X Mavericks?

    I've tried to port forward many times and fails horribly. Ever guide I've found were 3rd party and out of date; none of them worked. I would love any help I can get! Thanks!