Confusion over the number of tunnels

Hi all

I'm very confused about the number of tunnels formed in my ASA 5520. By CLI, I see two IPSec tunnels, but through ASDM, I get the data you see in the attached picture. Someone knows about it. Thank you

VPN-ASA5520-BLUR # sh vpn-sessiondb summary

Summary of the current Session

Sessions:
Active principles: Cumulative: simultaneous peak: inactive
SSL VPN               :       0 :         20 :               3
Clientless only: 0: 3: 1
Client: 0: 17: 2: 0
IPsec remote access: 2:10:2
Totals: 02:30

Information about the license:
IPsec: 750 configured: 750 Active: 2 load: 0%
SSL VPN: 25 configured: assets 25: 0 load: 0%
Active principles: Cumulative: simultaneous peak
IPsec               :          2 :         10 :               2
SSL VPN             :          0 :         20 :               3
Totals              :          2 :         30

NAC Active Sessions:
No NAC session to display

Mapping sessions VLANS active:
No session mapping VLAN to display
VPN-ASA5520-BLUR # sh clock
07:58:34.698 METS Tuesday, June 12, 2012
VPN-ASA5520-BLUR.

The output of the ASDM is likely to match the output of 'see the vpn-sessiondb' without the key word "Summary", which also include VPN IPSec LAN - to - LAN both tunnels.

Tags: Cisco Security

