Traffic and VPN security ACL

I use a PIX 515 with ASA 7.2. I have a couple of tunnels and remote access configuration. The same PIX is used as a firewall between the inside users and the Internet. I'm sure there is a setting for access remote vpn connections to be exempt from the ACL, but am not sure how it works for the tunnels of a site to. I recently set up an ACL in my interface inside and created a precaution an ACL which included the inside_access_in ip access-list declaration allow any 10.4.1.0 255.255.255.0

I have 2 questions, I need to this declaration to allow traffic flows through networks connected inside interface of my firewall (any) to the remote end of the tunnel from site to site 2 (10.4.1.0/24) and I thought including ip in your ACL meant all traffic, but in the syslog server I see some blocked UDP traffic. Anyone would specify how it works for me?

Thank you

Bill

Hi Bill,

The ACL statements are checked in the order, so if the UDP protocol is rejected until the IP address is allowed, you'll see these messages. I do not know how is configured your PIX but if there is a limit of ACL with inside the interface, then we have to allow the VPN traffic and also need to make sure that the bypass NAT is configured for such traffic.

HTH,

Please rate if this can help.

Kind regards

Kamal

Tags: Cisco Security

Similar Questions

  • WSA issue with MS-OUTLOOK and VPN traffic

    Hi all

    I am facing a problem where

    1. my users are able to access their mail from the web page, but ms-outlook is not able to synchronize e-mail.

    2. our internal user to an external site via VPN, the user is able to establish the VPN connection, but the web page user tries to gain access to via VPN is not available. I can see traffic from the user to WSA in the firewall, but the traffic of WSA is not forward traffic after that.

    Please suggest. As it is new, I needmore helps everyone.

    Run the command grep in WSA CLI to get the corresponding access logs to see the behavior of the ASO at demand management.

    Grep, access connects for a starter, SSH to the ASO and run the following command from the CLI:

    1 Grep
    2. Enter the number of the journal you want to grep: 1 (for accesslogs)
    3. Enter the regular expression to grep: . *.
    4. do you want the search to be case insensitive? : Y
    5. do you want to tail the logs? : Y
    6. you want to paginate output? : N

    Please keep in mind WSA is passively receiving the traffic and please ensure those kind of traffic will be sent to ASO before confirm us that it of a WSA question or not.

  • NAT on 8.3 and VPN tunnel with overlapping addresses

    Hi all

    I was looking at this document from Cisco and I think I understand how to convert the nat policy than the version 8.3 and later, but I was wondering what is happening to the acl crypto, you are always using the same as the older versions? As you know the 8.3 then NAT requires to use the original instead of the address translated to the ACL, but I don't know if this applies to crypto ACL as well. Pointers?

    Example from the link:

     access-list new extended permit ip 192.168.2.0 255.255.255.0 192.168.3.0 255.255.255.0 !--- This access list (new) is used with the crypto map (outside_map) !--- in order to determine which traffic should be encrypted !--- and sent across the tunnel. access-list policy-nat extended permit ip 192.168.1.0 255.255.255.0 192.168.3.0 255.255.255.0 !--- The policy-nat ACL is used with the static !--- command in order to match the VPN traffic for translation. 
     static (inside,outside) 192.168.2.0 access-list policy-nat !--- It is a Policy NAT statement. !--- The static command with the access list (policy-nat), !--- which matches the VPN traffic and translates the source (192.168.1.0) to !--- 192.168.2.0 for outbound VPN traffic.
     crypto map outside_map 20 match address new !--- Define which traffic should be sent to the IPsec peer with the !--- access list (new).

    Thank you

    V

    Hi rc001g0241,

    I posted your question for clarity sake along.

    "what happens to the crypto acl, always use you even as older versions?"

    As you can see, Cisco doc you posted shows that you need to target for crypto engine is what happens after the nat policy has succeeded, illustrated here: "address match map crypto outside_map 20 new".

    "As you know the 8.3 then NAT requires to use the original instead of the address translated to the ACL, but I don't know if this applies to crypto ACL as well. Pointers?

    There is no such requirement and ACL target you in the engine crytop for the tunnel bound traffic can be a natted post address, that's what shows Cisco Doc and it is correct.

    Hope that answers your questions.

    Thank you

    Rizwan James

  • problem with Ezvpn and VPN from Site to Site

    Hello

    I want to set Ezvpn and VPN Site to another but the problem is that the EasyVpn that would only work at the Site to the Site does not at all

    I have set up 1 card for two VPN with different tagged crypto

    I had execlude the traffice to NOT be natted to, and when I remove the Ezvpn site to another work well

    crypto ISAKMP policy 100
    BA aes
    md5 hash
    preshared authentication
    Group 2
    !
    crypto ISAKMP policy 10000
    BA aes 256
    preshared authentication
    Group 5
    key address 123456 crypto isakmp (deleted)

    ISAKMP crypto client configuration group easyvpn
    easyvpn key
    domain ezvpn
    pool easyvpn
    ACL easyvpn
    Save-password
    Split-dns cme
    MAX User 9
    netmask 255.255.255.0
    !

    Crypto ipsec transform-set esp - aes 256 esp-sha-hmac vpn

    Crypto-map dynamic easyvpn 10
    Set transform-set dmvpn
    market arriere-route
    !
    !
    address-card crypto easyvpn local Dialer1
    card crypto client easyvpn of authentication list easyvpn
    card crypto isakmp authorization list easyvpn easyvpn
    client configuration address card crypto easyvpn answer
    easyvpn 100 card crypto ipsec-isakmp dynamic easyvpn
    easyvpn 1000 ipsec-isakmp crypto map
    defined by the peers (deleted)
    Set transform-set vpn
    game site address

    interface Dialer1
    the negotiated IP address
    IP mtu 1492
    NAT outside IP
    IP virtual-reassembly
    encapsulation ppp
    Dialer pool 1
    PPP authentication chap callin pap
    PPP chap hostname
    PPP chap password
    PPP pap sent-name to user
    easyVPN card crypto

    DSL_ACCESSLIST extended IP access list
    deny ip 100.0.0.0 0.0.0.255 101.1.1.0 0.0.0.255
    deny ip 100.0.0.0 0.0.0.255 70.0.0.0 0.0.0.255
    IP 100.0.0.0 allow 0.0.0.255 any
    refuse an entire ip
    easyvpn extended IP access list
    IP 100.0.0.0 allow 0.0.0.255 70.0.0.0 0.0.0.255
    IP extended site access list
    IP 100.0.0.0 allow 0.0.0.255 101.1.1.0 0.0.0.255

    Best regards

    The sequence number of card crypto for the static mapping crypto (site to site vpn) should be higher (ie: sequence number must be lower) than the ezvpn (map dynamic crypto).

    In your case, you must configure as follows:

    map easyvpn 10 ipsec-isakmp crypto
    defined by the peers (deleted)
    Set transform-set vpn
    game site address

    map easyvpn 150 - ipsec-isakmp crypto dynamic easyvpn

    Hope that solves this problem.

  • remote VPN and vpn site to site vpn remote users unable to access the local network

    As per below config remote vpn and vpn site to site vpn remote users unable to access the local network please suggest me a required config

    The local 192.168.215.4 not able ping server IP this server connectivity remote vpn works fine but not able to ping to the local network vpn users.

    ASA Version 8.2 (2)
    !
    host name
    domain kunchevrolet
    activate r8xwsBuKsSP7kABz encrypted password
    r8xwsBuKsSP7kABz encrypted passwd
    names of
    !
    interface Ethernet0/0
    nameif outside
    security-level 0
    PPPoE client vpdn group dataone
    IP address pppoe
    !
    interface Ethernet0/1
    nameif inside
    security-level 50
    IP 192.168.215.2 255.255.255.0
    !
    interface Ethernet0/2
    nameif Internet
    security-level 0
    IP address dhcp setroute
    !
    interface Ethernet0/3
    Shutdown
    No nameif
    no level of security
    no ip address
    !
    interface Management0/0
    Shutdown
    No nameif
    no level of security
    no ip address
    management only
    !
    passive FTP mode
    clock timezone IST 5 30
    DNS server-group DefaultDNS
    domain kunchevrolet
    permit same-security-traffic intra-interface
    object-group network GM-DC-VPN-Gateway
    object-group, net-LAN
    access extensive list ip 192.168.215.0 sptnl allow 255.255.255.0 192.168.2.0 255.255.255.0
    192.168.215.0 IP Access-list extended sheep 255.255.255.0 allow 192.168.2.0 255.255.255.0
    tunnel of splitting allowed access list standard 192.168.215.0 255.255.255.0
    pager lines 24
    Enable logging
    asdm of logging of information
    Outside 1500 MTU
    Within 1500 MTU
    MTU 1500 Internet
    IP local pool VPN_Users 192.168.2.1 - 192.168.2.250 mask 255.255.255.0
    ICMP unreachable rate-limit 1 burst-size 1
    enable ASDM history
    ARP timeout 14400
    NAT-control
    Global 1 interface (outside)
    NAT (inside) 1 0.0.0.0 0.0.0.0
    Route outside 0.0.0.0 0.0.0.0 59.90.214.1 1
    Timeout xlate 03:00
    Timeout conn 01:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    Sunrpc timeout 0:10:00 h323 0:05:00 h225 mgcp from 01:00 0:05:00 mgcp-pat 0:05:00
    Sip timeout 0:30:00 sip_media 0:02:00 prompt Protocol sip-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-registration DfltAccessPolicy
    the ssh LOCAL console AAA authentication
    AAA authentication LOCAL telnet console
    AAA authentication http LOCAL console
    AAA authentication enable LOCAL console
    LOCAL AAA authentication serial console
    Enable http server
    x.x.x.x 255.255.255.252 out http
    http 192.168.215.0 255.255.255.252 inside
    http 192.168.215.0 255.255.255.0 inside
    No snmp server location
    No snmp Server contact
    Server enable SNMP traps snmp authentication linkup, linkdown cold start
    Crypto ipsec transform-set esp-3des esp-sha-hmac RIGHT
    life crypto ipsec security association seconds 28800
    Crypto ipsec kilobytes of life - safety 4608000 association
    Crypto-map dynamic dynmap 65500 transform-set RIGHT
    card crypto 10 VPN ipsec-isakmp dynamic dynmap
    card crypto VPN outside interface
    card crypto 10 ASA-01 set peer 221.135.138.130
    card crypto 10 ASA - 01 the transform-set RIGHT value
    crypto ISAKMP allow outside
    crypto ISAKMP policy 10
    preshared authentication
    3des encryption
    sha hash
    Group 2
    life 86400
    crypto ISAKMP policy 65535
    preshared authentication
    the Encryption
    sha hash
    Group 2
    lifetime 28800
    Telnet 192.168.215.0 255.255.255.0 inside
    Telnet timeout 5
    SSH 0.0.0.0 0.0.0.0 outdoors
    SSH timeout 5
    Console timeout 0
    management-access inside
    VPDN group dataone request dialout pppoe
    VPDN group dataone localname bb4027654187_scdrid
    VPDN group dataone ppp authentication chap
    VPDN username bb4027654187_scdrid password * local store
    interface for identifying DHCP-client Internet customer
    dhcpd dns 218.248.255.141 218.248.245.1
    !
    dhcpd address 192.168.215.11 - 192.168.215.254 inside
    dhcpd allow inside
    !
    a basic threat threat detection
    Statistics-list of access threat detection
    no statistical threat detection tcp-interception
    Des-sha1 encryption SSL
    WebVPN
    allow outside
    tunnel-group-list activate
    internal kun group policy
    kun group policy attributes
    VPN - connections 8
    Protocol-tunnel-VPN IPSec
    Split-tunnel-policy tunnelspecified
    Split-tunnel-network-list value split tunnel
    kunchevrolet value by default-field
    test P4ttSyrm33SV8TYp encrypted password username
    username kunauto password bSHrKTGl8PUbvus / encrypted privilege 15
    username kunauto attributes
    Strategy Group-VPN-kun
    Protocol-tunnel-VPN IPSec
    tunnel-group vpngroup type remote access
    tunnel-group vpngroup General attributes
    address pool VPN_Users
    Group Policy - by default-kun
    tunnel-group vpngroup webvpn-attributes
    the vpngroup group alias activation
    vpngroup group tunnel ipsec-attributes
    pre-shared key *.
    type tunnel-group test remote access
    tunnel-group x.x.x.x type ipsec-l2l
    tunnel-group ipsec-attributes x.x.x.x
    pre-shared key *.
    !
    class-map inspection_default
    match default-inspection-traffic
    !
    !
    type of policy-card inspect dns preset_dns_map
    parameters
    maximum message length automatic of customer
    message-length maximum 512
    Policy-map global_policy
    class inspection_default
    inspect the preset_dns_map dns
    inspect the ftp
    inspect h323 h225
    inspect the h323 ras
    Review the ip options
    inspect the netbios
    inspect the rsh
    inspect the rtsp
    inspect the skinny
    inspect esmtp
    inspect sqlnet
    inspect sunrpc
    inspect the tftp
    inspect the sip
    inspect xdmcp
    inspect the icmp
    !
    global service-policy global_policy
    context of prompt hostname
    call-home
    Profile of CiscoTAC-1
    no active account
    http https://tools.cisco.com/its/service/oddce/services/DDCEService destination address
    email address of destination [email protected] / * /
    destination-mode http transport
    Subscribe to alert-group diagnosis
    Subscribe to alert-group environment
    Subscribe to alert-group monthly periodic inventory
    monthly periodicals to subscribe to alert-group configuration
    daily periodic subscribe to alert-group telemetry
    Cryptochecksum:0d2497e1280e41ab3875e77c6b184cf8
    : end
    kunauto #.

    Hello

    Looking at the configuration, there is an access list this nat exemption: -.

    192.168.215.0 IP Access-list extended sheep 255.255.255.0 allow 192.168.2.0 255.255.255.0

    But it is not applied in the States of nat.

    Send the following command to the nat exemption to apply: -.

    NAT (inside) 0 access-list sheep

    Kind regards

    Dinesh Moudgil

    P.S. Please mark this message as 'Responded' If you find this information useful so that it brings goodness to other users of the community

  • Router vpn site to site PIX and vpn client

    I have two on one interface on the pix vpn connections that terminate VPN. client vpn and VPN site-to-site have passed phase one and two and decrypt and encrypt the packets. However as in another post I can not ping through the l2l vpn. I checked this isn't a nat problem a nd two NAT 0 on the pix and the NAT on the router access lists work correctly.

    ISAKMP crypto RTR #show its
    IPv4 Crypto ISAKMP Security Association
    status of DST CBC State conn-id slot
    66.x.x.x 89.x.x.x QM_IDLE 2001 0 ACTIVE

    IPv6 Crypto ISAKMP Security Association

    local ident (addr, mask, prot, port): (192.168.2.0/255.255.255.0/0/0)
    Remote ident (addr, mask, prot, port): (192.168.10.0/255.255.255.0/0/0)
    current_peer 66.x.x.x port 500
    LICENCE, flags is {origin_is_acl},
    #pkts program: 23583, #pkts encrypt: 23583 #pkts digest: 23583
    #pkts decaps: 18236, #pkts decrypt: 18236, #pkts check: 18236
    compressed #pkts: 0, unzipped #pkts: 0
    #pkts uncompressed: 0, #pkts compr. has failed: 0
    #pkts not unpacked: 0, #pkts decompress failed: 0
    #send 40, #recv errors 0

    local crypto endpt. : 89.x.x.x, remote Start crypto. : 66.x.x.x
    Path mtu 1380, ip mtu 1380, ip mtu BID Dialer0
    current outbound SPI: 0xC4BAC5E (206285918)

    SAS of the esp on arrival:
    SPI: 0xD7848FB (225986811)
    transform: aes - esp esp-sha-hmac.
    running parameters = {Tunnel}
    Conn ID: 3, flow_id: Motorola SEC 1.0:3, card crypto: PIX_MAP
    calendar of his: service life remaining (k/s) key: (4573083/78319)
    Size IV: 16 bytes
    support for replay detection: Y
    Status: ACTIVE

    the arrival ah sas:

    SAS of the CFP on arrival:

    outgoing esp sas:
    SPI: 0xC4BAC5E (206285918)
    transform: aes - esp esp-sha-hmac.
    running parameters = {Tunnel}
    Conn ID: 4, flow_id: Motorola SEC 1.0:4, card crypto: PIX_MAP
    calendar of his: service life remaining (k/s) key: (4572001/78319)
    Size IV: 16 bytes
    support for replay detection: Y
    Status: ACTIVE

    outgoing ah sas:

    outgoing CFP sas:

    Expand the IP NAT access list
    10 deny ip 192.168.2.0 0.0.0.255 192.168.10.0 0.0.0.255 (21396 matches)
    20 permit ip 192.168.2.0 0.0.0.255 everything (362 matches)
    Expand the IP VPN_ACCESS access list
    10 permit ip 192.168.20.0 0.0.0.255 192.168.10.0 0.0.0.255 (39724 matches)

    I looked on the internet and that it points to a routing error when packets are being encrypted and decrypted, but you can't do a ping on the binding. However when I test the connection I did not enter any of the static routes that networks are connected directly on each side of the pix and the router. any help would be a preciated as I think there's maybe something is blocking the ping to reach the internal network at the end of pix with a configured access list.

    is ping failure of the only thing between the site to site VPN? and assuming that all other traffic works fine since it decrypts and encrypts the packets.

    If it's just ping, then activate pls what follows on the PIX:

    If it is version 6.3 and below: fixup protocol icmp

    If it is version 7.0 and higher: select "inspect icmp" under your political map of the world.

    Config complete hand and on the other could help determine if it's a configuration problem or another problem.

  • OAS 10.1.2.0.2 SVU error: number of Security ACL that should be deleted

    I installed this version of the OAS on AIX 5.3 (64-bit) and encounters this error after execution of Validation schema utility 6755602 Patch mode of CLEANING/DBPROVALL on the portal. There is a version ever of this patch that gives the same error. Can't upgrade that I need to put an application on top of it. There is a similar error described in Security ACL reported inconsistencies (Doc ID 1311185.1(), but this has happened after the upgrade in this matter, and the fix does not work.

    # Validate ACL security

    # . Inconsistency: Number of ACL of security that should be deleted = 168

    # . List the security ACLs that should be deleted

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 1.jpg, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 10. JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 100.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 101. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 102. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 103.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 104.la GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 105.le JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 106 JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 107.le JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 108.INO JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 109.GIF JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 11. JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 110.dans JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 111.la JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 112 JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 113.le JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 114.les JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 115.le JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 116.le JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 117.avant JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 118.le JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 119.le JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 12. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 120.le JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 121.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 122. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 123. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 124 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 125 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 126.com GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 127. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 128.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 129 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 13. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 130. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 131 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 132 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 133.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 134.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 135.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 136.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 137.teleglobe GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 138.folk GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 139 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 14. GIF Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 140. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 141.les GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 142.en GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 143. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 144.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 145.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 147.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 148.le JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 149.le JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 15. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 150. JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 151.dans JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 152.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 153.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 154.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 155. JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 156.Stentor GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 157 DTD, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 158.CAPTS GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 159.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 16. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 160 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 161.meta GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 162.meta GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 163.com GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 164 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 165.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 166.dans GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 167.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 168.le JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 169.meta GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 17. GIF Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 18. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 19 / GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 2 JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 20. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 21. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 22. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 23. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 24. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 25. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 26 / GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 27. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 28. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 29 / GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 3 JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 30 / JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 31.le JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 32. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 33. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 34. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 35 / GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 36 / GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 37.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 38. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 39. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 4 JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 40. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 41 / GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 42.la GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 43.la GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 44. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 45. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 46. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 47 / GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 48.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 49 / GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 5 JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 50. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 51.la GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 52. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 53. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 54.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 55.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 56.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 57. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 58. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 59.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 6 JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 60.la GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 61.les GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 62.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 63rd GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 64.eu GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 65.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 66.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 67. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 68.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 69.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 7 JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 70. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 71.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 72 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 73.l GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 74.tel GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 75 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 76 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 77.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 78 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 79.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 8 JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 80.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 81.maddesinin GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 82 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 83.Stentor GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 84. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 85.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 86 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 87. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 88.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 89. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 9 JPG, recipient Type: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 90.l GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 91.les GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 92.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 93.le GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 94.dans GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 95. GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 96.html GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 97.tel GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 98 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # .. Owner: PORTAL, the Type of object: DOCUMENT, name: 99 GIF, Type of beneficiary: USER, the name of the beneficiary: PORTAL, Privilege: OWN

    # Summary: Inconsistencies found

    At ran svu_rept.sql autonomous and it cleared up any inconsistencies

  • Reset home folder permissions and the default ACL on macOS Sierra?

    A tool that I've used in the past to troubleshooting doesn't seem to be available in macOS Sierra.

    There was a procedure in el captain to reset the permissions of file and ACLs in start in recovery mode, by running the command terminal, resetpassword.  This command pulls up a GUI in Sierra as el cap but the "reset the user permissions and ACLs" option is no longer there.

    This article describes the procedure to el captain

    http://appletoolbox.com/2016/07/fix-corrupt-user-accounts-MacOS/#For_El_Capitan _ andmacOS

    Is there another way to reset the permissions of the user and the default ACLs on macOS Sierra?

    If you are looking for in the forums on the topic and limit to messages by Linc Davis, he posted a script that will reset everything.

  • I forgot my email of rescue and my security questions

    I want to change my apple id passwoed by the way I forgot my email of rescue and my security questions and I can not change pls help me

    Greetings and salutations, jonach!

    Welcome to the communities of Apple Support! Regularly, I change my password Apple ID as well so I understand your dilemma! I'll be more than happy to help with this.

    If you forgot your Apple ID security questions answered - site Apple ID has been redeveloped by making it easier to do what you need from your computer. Just follow the information provided in this article.

    Have a great day!

  • AppStore will be asked for credit card and social security number

    Woman received email asking for verification of the purchase. We did not make a new purchase. Connected to answer and were invited to CR. card number AND social security number. I stepped back at that time. Apple do that?

    This is a phishing attempt. Do not respond. Shall not disclose any personal or financial information. You can use the address below to send the suspicious message to Apple. [email protected]

    The link below has information to identify fraudulent emails.

    http://support.Apple.com/kb/HT4933

  • computer in question being, trying to download the latest update (kb981852) whenever I have download nothing is updated and the security symbol remains (yellow shield of windows).

    Einf is the message I get.  I did what I usually do to download but nothing happens.  I noticed there are 0 download size, so I guess that nothing is there for download anyway.  The windows symbol, I assume that something is wrong.  Please could someone enlighten me.

    Download size: 0 KB 0 minutes (downloaded; ready to install)
    A security issue has been identified that could allow an authenticated local attacker to compromise your system and take control. You can protect your system by installing this update from Microsoft. After you install this update, you may have to restart your system.  Details...
    Update security for Windows XP (KB981852)

    Visit the Microsoft Solution Center and antivirus security for resources and tools to keep your PC safe and healthy. If you have problems with the installation of the update itself, visit the Microsoft Update Support for resources and tools to keep your PC updated with the latest updates.

    For enterprise customers, support for security updates is available through your usual support contacts.

  • uninstall the KB955759 and KB972270 security updates in xp

    automatic updates from 19/01/10 made my almost powerless browsers especially firefox. These two [955759 KB and KB972270] security updates have been installed in the afternoon, and I have since been in pc _. I can't do a restore.
    Is there a method to cancel any security settings has occurred with this update of XP Home?

    See the section "How to get help", for example, http://support.microsoft.com/kb/972270

    Visit the Microsoft Solution Center and antivirus security for resources and tools to keep your PC safe and healthy. If you have problems with the installation of the update itself, visit the Microsoft Update Support for resources and tools to keep your PC updated with the latest updates.

    Or you can...

    Launch a collateral request for assistance free Windows Update:
    https://support.Microsoft.com/OAS/default.aspx?Gprid=6527

    Security customer includes home links page free security update support, too
    https://consumersecuritysupport.Microsoft.com/

    For more information about how to contact your local Microsoft subsidiary for security update support issues, visit the International Support Web site: http://support.microsoft.com/common/international.aspx

    For enterprise customers, support for security updates is available through your usual support contacts.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Important updates for Vista SP2 Security Installation failure: update MSXML 4.0 SP2 (KB927978) AND (KB954430) security, citing error Code 652, Windows Update encountered an unknown error!

    Has no significant updates for VISTA SP2 security installation: MSXML 4.0 SP2 (KB927978) security AND (KB954430), citing error Code 652, Windows Update encountered an unknown error! How is it Windows Update does not recognize it's own mistakes? I tried several times to install both of these important updates without success. Please help me so that I can install these two updates & get back on the right track. Thank you!

    See the section "How to get help", for example, http://support.microsoft.com/kb/927978

    Visit the Microsoft Solution Center and antivirus security for resources and tools to keep your PC safe and healthy. If you have problems with the installation of the update itself, visit the Microsoft Update Support for resources and tools to keep your PC updated with the latest updates.

    For enterprise customers, support for security updates is available through your usual support contacts.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Problem: Windows Security Center gives me a "alert" that my anti-virus is turned off, but I am running Windows defender and Microsoft Security Essentials.

    Windows Security Center gives me a "alert" that my anti-virus is disabled.  I have Win XP Professtional and'm running Windows defender and Microsoft Security Essentials times which I recently uninstalled, restarted the computer and reinstalled more updated.  I read related security problems, but I have not found a match.  I have a screenshot of the Win Security Center Alert, but unable to attach.  It is said: ' Windows found multiple antivirus programs on this computer, but they all report that they could be updated or disabled. " Click on the recommendations for suggested actions... [what I did without success, i.e. update.  «[I uninstalled, stop, rebooted and reinstalled and updated]»

    When I shoot to the top of MSE it says, "protection is enabled, and updated definitions.

    Windows Defender said: "Nothing detected" and "computer running normally."

    Before the uninstall and update, I ran System Mechanic from Iolo, who has done wonders for speed.

    Norman

    When it comes to antivirus software, you want one and only one installed and running on your computer.  Two or more may come into conflict with eachother and degrade performance.  I advise you to uninstall Windows defender and use soley mse.

    also I strongly suggest that you avoid using "PC optimization" tools.  They can help a little, but they often do more harm than good.

  • How to remove virus alive security Platinum my win xp32 sp3 and using security essentials

    How to remove virus alive security plate of my Windows XP32 SP3 and using Security Essentials ANTI VIRUS SOFTWARE

    Here's a removal guide specifically for the infection:

Maybe you are looking for