Similar Questions

  • PIX515 limit the number of Tunnels?

    Hi all

    Is there a limit to the number of VPN tunnels that you can create on a Pix515?

    Thanks for any help

    MG

    There are limiting the number of VPN peers, which is actually the same thing. Check your license features by publishing the underside as the cli: -.

    Show worm - you should see something like: -.

    The devices allowed for this platform:

    The maximum physical Interfaces: 3

    VLAN maximum: 10

    Internal hosts: unlimited

    Failover: disabled

    VPN - A: enabled

    VPN-3DES-AES: enabled

    Cut - through Proxy: enabled

    Guardians: enabled

    URL filtering: enabled

    Security contexts: 0

    GTP/GPRS: disabled

    VPN peers: unlimited

    VPN peers, that's what you're looking for - numbered or unlimited! There is a limitation of thru - put encryption cannot have 1 million tunnels and expect to get MBs of through - put!

    HTH.

  • Confusion over the memory of a bunch of Java and WLS_FORMS

    Hi all

    Background first:

    Oracle Forms/Reports 11.1.2 64-bit
    WebLogic Server 10.3.6
    JDK 1.6 update 37 64-bit
    Microsoft Windows 2008 R2
    Using nodemanager to start/stop the servers managed

    After reading all the documentation and searched this forum and the Internet for advice, I'm still totally confused about how best to make use of memory on the server (the server I'm working now on a 8 GB). Two trains of thought that I discovered in my research:

    (1) do not change the size of Javaheap at all (stick with the default values) and just create additional managed servers on the same machine.

    (2) increase the size of the heap Java for WLS_FORMS

    That said, here are my questions:

    (A) what is the best practice approach (#1 or #2)?

    (B) if it is the #2, what is the approved way to increase the heap size? I tried to add - Xms and arguments - Xmx to the WLS server begin arguments in the WLS console. They are applied when the managed server is started (confirmed in the log file), but because of the way WLS_FORMS is started, there are more - Xms and arguments - Xmx applied after mine, and peaks of Java one last mention if there are duplicates.

    1st update: Question #2 seems to be answered by the support notes 1260074.1 (the only place I had not yet looked at)

    Thanks for any idea that you can provide. If there is a document that I missed somewhere, I'm happy to be told where it is, and will read and summarize the results here.

    Kind regards

    John

    John,

    I'll try to comment on each of your own:

    (1) we had been make some type errors "Unable to contact forms Apache Server" (users see the error "Failed to bridge APACHE server"). The logs showed nothing interesting. I increased the memory allocated using setDomainEnv.cmd, and the error seems to have disappeared. Yes, I know it's a shotgun approach, try something without really having a reason to do it, but it seems to have helped Edit: now I have review of OHS logs instead of WLS_FORMS newspapers, I found the log messages, which brings me to Doc 1380762.1, who tells me that I need a patch. DOH. Oh crikey, forms 11.1.2.1 is out and it came out shortly after that we have downloaded 11.1.2.0 to create these environments. Good and the bad new kind of thing...

    The Apache Bridge error is relatively in line toward the front if you understand what it is say you. It is an error generated by mod_wl_ohs which is the property of SST (Apache). This module is responsible for the relationship between OSH and WLS. The Apache bridge error means that OSH (mod_wls) has been unable to get a response from the managed server WLS he called. Basically, he was unable to cross the bridge ;) The cause could be anything from the managed server does work not, management server is busiest, or there is a problem of network configuration and the server simply didn t hear appeal of OSH.

    It is all described in Note 1304095.1 MOS

    Regarding 11.1.2.1, this can be installed fresh or as a patch on 11.1.2.0. So for machines which currently installed, you can go directly to 11.1.2.1 without having to first install 11.1.2.0.


    .

    (2) as tony.g suggested, we are looking for what we should do to solve them "I have n servers with x GB of RAM, what should I do to configure out-of-the-box forms for stability" issue.

    As I said, there is really no 'forms' specific settings associated with how much RAM your machine has. The only exception to this is (although a little indirect) to use the grouping of the JVM. JVM pooling can reduce the size of each execution process memory footprint by moving his calls from java to the pool of the jvm, then common queries of sharing with the other running execution environments. Memory, use of OSH or WLS managed server really has nothing to do directly with the forms. Specifically to the managed server, from a perspective of forms, I would not expect the cost of memory of WLS_FORMS spending a large part due to the workload. I'm expecting increase as the simultaneous load increases, but I would not expect it to be significant. If I had to guess, see an increase of 1 m or less per user wouldn't surprise me (that's just a guess - I don't know what would be the expected values). If we were to use our older scalability guidelines (Oracle), usually we would have suggested that you should consider about 100 sessions by 1 FMV for better performance. Given that v11 uses a newer version of java and scalability is better today, I suspect that you can easily spend a couple of hundred (300 for example) or more before the performance decreases. In addition, the need to add more managed servers would be probably necessary.

    This is discussed in Note 989118.1 MOS


    .

    (3) HA is important to us, so we set up a cluster of servers of forms/States with a BLT in front of her. I read in the literature on the management of clusters, cloning of a managed server and with the support, how to increase the memory heap for the WLS_FORMS server. My thought process was 'If Oracle gives me instructions on how to increase the heap memory and how clone managed servers, there must be a scenario in which do have advantage." I'm trying to understand the scenarios in which we would do either of these activities.

    Refer to the note that I mentioned above. As a general rule, if you limit the number of simultaneous sessions less than about 300-400, I think the default settings should be fine. If you think you want to go beyond 300 or 400 per managed server, then probably you need to increase the heap the managed server max. Yet once again, refer to the note that I mentioned earlier.

    See also Note 1260074.1 MOS


    .

    I am aware of the JVM pooling (Yes yell us reports) - I still have to this implementation, but it is on my to-do list.

    This is discussed in the [url http://docs.oracle.com/cd/E38115_01/doc.111210/e24477/jvm.htm]Forms Deployment Guide

    Hope that helps ;)

    .

  • Windows backup - Some Confusion over the Date of backup

    I have back up once a week on Removable Drive L:

    When we look at control panel > backup and restore, I see that my last backup was on January 3, 2011, as planned.  I also see that three files have not been saved because backup Windows could not find them.  No problem.

    When I look at the Drive: Explorer > computer > l: However, I don't see that the folder that contains the backup is dated 12/26/2010 under "update."  I remember correctly, is that it is all the time that I turned on my backup to a C: partition on my removable disk L:, probably create this folder on the first backup on removable disk L:

    As time passes, the backup on L: folder should not reflect the date of the last backup?  How can I know that the backup works (see other than the correct data in the control panel > Backup and Restore)?

    Here are the results: right click on the inf file: containing the backup (the file displays the "Save" icon), then the properties > Previous Versions shows no available versions.  Properties > general tab shows the typical parameters of a file; e.g., size of 0 bytes, date of creation, etc.

    Because it is a folder, there are no properties > Details tab.

    Dating back to the control panel > Backup and Restore > manage space, I see that two backups are stored in the inf file: Reader corresponsding for scheduled backups performed two since I have configured backup for this drive.  Everything seems normal.

    On further reflection, it seems that Windows 7 works normally, because the "Date Modified" column in Explorer mode don't not one) that reflects the changes made to existing files in a folder root or additons b) new files/folders in a folder root were made; rather the 'modified date' refers only to the changes that could be made to the properties of the folder root after its creation that is, in terms of sharing, security, etc.

    Since Windows 7, at least, you have no control over the name of the backup that is created and used for the backup folder, and there is (apparently) no exception to the general rule of Windows about how the "Date Modified" column is - at least in the case of backups - it seems that a user is more or less in "trust me". , rely solely on the information available in the control panel > restore and backup to determne if the backup does not work (other than to do a restore of your time immediately after the backup, not a good idea).

    I guess that the preschoolers old like me just feel more comfortable using the Explorer to display the properties for the actual backup file and see the date of creation.

    Maybe a suggestion that might be implemented in next SP?

  • Confusion over the link with ColdFusion 8

    I'm a little confused on the BIND methodologies to do what I do (and I'm sure we can do).

    I have a series of two RADIO for option 1 (let's say option 1 A of the value and the value B) and another series of two RADIO for option 2 (say option 2 A and B of value value) (see my code included).

    I want to make is that the user is selected, option 1-A, I selected option 2-A and vice versa; If the user selects option 2-A, the system should automatically, choose the 1.-a option. It also works for option 1-B with 2-B option.

    I hope that I am clear in my question. Otherwise, feel free to let me know.

    I'm sorry for the confusion, but maybe I'm too deeply reflective about the BIND because what I wanted to do can be easily done with JavaScript!

    OnClick on the CFINPUT RADIO can call a JS function to check and control what to see on the other set of options.

    One day, we receive more on our shoulders and the result is that our brain get confused! ;-))

  • Clear up the confusion over the name of the motherboard

    I ordered an upgrade of CPU hoping that it is compatible with my motherboard. I fell into a riddle because of unclear and defective data on the HP Web site.

    (1) Pegatron M2N58 - East named as (Narra 5)... and elsewhere on the page 6 of narrated GL6... well who is?

    AMD Phenom II X 4 830, which is not yet on the site of AMD's processor that I ordered.

    Different sites show different compatibility...

    According to the support page for my PC... as long as it takes in charge the Am2 + and TDP of 95 watts... it will be a game

    However, mistakes are confusing... and I'd like to see if anyone has this combo works?

    Thank you

    You are welcome.

    It seems to be a good match.  However, you're dealing with a 5 year and plu motheboard and a newer processor.  It is not always a good script for success.  The key is to be extremely careful when installing.  Make sure you add enough compound/thermal paste to ensure it will work cool.  If damage you it, needless to say, you cannot return it.

    Good luck!  I hope it works for you.  I'd be happy to hear the result.

  • Confused over the upgrades and full versions for Windows 8 on a virtual machine

    Hello

    I am wanting to legally install Windows 8 or 8.1 on a virtual computer. When I look at the Microsoft pages only, they seem to offer Windows 8 one update and I can't find a way to the purchase of a previous version either. Is anyone able to point me to an explanation in plain English what I should buy.

    Thanks for your help.

    If you need to install Windows 8 in a virtual machine, you must purchase the full version of license OEM System Builder. If you need to install Windows 8.1 in a virtual machine, you can buy the license of retail sales (which is a full version) or OEM System Builder License.

  • Limitation with the number of entries in a Tunnel of Split ACL

    Hey Cisco community!

    I am facing a problem with a Cisco hub and spoke to the solution.

    We have 2 Hubs (Cisco 7200-2 for redudancy). All clients have a RADIUS (Cisco 881). The rays are 24/24 reported the 2 hubs (2 dmvpn tunnel) to give us access to our monitoring and support equipment.

    Each talk have a NAT table with a specific NAT range for each talk. That way, we can reach every devices with a single IP address within the VPN.

    For example:

    -Spoke_001 have a range of IP NAT 10.80.0.0 255.255.254.0

    -Spoke_002 have a range of IP NAT 10.80.2.0 255.255.254.0

    ...

    To connect to hubs with our mobile phones, we use the Cisco VPN client. We have different profiles created in the regional centres:

    -Profile Admin with an ACL that allow connectivity with each talk

    -Integrator profiles: which allow connectivity to an integrator to some defined rays.

    So the integrating profile looks like this in the hub

    Configuration group customer crypto isakmp [NAME]

    Touch [password]

    [domain]

    pool [NAME]

    ACL [NAME_VPN_Split]

    !

    Profile of crypto isakmp [NAME]

    Profile of clients VPN Description Group [NAME]

    identity group match [NAME]

    list of authentication of client VPN_Client_AUTHEN

    VPN_Client_AUTHOR of ISAKMP authorization list.

    client configuration address respond

    IP local pool [NAME]...

    And the relationship of this group access list:

    [NAME_VPN_Split] extended IP access list

    IP 10.82.20.0 allow 0.0.1.255 all

    IP 10.82.24.0 allow 0.0.1.255 all

    IP 10.81.238.0 allow 0.0.1.255 all

    IP 10.82.4.0 allow 0.0.1.255 all

    IP 10.82.44.0 allow 0.0.1.255 all

    IP 10.81.242.0 allow 0.0.1.255 all

    ...

    In the access list, we can modify the subnets to reduce the number of entries, but some groups should have access to a spoke with the NAT IP range that we can summarize in 1 line (see example)

    The question we have is: when we have more than 50 entries in the ACL, 51st entry does not work:

    -Customer VPN does not receive the road to this network, the road is not added on the connected PC

    -Even if the road is added manually on the PC, the 51st network ACL is not accessible.

    Do you know why there is a limit of 50 entries in a tunnel "Split ACL?

    Do you know if there is a solution to avoid this problem?

    The problem is that if we can summarize an ACL in less than 50 lines, we will have to create a second profile and know wich one to use for the network that... Not really a good solution.

    Thanks in advance!

    Version:

    ROM: System Bootstrap, T3 Version 12.3 (4r), RELEASE SOFTWARE (fc1)

    BOOTLDR: 7200 (C7200-KBOOT-M), Version 12.3 software (15), VERSION of the SOFTWARE (fc3)

    System image file is "disk2:c7200 - advsecurityk9 - mz.151 - 4.M2.bin.

    Yes, there is a strict limit of 50 split tunnel ACL entries when you set it by using the old-fashioned way of VPN configuration (ie: card crypto).

    If you use dynamic TIV to configure, then you have no limitation for ACL split tunnel.

    Here is an example configuration for dynamic configuration of VTI:

    http://www.Cisco.com/en/us/docs/iOS-XML/iOS/sec_conn_vpnips/configuration/15-Mt/sec-IPSec-virt-tunnl.html#GUID-E9EB4518-6269-42E8-908C-57BA5D6334A5

    Hope that answers your question.

  • I bought the Adobe Creative Suite master collection over the past two years with my old mac. I bought a new mac, can I continue to use the old serial number? If not, where can I get the serial number?

    I bought the Adobe Creative Suite master collection over the past two years with my old mac. I bought a new mac, can I continue to use the old serial number? If not, where can I get the serial number? Where I am, I guess that contact to?

    Yes, your license allows you to have two facilities activated simultaneously, so if you want to you can have both machines busy and active so that there is a backup should it come in handy.  You can also contact Adobe via chat and ask them to reset your activations so that you have one (or two) released for a new installation.

  • How to limit the number of items listed when hover over Menu of Control Panel

    original title: Panel Menu controls

    Hey there,

    I want to limit the amount of results when I hover over the control panel in the start menu, when I displayed it as a menu...

    Currently, I have about 25-30 items displayed there and it takes about 2 to 4 seconds to load the menu, I would just have to charge about 10 Articles and give me the ability to scroll the rest of them. Any help would be appreciated!

    Hi Berthier, Chad

    Thanks for choosing Microsoft Community!

    Unfortunately, there no option to perform this task.

    You can submit your comments using the link:

    http://support.Microsoft.com/common/survey.aspx?scid=sw;en-us;2310&altStyle=MFE&renderOption=OverrideDefault&showPage=1&FR=1&nofrbrand=1

  • Really confused on how to record voice over the music, how can I?

    Hello. I have currently the adobe audition trial it just says: Adobe CC. First off I know it does not part of my question but CC is good enough or should I look for in an another verision: I'm doing the songs.

    I upgraded to audacity and am confused about the simplest thing. In audacity, that I could record through my microphone and recording listen to my music in the back, with my helmet and the record like that. In Adobe Audition, it seems that I can't register unless my entry and exit are my microphone, which confuses me too (im a beginner), the only way I can save is if my microphone is my entry and exit put then I hear nothing, I save or any music I put out there.

    I can hear the music if I switch my output to my headphones, but then I can't save... I am so confused I just want to listen to music through my headphones and save with my microphone, but I can't save it unless my return is my microphone. One thing I read was trying with multitrack, but when I open a multitrack session, the symbol of the recording fades and I can't click on it to save.

    To expand a bit on what Steve...

    Yes, the hearing is completely until you want to do and because it is a professional software, a ton more.  The problem is what makes learning much steeper than simple programs (but by limiting further).  Just to give an example, on my set up I can save 32 simultaneous sources (in multitrack) and implemented several different streams to be monitored.  With this versatility comes complexity, however, and I strongly suggest that you spend a few hours with some of these video tutorials available by searching.

    To give you a brief overview of what you need to do to get started:

    Go to the Session File/New/multitrack, set up for the bit depth and you want sampling rate, mono or stereo (probably stereo) and all that kind of thing, then give it a name.

    Go to Edit/Preferences/Audio Hardware and say audition to use your default microphone input (you may need to go to your Windows Audio control and set up there if you mic does not appear on the list of the hearing).  Then configure the default output to your computer or the headphone speakers.

    On the multitrack display, choose the track you want to record in (I'll assume that you already have a piece of music that you have open in a track) and make sure that the input source is your micro - entry is this box with the right arrow in the box to the left of each track.

    Click on red 'R' to the left end of the runway to allow registration - just the track (s) you want to save, not those with the existing equipment).  If you want to make your voice heard through the computer, click on the little 'I' next to the 'R '.  It routes your input to output, but as Steve says, your computer could introduce a latency.

    At this point by clicking the Red record button in the main transport controls should begin to register with reading going out of your computer.

    Now, it's essential, but you have a ton of options (and a ton of shortcut keys, if you choose to learn).  Why so complex for a single track?  Simply, if you record multiple tracks at once of the external speed then you should be able to tell hearing what source put in which the track.  Once get going you, you can create a model of 'session' If you want to use the same set up every time.

    Recycle than trying, but I suggest you strongly look at some tutorials for more details - and I'll second comment Steve, whatever DAW you decide subsequently, a priority purchase of an external audio interface to work around the one built into your computer.

  • Track the number of deployments over a period of time

    Hi all

    I need to track the number of deployments in Labmanager since 01/01/2009 up to this day, is there a way to generate this report LM or by running a query in the comic book? Also, if possible, I would like to know which are the most deployed commnly models and the number of times they have been deployed?

    I got in contact with support, but they do not have a soultion for this and asked me to open a FR., but any help to generate this report, is very popular.

    I use VMware, Inc.® Lab Manager 3.0 (3.0.0.2056)

    Kind regards

    Pattabhi Raman

    Maybe this thread can help you get started on your goal:

    http://communities.VMware.com/message/1389306/

    Kind regards

    EvilOne

    VMware vExpert 2009

    NOTE: If your question or problem has been resolved, please mark this thread as answered and awarded points accordingly.

  • What is the purpose to define the number of columns?

    I have never used InDesign, so for Muse, I am confused as to the goal of being able to define the number of columns to be over 1-column?

    According my video tutorials Dani quickie review, I didn't see any action against the elements of design, she put on the page layout to "alignment on" an edge of column or not.

    Thanks for the tips.

    Using columns is part of a fundamental convention design layout design in a grid. A grid system can make the placement of your content more pleasant to the eye. Content that is simply eye-ball on a page can seem scattered, disorganized and obviously less appeal to viewers.

  • Confusion with the implementation rate Comp

    I'm a bit confused with the implications of fixing the rate of the wrong frame.  My camera can record to 23.976 however the manufacturer sometimes mentions this parameter as 24 p in the manual.  I read that there is no harm using 24 p if the model is a bit long second.  But questions arrise if the model is longer and you are being followed.  On the other hand, mocha specifies that you be specific in the choice of your pace.  The difference.024 makes a real difference?

    If 24 fps is the standard film why camera makers made their record of cameras at 23.976, or film also just named its 24 p and 23.976.  23.976, 24, 25, 29.97, 30, 59,94, 60, they are all so close

    Also, what are the consequences of ripping out at a different pace

    Thanks in advance

    CS5.5

    If 24 fps is the standard film why camera makers made their record of cameras at 23.976, or film also just named its 24 p and 23.976.  23.976, 24, 25, 29.97, 30, 59,94, 60, they are all so close

    Also, what are the consequences of ripping out at a different pace

    Thanks in advance

    You can blame the TV standard NTSC color for the odd frame rate.  At the same time, it was really 30 frames per second.  These are the days of TV in black and white ONLY.  Engineers worked mightily to get to a color system that was compatible with existing B & W games millions, and they finally got it.  But to answer a color signal, they need a little bit more information in each image. The NTSC signal was already packed and needed something to give, so they slowed down the pace a bit.

    Thus, 30 images/s became 29.97... and in direct proportion, 24 fps is 23.976.  Just learn to live with it.

    "Yes, well how can you avoir.976 of an image?

    You can not.  But a frame does NOT miss a count of the number of frames in a second. It's really a MEASURE OF TIME.  PAL-Land, a frame is 1/25 of a second.  In Hollywood, a frame is 1/24 of a second.   In days of yore NTSC, a frame was 1/30 second.  But since 1953, 1/29.97 second.

    Don't obsess over 29.97 and 23.976.  Just use them and get used to them.  Do not put 29.97 images in a model of 30 fps, or 23.976 images in a model of 24 fps just because you like whole nice.  If you do, the movement of the images you shoot can go all twisted up.  Do not.  Do not.

    End of sermon.

  • Column with the number of Partition lines or program group?

    Hi all

    I wish I had a column in my query that indicates how many rows in each partition/group. I hope that my code is clear. Everyone would be Kow how do I do this? I'm pretty eager to avoid nesting if I can because it is already part of a larger and more complex query.

    Be grateful for any help, I'm a little confused!

    Thank you

    Jon

    Select
    d.deal_id,
    c.class_id,
    c.Seniority,
    ROW_NUMBER () OVER (PARTITION BY d.deal_id ORDER BY c.seniority ASC, ASC c.class_id) DealClassCount,.
    -I want the number of Classes per case here, max DealClassCount (the value is the same on all rows of the agreement).
    decode (ROW_NUMBER () OVER (PARTITION BY d.deal_id ORDER BY c.seniority ASC, asc c.class_id), 1,1,0) DealSum
    global_sf.deal d, global_sf.class c
    where d.deal_id = c.deal_id

    and d.deal_id in
    (
    '87354694'
    '87355187'
    )

    order of d.deal_id, c.class_id, c.seniority

    Hi, Jon,

    It would really help, whenever you have any questions, post a few examples of data (CREATE TABLE and INSERT statements) and the results desired from these data. This makes it much more clearly what you want to do.
    If you don't want to show all the data, use the tables commonly available (like those of the scott schema) of your DIF,.

    I think you want to use the COUNT function Analytics (without ORDER BY clause) instead of ROW_NUMBER.

    SELECT    deptno
    ,         ename
    ,         COUNT (*) OVER (PARTITION BY deptno)  AS dept_total
    FROM      scott.emp
    ORDER BY  deptno
    ;
    

    Output:

    `   DEPTNO ENAME      DEPT_TOTAL
    ---------- ---------- ----------
            10 CLARK               3
            10 KING                3
            10 MILLER              3
    
            20 JONES               5
            20 FORD                5
            20 ADAMS               5
            20 SMITH               5
            20 SCOTT               5
    
            30 WARD                6
            30 TURNER              6
            30 ALLEN               6
            30 JAMES               6
            30 BLAKE               6
            30 MARTIN              6
    

Maybe you are looking for

  • Upward does not finish then save himself off

    My phone has not been saved for 90 days, it is said even if I started doing a few times last night, I put it (backup now) he saw half way did get then proceeded to bed this morning, has not himself (to the top (a) and not been supported for 90 days?

  • Solution: The USB floppy drive is not recognized during installation of XP of RAID

    Hello This Solution is for notebooks Qosmio with RAID driver during (manual installation of windows) I found the Solution to this problem, [When you install Microsoft Windows XP by using a floppy drive USB on a player who]requires a driver during the

  • Two files of programs after Vista update...

    Hello.I received the gradual upgrade of toshiba + Vista DVD today and everything was how it is described. As it is written in the guide, all the previous xp programms etc some time deleted. I like this because I want to tpo have a clean install. So I

  • CP6015x interference after printer 15 + high amounts of color prints

    Customer says pages begin jamming in the back after several top prints in color printing. The error code looks like a fuser problem but do not get to the fuser unit prior to blocking the pages. Unit merger to 22%. Image at 28% drum black cartridge is

  • BlackBerry Blackberry Curve 8900 smartphone froze

    Help, please! My curve has frozen on me. It started today, there is an incoming call and it won't let me answer, I kept the same keys and it wouldn't work, as it froze completely! Then I took the battery and it froze at the start page where you actua