With the help of HorizontalFieldManager inside the VerticalFieldManager

Hello, I'm looking to Center a button on the middle of the screen. From what I've seen, I should be able to do this by adding the HorizontalFieldManager in the VerticalFieldManager:

HorizontalFieldManager mensButton =

new HorizontalFieldManager (Field.FIELD_HCENTER);

 

VerticalFieldManager = mensButton2

new VerticalFieldManager (Field.FIELD_VCENTER) ;

Mens

= new ButtonField ("Mens Sports");

mensButton2.add (mensButton);

mensButton2.add (mens);

For some reason, this Center only the button horizontally and not vertically. I tried inculdign I tried USE_ALL_HEIGHT, but still does not work. Any ideas?

Thank you!

Few things:

(1) you must indeed your HFM to have USE_ALL_HEIGHT.

(2) as your screen very probably has a VerticalFeildManager as a delegate (or a Senior Manager, in the case of screen), add mensButton2 to mensButton and mensButton to the screen, not the other way around.

(3) If you use screen, make sure it has bit style NO_VERTICAL_SCROLL!

Anyway, this question has been asked many times is not even funny. Unfortunately, it is not easy to use "search" feature for this - 'Centre screen' or 'average' or other stuff brings much too many items, of which most is not relevant.

I recently gave details on this subject, although that - look at this post:

How to Center horizontally and vertically...

Good luck!

Tags: BlackBerry Developers

Similar Questions

  • Need help with security when AS3 running inside the browser

    Hello

    I'm relatively new to flash, but a fairly skilled programmer.

    I've created a game that works perfectly and communicates with a WinSock server on port 4000 to publish his final to score. With the help of simple XMLSocket and Send.

    When I start the game in the stand-alone flash player everything works perfectly as it should

    However, when I embed in an HTML page or similar this is wrong. The game works fine, but the final display on the WinSock socket server fails. I got the error message.

    ioErrorHandler: [SecurityErrorEvent type = "securityError" bubbles = false cancelable = false eventPhase = 2 text = "Error #2048"]

    My server is a local server run me IIS 6. Everything works very well by the stand-alone flash player, so I know that the ports are clear and firewalls is not the problem.

    Searching around google and forums I discovered in 9,0,124,0 (flash I'm short) that they brought security enhancements, namely you must validate a cross-domain file.

    My file is sitting in the wwwroot in my Web server where my flash swf is hosted and looks like

    < cross-domain-policy >
    < allow-access-from domain = "" * "safe ="false"/ >"
    < / cross-domain-policy >

    I also tried adding to article 1 of the swf file

    Security.loadPolicyFile (" http://mydomainname.com/crossdomain.xml");

    I tried all the bottlenecks, but I can't get the flash to communicate with the server socket when it inside a web browser.

    If I run it in the stand-alone player, everything works perfectly.

    Can someone help me please. I've been googling and ripping my hair out for centuries. It's the last step in my project and I failed the final step.


    Just to add.

    My server and the test computer are on the same domain, the web server is a win2003 server and my tests and server coding is a XP machine running IE7. They are connected by a router ADSL, sharing the same external IP address, but rather through the DHCP addressing. Everything works fine for winsocket port port forwarding.

    Just for emphasis, I think that this configuration is correct, because everything works fine when I run in the flash player.

    Thank you very much

    I fixed it later.

    In version 9.0.124.0 flash they force now you have a server running on port 843 XML socket server somewhere if you want to use XMLSocket in a browser.

    Nothing to do with the domain or crossdomain.xml files.

    You must also call

    Security.loadPolicyFile ("xmlsocket://x.x.x.x:843") before opening the socket.

    to load into the XML file that defines what is allowed.

    Google search for AS3 and socket server port 843 and you will find examples and even a simple Java based server to use.

  • Help with the UpdateView() method inside my function

    Hi all!

    Right, I started my journey to the bottom of the more 'Advanced' way of using Powercli scripting languages and in the process have resulted in a few questions that I try to answer. I have created an advanced function of earlier and was very "impressed" (sorry only word I could think ) with it as it has been very useful in my work on the day the day. This lead me on the creation of the more advanced functions and placing them in a "module" folder\file. However, even if the majority of them is reporting back exactly what I wanted. THE MAIN PROBLEM IS THE PERFORMANCE. We have a very large domain (3000 VMs) and the VM back news taking so long.

    So after having posted on gettting here and thankfully not only my answered by LucD but LucD send me pointers as to where I can go to the question. I read the links he sent me and same have bought book of Steve Jins. My knowledge is improvin, but seem to be stuck here and need help.

    I have attached my function below and would like someone to talk me through the following:

    1. I understand the cmdlet Get-view works now and especially in conjunction with my function below. I tested it and it works great and IS faster than just using the approach of the cmdlet. I understand that the .NET view is simply a larger range of objects that can be much faster retrieve? He has worked and is faster when I tested it. I am so satisfied with the aspect of get-view of things.

    2. now leading me on the method of UpdateViewData() - how can I (or can I?) incorporate into my function. I added in, but I don't know if I used it properly, or even if it's supposed to be used like this if someone can help that will be greatly appreciated.

    Any help would be as always be appreciated

    Thanks in advance

    Munster

    Function Get-VirtualmachinesInfo {}

    < #.

    # >

    [CmdletBinding()]

    (PARAM

    [Parameter (mandatory = $true,)]

    ValueFromPipeline = $true,

    ValueFromPipelineByPropertyName = $true,

    HelpMessage = "Please enter the VM name")]

    [ValidateNotNullOrEmpty()]

    [String []] $VMName

    )

    BEGIN {$OutputObj = @ () # output initialization object array

    }

    {IN PROCESS

    Try {}

    {Foreach ($VM to $VMName)

    If ($VM. GetType(). Name - eq 'string') {}

    Try {}

    $VM = get - VM $VM - ErrorAction Stop

    }

    {} Catch [Exception]

    Write-Warning "$VM is NOT a virtual machine.

    continue

    }

    }

    } ElseIf ($VM - isnot [VMware.VimAutomation.ViCore.Impl.V1.Inventory.VirtualMachineImpl])

    Write-Warning "you not pass a string or a VM object.

    continue

    }

    "$VMView get-View - ViewType Virtualmachine-filter = @{'name' = $vm.name}.

    -Name of the property, config, summary

    $VMView | %{$_. UpdateViewData ("VM. "Name", "VM.config", "VM. Summary")}

    $Props = [ordered]@{'Name'=$VMView.name;

    'Version' = $VMView.config.version;

    'UuID' = $VMView.config.Uuid;

    'CPU_Num' = $VMView.config.hardware.NumCPU;

    'CorSkt_Num' = $VMView.config.hardware.NumCoresPerSocket;

    "Nics_Num" = $VMView.summary.config.NumEthernetCards;

    "VHDs_Num" = $VMView.summary.config.NumVirtualDisks;

    }

    $Obj PSObject = new-Object-property $Props

    $OutputObj += $Obj

    }

    }

    {} Catch [Exception]

    THROW "could not get the VM details, please confirm that the virtual machine exists."

    }

    }

    {END}

    Write-Output $OutputObj # exit EXIT pipeline objects

    }

    }

    Fix.

  • With the help of the buttons inside the Scrollpane

    I have the following code to my (not in a scrollpane) buttons, but when I try to add additional channels (addEventListener) to correspond with the buttons in a scrollpane I get these error messages (1120: access of undefined property smith. 1120: access of undefined property thomas.). I tried using the script in a layer actions within the MC inside the scrollpane does not. Is someone can you please tell me what is wrong and (a simple code example) how to correct? Thank you.

    home.addEventListener (MouseEvent.CLICK, clickSection);
    about.addEventListener (MouseEvent.CLICK, clickSection);
    staff.addEventListener (MouseEvent.CLICK, clickSection);
    whyus.addEventListener (MouseEvent.CLICK, clickSection);
    services.addEventListener (MouseEvent.CLICK, clickSection);

    function clickSection(evtObj:MouseEvent) {}
    gotoAndPlay (evtObj.target.name);

    }

    and once again, in answer to your question.  attached is a file that shows exactly what I have been explained - how to add headphones borders on objects in a scrollpane.

  • With the help of DataFileLoad within a use

    Hello

    When you import files of type *.7d7 using the existing use, some of the proparties are not loaded correctly. I tried to fix this by creating a new use. Given that I do not have access to the file format (and I don't really want to write the plugin from scratch) I tried to use the existing plugin and then clean the proparties loaded.

    Is it possible to use DataFileLoad inside the use vbs file? I get an error saying "Variable is undefined: «DataFileLoad»»

    Also, I tried to use the msgbox inside the use as a way easy to debug but is became a ' permission denied: "msgbox" "error."

    Thanks for the help.

    Hi Denis,.

    It is possible in a use VBScript to open an object file with the path of the data file.

    Set file = OpenFile (DataFilePath)

    It is possible in a use VBScript to open a store object with the path of the data file and the name of the use to use.

    Set store = OpenStore (DataFilePath, DataPluginName)

    It is NOT possible to make the function calls or variable reads/writes that are part of the DIAdem VBScript host (i.e. what normally run you in the SCRIPT Panel), because a series of VBScript in a VBScript use separate host that is embedded in ICU who has none of these orders or added variables.  Remember that VBScript DataPlugins can also be run on a computer that has LabVIEW on it.

    VBScript MsgBox and InputBox controls are also NOT allowed in a VBScript use because they would hang the DataFinder when trying to index the files of data headlessly.

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • With the help of SequenceFilePreStep StepName run or skip

    Looking for help with a modification to my test menu.

    I have a number of subsequences that will call the test specific files that:

    (Not SubSeqCall) Compare_Interface_Max.SEQ (where the StepName contains the name of the sequence file called)

    (Instruction step)   Rename the Test with the account of the error file (Call a DLL to rename the "Compare_Interface_Max.seq" file as: 0 - Compare_Interface_Max.seq I know how many errors are in the file.)

    This format is repeated for test sequences about 180.  Sometimes, there will be a timing problem and I need to run some tests.

    What I'm trying to do is to before running each test, use a DLL call to test a file name in the directory of reports such as "0 - Compare_Interface_Max.seq" and NOT to run the test, if it is already passed.

    Two problems:

    1. How can I get the StepName calling within the SequenceFilePreStep?

    I can't seem to find in the "Runstate.Caller" variables... ».  I need the name of the step that calls to test the name of the file.

    (I tried to adjust the Locals.sStepName to the current stepname inside the expression pre-echelons, but it does not yet exist, PreStep is not yet known when the SequenceFilePreStep is called.)

    2. once I have the name of the step (i.e.: contains ".seq") so I can do my call to the DLL to test to see if the file exists.

    If the file is already outdated OK, I want to SKIP the step of subsequence call and the next stage of education, and I do not know how to do it from inside the SequenceFilePreStep.

    Any suggestions?

    Mike

    RunState.Caller.Sequence.Main [runstate. Caller.RunState.NextStepIndex]. Condition = "False".

    RunState.Caller.Sequence.Main [runstate. Caller.RunState.NextStepIndex + 1]. Condition = "False".

  • Need help with the events of user base in state machine example in queue

    I wrote a small example queue state machine to try to teach myself about the creation and use of the user events.  The purpose of the machine is periodically pick a number (I do now with a control instead of a generator of random numbers for troubleshooting), and compare this figure with the number I put in a control.  When they match, I want to raise an event to fire so I can do something about having found a match.  The examples in the file LV references help show events within the structure of the event, but I want to reach out of a State and trigger an event...

    Can someone point me in the right direction here?

    Thank you

    Hummer1

    I think the service you're looking for is generating the user event.  What to put in your consumer loop, inside the case structure when identical numbers.

  • With the help of semaphore with a Global Variable - correct use?

    Hi all

    I looked in the use of global variables and in my case, it seemed with the help of a semaphore is the appropriate solution.

    In my case, I use a global variable to store the State of the system. Asynchronous two with screw environment (same VI) will follow two COM ports to see if they get a ' login:' command prompt. If the COM port is associated with Alpha, Charlie, or Echo, it increments by 1, and if it is associated with the Bravo, Delta, or Foxtrot, is incremented by 2 GV. If the GV is 3, the rest of the code will run. In this case, it must be a port COM A, C or E; the other should be B, D or F.

    A VI parent is called inside a loop. He works for the first loop. He never adds up to 3 on the second loop, however. I can't understand why. Please let me know if my code is a poor use of semaphores, or if there is debugging I can try.

    I'm still relatively new to LV, so I'm sorry if my screws are difficult to read. I created this in LV2011.

    Thanks for any help!

    CelerityEDS wrote:

    The output of my time looping (wait GV = 3) goes to the structure of the case on the bottom right (clear SGS, PasswordEntry, etc.), so the GV get indeed consulted by the upper case structure right.

    ??

    Your right upper case structure does not run until your time ends in a loop.  The while loop does not stop until the total is equal to 3.  Where can increment you the world besides structures case you cannot yet?

    Have you tried in your point culminating execution of the VI in order to see how they are actually running?

    Another problem that I see.  Assuming that your first while the loop is going to end.  In the structures of your case, you lock the semaphore.  But you can never unlock the semaphore unless you have the right combination of conditions that allow you to get to the case that unlocks the semaphore.  The conditions are based on data that are read before the start of the case of structure, which means that data will not be read and changed until it all ends.  You have the timeout of your lock semaphore connected on one of the cases, but your semaphore lock can never timeout because you do not have a value on his entry time-out.  I think you have a situation where you can lock a semaphore, then arrive at a situation where you can not unlock, then wind locking up of your cold code.

    I don't really think that you need a semaphore at all.  I think you can protect reading and writing functional your overall using a global variable, i.e. the motor action.  Overall, I think you need to rethink the architecture of your code.

  • With the help of the graph of the intensity

    Hello

    Currently, I have a problem with the graphics of the intensity. I use the Toolbox of the time frequency in Labview. Currently, I am having a problem where I had to plot the spectrogram of the signal. I tried to maintain a plot of the spectrogram to 0 for 4S and another 4 s to 8 s. I'm trying hard to draw the graph of the two together, to form a parcel from 0 to 8 seconds, in the spectrogram. In addition, the time axis will continue to increases in 4S interval with a spectrogram updated. I wonder how can I realized by having two spectrogram with two different time interval to display a common conspiracy? Thanks much for the advice.

    RDG

    kengkc

    Hi kengkc,

    Correct me if I'm wrong, but you say that you have the data for the first 4 seconds of your acquisition (t = 0 to 4) and 4 seconds following your acquisition (t = 4 to 8) and you want to combine them into a plot? I guess that since you were able to draw in a graph of intensity to begin with, they are already in the tables.

    If that's what you want to do, you can easily concatenate your arrays using the Array function build (which means to add a table at the end of another person). Add your function Array of build of the subpalette of the table and make sure that you right-click and choose concatenate arrays so that you get more dimensions in your resulting table. Then expand the function Array build so that you can wire your matrices inside.

    Please refer to the attached screenshot to get an idea of what I mean.

    I hope this helps.

  • help me with the dep program

    I have problems with the dep program my wife likes to talk to people on facebook. but he started it after a few seconds, add something about ons in help. I'm not good with computers

    Hello

    Try to add to your trusted sites in IE - Tools - Internet Options - Security - Trusted Sites.

    https://www.Facebook.com/

    http://www.Facebook.com/

    EricLaw IEInternals - a peek at Internet Explorer from inside. -Understanding DEP/NX
    http://blogs.msdn.com/ieinternals/archive/2009/10/10/understanding-data-execution-prevention-crashes-in-IE8.aspx

    The problem might actually be an add-on or another program to the origin of the problem and you should check that
    1st.

    What antivirus/antispyware/security products do you have on the machine? Be one you have NEVER on it
    machines, including those that you have uninstalled (they leave leftovers behind which can cause strange problems).

    If no joy there's something blocking perhaps.

    Start - all programs - Accessores - system tools - IE with no Addons - does this work better?

    IE - Tools - Internet Options - Advanced - tab click on restore, and then click Reset - apply / OK

    IE - Tools - Internet Options - Security tab - click on reset all default areas - apply / OK

    Close and restart IE or IE with no addons

    not better?

    IE - tools - manage Addons (for sure disable SSV2 if it is there, it is no longer necessary but Java always install
    "(and it causes problems - you never update Java to go back in and turn it off again)." Search for other possible problems.

    Windows Defender - tools - software explore - look for problems with programs that do not look right. Permit
    are usually OK and "unauthorized" are not always bad. If in doubt about a program to ask about it here.

    Could be that a BHO - BHOremover - free - standalone program, needs no installation, download and run - not all
    are bad, but some can cause your question (toolbars are BHO).
    http://securityxploded.com/bhoremover.php

    Startup programs
    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    Also get Malwarebytes - free - use as scanner only.

    http://www.Malwarebytes.org/

    --------------------------------

    Try these to erase corruption and missing/damaged file system repair or replacement.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type in the search box - find command top - RIGHT CLICK – RUN AS ADMIN

    sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Then, run checkdisk - schedule it to run at next boot, then apply OK your way out, then restart.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    --------------------

    Departure - in the search box, type-> order

    at the top of the list to find COMMAND - CLICK RIGHT to it - RUN AS ADMIN

    Type the following commands (or copy and paste one at a time), each followed by pressing on enter.

    ipconfig/flushdns

    nbtstat-r

    nbtstat - RR

    netsh int Reinitialis

    netsh int ip reset

    netsh winsock reset

    RESET

    That resets your TCP/IP stack
    ------------------------------------------------------

    Maybe using Compatibility Mode will help you.

    Introduction of compatibility view
    http://blogs.msdn.com/ie/archive/2008/08/27/introducing-compatibility-view.aspx

    http://www.Microsoft.com/Windows/Internet-Explorer/features/easier.aspx

    Some Web sites are not displayed correctly or work correctly in Windows Internet Explorer 8
    http://support.Microsoft.com/kb/956197

    -------------------------------------------------------------------

    Do yourself a big favor and work through 1 above.

    How control DEP but I don't recommend turning it off and certainly not to let power off.

    How to enable DEP on or off for a program under Vista
    http://www.Vistax64.com/tutorials/65790-DEP-turn-off-programs.html

    How to enable or disable DEP in Vista
    http://www.Vistax64.com/tutorials/120778-DEP-enable-disable.html

    ====================================

    If nothing else works you can try this however I would use as a last resort.

    IE - Tools - Internet Options - Advanced Options - Security Section - clear the check box enable memory Protection to mitigate
    Online - APPLY - OK attacks close and restart IE

    I hope this helps.

    Rob - bicycle - Mark Twain said it is good.

  • ObjectListField, with the help of needed managers

    Hey guys, so this is what I have:

    I have a screen that adds a VerticalFieldManager which adds an ObjectFieldList where the elements are managers. each Manager has a BitmapField and 3 LabelFields (can change to RichTextFields, I doubt that it changes anything however).

    now, the result of adding this just ObjectListField gives me lines of '. com.rim.packages'package_name ".". " "Manager_name'" instead of view manager itself

    I don't know if I have to manually draw the frames with the function drawListRow or I am doing something wrong

    any help, suggestions, comments are much appreciated!

    ObjectListField is a convinience ListField, who can take any list objects and provides basic drawing functionality. The text to be included must come from the toString() method of the object.

    So what you're trying to do, will not work with the ObjectListField.

    You should take a look in the knowledge base and research for an article titled something like "how to implement the interface user advanced". That comes with a lot of fields to improve and code of field managers.

  • BlackBerry smartphones could use some help with the desktop software

    I'm sure this has been asked before, and I hate to be the guy who never had a blackberry and a question that has been asked a million times, but I can't figure it out and my ISP (virgin mobile), is not being very the problem. All I want to do is to download the software to my PC, so I can transfer songs from my hard drive to my Blackberry and similar functions. I followed the steps one blackberry software page and then come to a point where it asks me to choose what software I want. Now, I'm not very computer any help at all would be greatly appreciated. And as I have previosly stated my provider virgin mobile and my phone is a blackberry pearl

    (8130) thank you in advance.

    see you soon

    I must say yes 'I want Mass Storage'.

    from the home screen:
    Options > media card

    don't like me:
    Media card support: WE
    Encryption mode: NONE
    Mass storage support: WE
    Auto enable mass storage: YES

    then, when you plug in the usb cable, your Blackberry will be just a simple Player cards with a card 8 GB inside.

  • IPsec VPN Phase 2 does not. Need help with the debug output

    Is someone can you please tell me why I can't establish ipsec Phase 2 negotiations.  I'm trying to connect a 2651XM to a Pix 501.

    Here are the isakmp debug and release of ipsec and configs. I checked the keys are the same. And sets of transformations look ok. No idea why its not working?

    What is the bottom tell me?

    ===========================================================

    01:32:37: IPSEC (validate_transform_proposal): invalid local address 1.1.1.2

    01:32:37: ISAKMP:(0:2:SW:1): IPSec policy invalidated proposal

    01:32:37: ISAKMP:(0:2:SW:1): politics of ITS phase 2 is not acceptable! (local 1.1.1.2 re)

    Mote 1.1.1.3)

    01:32:37: IPSEC (validate_transform_proposal): invalid local address 1.1.1.2

    01:32:37: ISAKMP:(0:2:SW:1): IPSec policy invalidated proposal

    01:32:37: ISAKMP:(0:2:SW:1): politics of ITS phase 2 is not acceptable! (local 1.1.1.2 re)

    Mote 1.1.1.3)

    ===============================================================================

    ISAKMP (0): start Quick Mode Exchange, M - ID - 1154286426:bb32fca6
    crypto_isakmp_process_block: CBC 1.1.1.2 1.1.1.3 dest
    ISAKMP (0): processing NOTIFY payload Protocol 14 2
    SPI 2224366689, message ID = 1503891776
    ISAKMP (0): removal of spi 1629787524 message ID = 3140680870
    to return to the State is IKMP_NO_ERR_NO_TRANS
    pixfirewall #.
    pixfirewall # sh crypto is
    ISAKMP (0): start Quick Mode Exchange, M - ID 400184159:17da535f
    crypto_isakmp_process_block: CBC 1.1.1.2 1.1.1.3 dest
    ISAKMP (0): processing NOTIFY payload Protocol 14 2
    SPI 2649583861, message ID = 1778335964 a.
    ISAKMP (0): removal of spi 4117818781 message ID = 400184159
    status code returned is IKMP_NO_ERR_NO_TRANSkmp its
    Total: 1
    Embryonic: 0
    Src DST in the meantime created State
    1.1.1.2 1.1.1.3 QM_IDLE 0 0
    pixfirewall #.
    ISAKMP (0): start Quick Mode Exchange, M - ID 923039456:370476e0
    crypto_isakmp_process_block: CBC 1.1.1.2 1.1.1.3 dest
    ISAKMP (0): processing NOTIFY payload Protocol 14 2
    SPI 2163779852, message ID = 2746774364
    ISAKMP (0): removal of spi 212465792 message ID = 923039456
    to return to the State is IKMP_NO_ERR_NO_TRANSexi

    Closure of session

    CCC cryp #sh
    CCC #sh crypto isakmp his
    status of DST CBC State conn-id slot
    1.1.1.2 1.1.1.3 QM_IDLE 1 0 ACTIVE

    CCC #ping 192.168.1.1

    Type to abort escape sequence.
    Send 5, echoes ICMP 100 bytes to 192.168.1.1, time-out is 2 seconds:
    .....
    Success rate is 0% (0/5)

    CCC #ping 192.168.1.5

    Type to abort escape sequence.
    Send 5, echoes ICMP 100 bytes to 192.168.1.5, time-out is 2 seconds:
    .....
    Success rate is 0% (0/5)
    CCC #debug isakmp crypto
    Crypto ISAKMP debug is on
    CCC #debug crypto ipsec
    Crypto IPSEC debugging is on
    Crypto CCC talkative #debug
    detailed debug output debug is on
    CCC #ping 192.168.1.5

    Type to abort escape sequence.
    Send 5, echoes ICMP 100 bytes to 192.168.1.5, time-out is 2 seconds:
    .....
    Success rate is 0% (0/5)
    CCC #.
    00:51:24: ISAKMP (0:134217729): received packet of 1.1.1.3 dport 500 sport 500
    Global (R) QM_IDLE
    00:51:24: ISAKMP: node set 1268073006 to QM_IDLE
    00:51:24: ISAKMP:(0:1:SW:1): HASH payload processing. Message ID = 1268073006
    00:51:24: ISAKMP:(0:1:SW:1): treatment ITS payload. Message ID = 1268073006
    00:51:24: ISAKMP: (0:1:SW:1): proposal of IPSec checking 1
    00:51:24: ISAKMP: turn 1, AH_SHA
    00:51:24: ISAKMP: attributes of transformation:
    00:51:24: ISAKMP: program is 1 (Tunnel)
    00:51:24: ISAKMP: type of life in seconds
    00:51:24: ISAKMP: life of HIS (basic) of 28800
    00:51:24: ISAKMP: type of life in kilobytes
    00:51:24: ISAKMP: service life of SA (IPV) 0x0 0 x 46 0 50 x 0 x 0
    00:51:24: ISAKMP: authenticator is HMAC-SHA
    00:51:24: ISAKMP: (0:1:SW:1): atts are acceptable.
    00:51:24: ISAKMP: (0:1:SW:1): proposal of IPSec checking 1
    00:51:24: ISAKMP: turn 1, ESP_3DES
    00:51:24: ISAKMP: attributes of transformation:
    00:51:24: ISAKMP: program is 1 (Tunnel)
    00:51:24: ISAKMP: type of life in seconds
    00:51:24: ISAKMP: life of HIS (basic) of 28800
    00:51:24: ISAKMP: type of life in kilobytes
    00:51:24: ISAKMP: service life of SA (IPV) 0x0 0 x 46 0 50 x 0 x 0
    00:51:24: ISAKMP: (0:1:SW:1): atts are acceptable.
    00:51:24: IPSEC (validate_proposal_request): part #1 of the proposal
    (Eng. msg key.) Local INCOMING = 1.1.1.2, distance = 1.1.1.3.
    local_proxy = 10.10.10.0/255.255.255.0/0/0 (type = 4),
    remote_proxy = 192.168.1.0/255.255.255.0/0/0 (type = 4),
    Protocol = AH, transform = ah-sha-hmac (Tunnel),
    lifedur = 0 and 0kb in
    SPI = 0 x 0 (0), id_conn = 0, keysize = 0, flags = 0 x 2
    00:51:24: IPSEC (validate_proposal_request): part #2 of the proposal
    (Eng. msg key.) Local INCOMING = 1.1.1.2, distance = 1.1.1.3.
    local_proxy = 10.10.10.0/255.255.255.0/0/0 (type = 4),
    remote_proxy = 192.168.1.0/255.255.255.0/0/0 (type = 4),
    Protocol = ESP, transform = esp-3des (Tunnel),
    lifedur = 0 and 0kb in
    SPI = 0 x 0 (0), id_conn = 0, keysize = 0, flags = 0 x 2
    00:51:24: IPSEC (validate_transform_proposal): invalid local address 1.1.1.2
    00:51:24: ISAKMP:(0:1:SW:1): IPSec policy invalidated proposal
    00:51:24: ISAKMP:(0:1:SW:1): politics of ITS phase 2 is not acceptable! (local 1.1.1.2 re)
    Mote 1.1.1.3)
    00:51:24: ISAKMP: node set-429221146 to QM_IDLE
    00:51:24: ISAKMP: (0:1:SW:1): Protocol to send NOTIFIER PROPOSAL_NOT_CHOSEN 2
    SPI 2237255312, message ID =-429221146
    00:51:24: ISAKMP:(0:1:SW:1): sending package to 1.1.1.3 my_port 500 peer_port 500
    (R) QM_IDLE
    00:51:24: ISAKMP: (0:1:SW:1): purge the node-429221146
    00:51:24: ISAKMP: (0:1:SW:1): node 1268073006 REAL reason «QM rejec» error suppression
    Ted. "
    00:51:24: ISAKMP (0:134217729): unknown IKE_MESG_FROM_PEER, IKE_QM_EXCH entry:
    node 1268073006: status = IKE_QM_READY
    00:51:24: ISAKMP: (0:1:SW:1): entrance, node 1268073006 = IKE_MESG_FROM_PEER, IKE_QM_
    EXCH
    00:51:24: ISAKMP: (0:1:SW:1): former State = new State IKE_QM_READY = IKE_QM_READY
    00:51:24: % CRYPTO-6-IKMP_MODE_FAILURE: fast processing mode has failed with the counterpart
    with 1.1.1.3
    00:51:54: ISAKMP (0:134217729): received packet of 1.1.1.3 dport 500 sport 500
    Global (R) QM_IDLE
    00:51:54: ISAKMP: node set-500877443 to QM_IDLE
    00:51:54: ISAKMP:(0:1:SW:1): HASH payload processing. Message ID =-500877443
    00:51:54: ISAKMP:(0:1:SW:1): treatment ITS payload. Message ID =-500877443
    00:51:54: ISAKMP: (0:1:SW:1): proposal of IPSec checking 1
    00:51:54: ISAKMP: turn 1, AH_SHA
    00:51:54: ISAKMP: attributes of transformation:
    00:51:54: ISAKMP: program is 1 (Tunnel)
    00:51:54: ISAKMP: type of life in seconds
    00:51:54: ISAKMP: life of HIS (basic) of 28800
    00:51:54: ISAKMP: type of life in kilobytes
    00:51:54: ISAKMP: service life of SA (IPV) 0x0 0 x 46 0 50 x 0 x 0
    00:51:54: ISAKMP: authenticator is HMAC-SHA
    00:51:54: ISAKMP: (0:1:SW:1): atts are acceptable.
    00:51:54: ISAKMP: (0:1:SW:1): proposal of IPSec checking 1
    00:51:54: ISAKMP: turn 1, ESP_3DES
    00:51:54: ISAKMP: attributes of transformation:
    00:51:54: ISAKMP: program is 1 (Tunnel)
    00:51:54: ISAKMP: type of life in seconds
    00:51:54: ISAKMP: life of HIS (basic) of 28800
    00:51:54: ISAKMP: type of life in kilobytes
    00:51:54: ISAKMP: service life of SA (IPV) 0x0 0 x 46 0 50 x 0 x 0
    00:51:54: ISAKMP: (0:1:SW:1): atts are acceptable.
    00:51:54: IPSEC (validate_proposal_request): part #1 of the proposal
    (Eng. msg key.) Local INCOMING = 1.1.1.2, distance = 1.1.1.3.
    local_proxy = 10.10.10.0/255.255.255.0/0/0 (type = 4),
    remote_proxy = 192.168.1.0/255.255.255.0/0/0 (type = 4),
    Protocol = AH, transform = ah-sha-hmac (Tunnel),
    lifedur = 0 and 0kb in
    SPI = 0 x 0 (0), id_conn = 0, keysize = 0, flags = 0 x 2
    00:51:54: IPSEC (validate_proposal_request): part #2 of the proposal
    (Eng. msg key.) Local INCOMING = 1.1.1.2, distance = 1.1.1.3.
    local_proxy = 10.10.10.0/255.255.255.0/0/0 (type = 4),
    remote_proxy = 192.168.1.0/255.255.255.0/0/0 (type = 4),
    Protocol = ESP, transform = esp-3des (Tunnel),
    lifedur = 0 and 0kb in
    SPI = 0 x 0 (0), id_conn = 0, keysize = 0, flags = 0 x 2
    00:51:54: IPSEC (validate_transform_proposal): invalid local address 1.1.1.2
    00:51:54: ISAKMP:(0:1:SW:1): IPSec policy invalidated proposal
    00:51:54: ISAKMP:(0:1:SW:1): politics of ITS phase 2 is not acceptable! (local 1.1.1.2 re)
    Mote 1.1.1.3)
    00:51:54: ISAKMP: node set-701693099 to QM_IDLE
    00:51:54: ISAKMP: (0:1:SW:1): Protocol to send NOTIFIER PROPOSAL_NOT_CHOSEN 2
    SPI 2237255312, message ID =-701693099
    00:51:54: ISAKMP:(0:1:SW:1): sending package to 1.1.1.3 my_port 500 peer_port 500
    (R) QM_IDLE
    00:51:54: ISAKMP: (0:1:SW:1): purge the node-701693099
    00:51:54: ISAKMP: (0:1:SW:1): node-500877443 error suppression REAL reason "QM rejec.
    Ted. "
    00:51:54: ISAKMP (0:134217729): unknown IKE_MESG_FROM_PEER, IKE_QM_EXCH entry:
    node-500877443: State = IKE_QM_READY
    00:51:54: ISAKMP: (0:1:SW:1): entrance, node-500877443 = IKE_MESG_FROM_PEER, IKE_QM_
    EXCH
    00:51:54: ISAKMP: (0:1:SW:1): former State = new State IKE_QM_READY = IKE_QM_READY
    00:52:14: ISAKMP: (0:1:SW:1): purge the node 1268073006
    CCC #sh crypto isakmp his
    status of DST CBC State conn-id slot
    1.1.1.2 1.1.1.3 QM_IDLE 1 0 ACTIVE

    CCC #ping 192.168.1.5

    Type to abort escape sequence.
    Send 5, echoes ICMP 100 bytes to 192.168.1.5, time-out is 2 seconds:

    00:52:44: ISAKMP: (0:1:SW:1): purge node-500877443...
    00:52:50: ISAKMP (0:134217729): received packet of 1.1.1.3 dport 500 sport 500
    Global (R) QM_IDLE
    00:52:50: ISAKMP: node set 1186613650 to QM_IDLE
    00:52:50: ISAKMP:(0:1:SW:1): HASH payload processing. Message ID = 1186613650
    00:52:50: ISAKMP:(0:1:SW:1): treatment ITS payload. Message ID = 1186613650
    00:52:50: ISAKMP: (0:1:SW:1): proposal of IPSec checking 1
    00:52:50: ISAKMP: turn 1, AH_SHA
    00:52:50: ISAKMP: attributes of transformation:
    00:52:50: ISAKMP: program is 1 (Tunnel)
    00:52:50: ISAKMP: type of life in seconds
    00:52:50: ISAKMP: life of HIS (basic) of 28800
    00:52:50: ISAKMP: type of life in kilobytes
    00:52:50: ISAKMP: service life of SA (IPV) 0x0 0 x 46 0 50 x 0 x 0
    00:52:50: ISAKMP: authenticator is HMAC-SHA
    00:52:50: ISAKMP: (0:1:SW:1): atts are acceptable.
    00:52:50: ISAKMP: (0:1:SW:1): proposal of IPSec checking 1
    00:52:50: ISAKMP: turn 1, ESP_3DES
    00:52:50: ISAKMP: attributes of transformation:
    00:52:50: ISAKMP: program is 1 (Tunnel)
    00:52:50: ISAKMP: type of life in seconds
    00:52:50: ISAKMP: life of HIS (basic) of 28800
    00:52:50: ISAKMP: type of life in kilobytes
    00:52:50: ISAKMP: service life of SA (IPV) 0x0 0 x 46 0 50 x 0 x 0
    00:52:50: ISAKMP: (0:1:SW:1): atts are acceptable.
    00:52:50: IPSEC (validate_proposal_request): part #1 of the proposal
    (Eng. msg key.) Local INCOMING = 1.1.1.2, distance = 1.1.1.3.
    local_proxy = 10.10.10.0/255.255.255.0/0/0 (type = 4),
    remote_proxy = 192.168.1.0/255.255.255.0/0/0 (type = 4),
    Protocol = AH, transform = ah-sha-hmac (Tunnel),
    lifedur = 0 and 0kb in
    SPI = 0 x 0 (0), id_conn = 0, keysize = 0, flags = 0 x 2
    00:52:50: IPSEC (validate_proposal_request): part #2 of the proposal
    (Eng. msg key.) Local INCOMING = 1.1.1.2, distance = 1.1.1.3.
    local_proxy = 10.10.10.0/255.255.255.0/0/0 (type = 4),
    remote_proxy = 192.1.68.1.0/255.255.255.0/0/0 (type = 4),
    Protocol = ESP, transform = esp-3des (Tunnel),
    lifedur = 0 and 0kb in
    SPI = 0 x 0 (0), id_conn = 0, keysize = 0, flags = 0 x 2
    00:52:50: IPSEC (validate_transform_proposal): invalid local address 1.1.1.2
    00:52:50: ISAKMP:(0:1:SW:1): IPSec policy invalidated proposal
    00:52:50: ISAKMP:(0:1:SW:1): politics of ITS phase 2 is not acceptable! (local 1.1.1.2 re)
    Mote 1.1.1.3)
    00:52:50: ISAKMP: node set-1113601414 to QM_IDLE
    00:52:50: ISAKMP: (0:1:SW:1): Protocol to send NOTIFIER PROPOSAL_NOT_CHOSEN 2
    SPI 2237255312, message ID =-1113601414
    00:52:50: ISAKMP:(0:1:SW:1): sending package to 1.1.1.3 my_port 500 peer_port 500
    (R) QM_IDLE
    00:52:50: ISAKMP: (0:1:SW:1): purge the node-1113601414
    00:52:50: ISAKMP: (0:1:SW:1): node 1186613650 REAL reason «QM rejec» error suppression
    Ted. "
    00:52:50: ISAKMP (0:134217729): unknown IKE_MESG_FROM_PEER, IKE_QM_EXCH entry:
    node 1186613650: status = IKE_QM_READY
    00:52:50: ISAKMP: (0:1:SW:1): entrance, node 1186613650 = IKE_MESG_FROM_PEER, IKE_QM_
    EXCH
    00:52:50: ISAKMP: (0:1:SW:1): former State = new State IKE_QM_READY = IKE_QM_READY
    00:52:50: % CRYPTO-6-IKMP_MODE_FAILURE: fast processing mode has failed with the counterpart
    with 1.1.1.3.
    Success rate is 0% (0/5)
    CCC #.
    00:53:20: ISAKMP (0:134217729): received packet of 1.1.1.3 dport 500 sport 500
    Global (R) QM_IDLE
    00:53:20: ISAKMP: node set 459446741 to QM_IDLE
    00:53:20: ISAKMP:(0:1:SW:1): HASH payload processing. Message ID = 459446741
    00:53:20: ISAKMP:(0:1:SW:1): treatment ITS payload. Message ID = 459446741
    00:53:20: ISAKMP: (0:1:SW:1): proposal of IPSec checking 1
    00:53:20: ISAKMP: turn 1, AH_SHA
    00:53:20: ISAKMP: attributes of transformation:
    00:53:20: ISAKMP: program is 1 (Tunnel)
    00:53:20: ISAKMP: type of life in seconds
    00:53:20: ISAKMP: life of HIS (basic) of 28800
    00:53:20: ISAKMP: type of life in kilobytes
    00:53:20: ISAKMP: service life of SA (IPV) 0x0 0 x 46 0 50 x 0 x 0
    00:53:20: ISAKMP: authenticator is HMAC-SHA
    00:53:20: ISAKMP: (0:1:SW:1): atts are acceptable.
    00:53:20: ISAKMP: (0:1:SW:1): proposal of IPSec checking 1
    00:53:20: ISAKMP: turn 1, ESP_3DES
    00:53:20: ISAKMP: attributes of transformation:
    00:53:20: ISAKMP: program is 1 (Tunnel)
    00:53:20: ISAKMP: type of life in seconds
    00:53:20: ISAKMP: life of HIS (basic) of 28800
    00:53:20: ISAKMP: type of life in kilobytes
    00:53:20: ISAKMP: service life of SA (IPV) 0x0 0 x 46 0 50 x 0 x 0
    00:53:20: ISAKMP: (0:1:SW:1): atts are acceptable.
    00:53:20: IPSEC (validate_proposal_request): part #1 of the proposal
    (Eng. msg key.) Local INCOMING = 1.1.1.2, distance = 1.1.1.3.
    local_proxy = 10.10.10.0/255.255.255.0/0/0 (type = 4),
    remote_proxy = 192.168.1.0/255.255.255.0/0/0 (type = 4),
    Protocol = AH, transform = ah-sha-hmac (Tunnel),
    lifedur = 0 and 0kb in
    SPI = 0 x 0 (0), id_conn = 0, keysize = 0, flags = 0 x 2
    00:53:20: IPSEC (validate_proposal_request): part #2 of the proposal
    (Eng. msg key.) Local INCOMING = 1.1.1.2, distance = 1.1.1.3.
    local_proxy = 10.10.10.0/255.255.255.0/0/0 (type = 4),
    remote_proxy = 192.168.1.0/255.255.255.0/0/0 (type = 4),
    Protocol = ESP, transform = esp-3des (Tunnel),
    lifedur = 0 and 0kb in
    SPI = 0 x 0 (0), id_conn = 0, keysize = 0, flags = 0 x 2
    00:53:20: IPSEC (validate_transform_proposal): invalid local address 1.1.1.2
    00:53:20: ISAKMP:(0:1:SW:1): IPSec policy invalidated proposal
    00:53:20: ISAKMP:(0:1:SW:1): politics of ITS phase 2 is not acceptable! (local 1.1.1.2 re)
    Mote 1.1.1.3)
    00:53:20: ISAKMP: node set-1692074376 to QM_IDLE
    00:53:20: ISAKMP: (0:1:SW:1): Protocol to send NOTIFIER PROPOSAL_NOT_CHOSEN 2
    SPI 2237255312, message ID =-1692074376
    00:53:20: ISAKMP:(0:1:SW:1): sending package to 1.1.1.3 my_port 500 peer_port 500
    (R) QM_IDLE
    00:53:20: ISAKMP: (0:1:SW:1): purge the node-1692074376
    00:53:20: ISAKMP: (0:1:SW:1): REAL reason for node deletion 459446741 error "reject QM.
    Ed ".
    00:53:20: ISAKMP (0:134217729): unknown IKE_MESG_FROM_PEER, IKE_QM_EXCH entry:
    node 459446741: status = IKE_QM_READY
    00:53:20: ISAKMP: (0:1:SW:1): entrance, node 459446741 = IKE_MESG_FROM_PEER, IKE_QM_E
    XCH
    00:53:20: ISAKMP: (0:1:SW:1): former State = new State IKE_QM_READY = IKE_QM_READY
    00:53:40: ISAKMP: (0:1:SW:1): purge the node 1186613650
    00:53:42: % LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, chang
    State of Ed down
    00:54:10: ISAKMP: (0:1:SW:1): purge the node 459446741

    ===============================================================================

    6.2 (2) version PIX

    ethernet0 nameif outside security0

    nameif ethernet1 inside the security100

    activate 8Ry2YjIyt7RRXU24 encrypted password

    2KFQnbNIdI.2KYOU encrypted passwd

    pixfirewall hostname

    domain ciscopix.com

    fixup protocol ftp 21

    fixup protocol http 80

    fixup protocol h323 h225 1720

    fixup protocol h323 ras 1718-1719

    fixup protocol they 389

    fixup protocol rsh 514

    fixup protocol rtsp 554

    fixup protocol smtp 25

    fixup protocol sqlnet 1521

    fixup protocol sip 5060

    fixup protocol 2000 skinny

    names of

    permit 192.168.1.0 ip access list outside_cryptomap_20 255.255.255.0 10.10.10.0

    255.255.255.0

    permit 192.168.1.0 ip access list inside_outbound_nat0_acl 255.255.255.0 10.10.1

    255.255.255.0 0.0

    pager lines 24

    interface ethernet0 10baset

    interface ethernet1 10full

    Outside 1500 MTU

    Within 1500 MTU

    1.1.1.3 outside IP address 255.255.255.0

    IP address inside 192.168.1.1 255.255.255.0

    alarm action IP verification of information

    alarm action attack IP audit

    location of PDM 10.10.10.0 255.255.255.0 inside

    location of PDM 10.10.10.0 255.255.255.0 outside

    PDM logging 100 information

    history of PDM activate

    ARP timeout 14400

    Global 1 interface (outside)

    NAT (inside) 0-list of access inside_outbound_nat0_acl

    NAT (inside) 1 0.0.0.0 0.0.0.0 0 0

    Route outside 0.0.0.0 0.0.0.0 1.1.1.2 1

    Timeout xlate 0:05:00

    Timeout conn 0 half-closed 01:00:10: 00 udp 0:02:00 CPP 0: h323 from 10:00 0:05:00 TR

    p 0:30:00 sip_media 0:02:00

    Timeout, uauth 0:05:00 absolute

    GANYMEDE + Protocol Ganymede + AAA-server

    RADIUS Protocol RADIUS AAA server

    AAA-server local LOCAL Protocol

    Enable http server

    http 192.168.1.0 255.255.255.0 inside

    No snmp server location

    No snmp Server contact

    SNMP-Server Community public

    No trap to activate snmp Server

    enable floodguard

    Permitted connection ipsec sysopt

    No sysopt route dnat

    Crypto ipsec transform-set Petaluma_VPN ah-sha-hmac esp-3des

    outside_map 20 ipsec-isakmp crypto map

    card crypto outside_map 20 match address outside_cryptomap_20

    card crypto outside_map 20 peers set 1.1.1.2

    card crypto outside_map 20 game of transformation-Petaluma_VPN

    outside_map interface card crypto outside

    ISAKMP allows outside

    ISAKMP key * 1.1.1.2 address netmask 255.255.255.255 No.-xauth No.-config-m

    Ode

    part of pre authentication ISAKMP policy 20

    ISAKMP policy 20 3des encryption

    ISAKMP policy 20 md5 hash

    20 2 ISAKMP policy group

    ISAKMP duration strategy of life 20 86400

    Telnet timeout 5

    SSH timeout 5

    dhcpd address 192.168.1.5 - 192.168.1.33 inside

    dhcpd lease 3600

    dhcpd ping_timeout 750

    dhcpd outside auto_config

    dhcpd allow inside

    Terminal width 80

    Cryptochecksum:8c0d4948407071d3515f1546cf8bc147

    : end

    pixfirewall #.

    =========================================================================

    CCC #sh run
    Building configuration...

    Current configuration: 1328 bytes
    !
    version 12.4
    horodateurs service debug uptime
    Log service timestamps uptime
    no password encryption service
    !
    CCC host name
    !
    boot-start-marker
    start the system flash c2600-adventerprisek9 - mz.124 - 25d.bin
    boot-end-marker
    !
    !
    No aaa new-model
    no location network-clock-participate 1
    No network-clock-participate wic 0
    IP cef
    !
    !
    !
    !

    !

    !

    !

    crypto ISAKMP policy 2

    BA 3des

    md5 hash

    preshared authentication

    Group 2

    address key crypto isakmp 1.1.1.3 cisco123

    !

    !

    Crypto ipsec transform-set Petaluma_VPN ah-sha-hmac esp-3des

    !

    map Petaluma_1 1 ipsec-isakmp crypto

    defined peer 1.1.1.3

    game of transformation-Petaluma_VPN

    match address 100

    !

    !

    !

    !

    interface FastEthernet0/0

    1.1.1.2 IP 255.255.255.0

    automatic speed

    Half duplex

    !

    interface Serial0/0

    no ip address

    Shutdown

    clock speed of 56000

    !

    interface FastEthernet0/1

    10.10.10.2 IP address 255.255.255.0

    automatic duplex

    automatic speed

    card crypto Petaluma_1

    !

    IP forward-Protocol ND

    IP route 192.168.1.0 255.255.255.0 1.1.1.3

    !

    !

    no ip address of the http server

    no ip http secure server

    !

    access-list 100 permit ip 10.10.10.0 0.0.0.255 192.168.1.0 0.0.0.255

    control plan
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    Line con 0
    line to 0
    line vty 0 4
    opening of session
    !
    !
    end

    CCC #.

    !
    !
    !
    crypto ISAKMP policy 2
    BA 3des
    md5 hash
    preshared authentication
    Group 2
    address key crypto isakmp 1.1.1.3 cisco123
    !
    !
    Crypto ipsec transform-set Petaluma_VPN ah-sha-hmac esp-3des
    !
    map Petaluma_1 1 ipsec-isakmp crypto
    defined peer 1.1.1.3
    game of transformation-Petaluma_VPN
    match address 100
    !
    !
    !
    !
    interface FastEthernet0/0

    1.1.1.2 IP 255.255.255.0
    automatic speed
    Half duplex
    !
    interface Serial0/0
    no ip address
    Shutdown
    clock speed of 56000
    !
    interface FastEthernet0/1
    10.10.10.2 IP address 255.255.255.0
    automatic duplex
    automatic speed
    card crypto Petaluma_1
    !
    IP forward-Protocol ND
    IP route 192.168.1.0 255.255.255.0 1.1.1.3
    !
    !
    no ip address of the http server
    no ip http secure server
    !
    access-list 100 permit ip 10.10.10.0 0.0.0.255 192.168.1.0 0.0.0.255

    Hi David,

    Overlooking the configuration of the router, it seems that you have applied the encryption card to the wrong interface.

    interface FastEthernet0/0

    1.1.1.2 IP 255.255.255.0

    automatic speed

    Half duplex

    !

    interface FastEthernet0/1

    10.10.10.2 IP address 255.255.255.0

    automatic duplex

    automatic speed

    card crypto Petaluma_1

    Given that the pix will attempt to build a VPN tunnel to 1.1.1.2 map encryption Petaluma_1 must be applied to FastEthernet0/0, not FastEthernet 0/1.

    Let me know if it helps.

    Thank you

    Loren

  • Danielle Beaumont has been a mobile video ' Design is fun! You want to bring up the menu even inside the accordion for the navigation panel. There are no on which left aside, as the way in which it has been triggered open with the icon. how he was placed

    1 Danielle Beaumont has been a mobile video ' Design is fun! You want to bring up the menu even inside the accordion for my own mobile navigation panel. He's left no aside, the way it has been triggered open with the icon; how he was placed to bump at the gap when selected via the icon; how it was considered first of all just a big green square; How the link boxes were made to be spaced as if they were... Can you direct me how to create it?

    2. also in trouble with the specification of fonts. There are times that I can choose a font from the list, I chose the additional fonts available and sometimes, when it just won't let me choose one, even if it is already used on the site or page.

    On a steep curve here, but any new information provide from my recent contact with Adobe has been extremely useful. My site is www.curricula101.com. It is much better than what it was when I called first a few days ago. Sales pages work fine now, thanks to your contribution.

    3. on the navigation path revised: a current question is menus horizontal separated for the GMAT and GRE goes everywhere at the top and bottom of the pages. I've specified particular States for text via the Site Properties > content > hyperlink styes on the default style. A bright color is chosen for the active state, but he does not like such (not at all). The other menu (home, Contact, schools etc.) made by the widget Menu runs perfectly until white color shows in the current page instance.

    There are a lot more refinement and content development to do for sales purposes.

    Thank you for your help.

    Best wishes to all at Adobe,

    Elleyne Kase

    Hi Elleyne,

    1. I have an article on the creation of an accordion menu on my site which may help. You can read it using the link below.

    How to create an accordion Menu in Adobe Muse | Creative muse

    2. I don't know too much talk of it. When you say additional fonts do you mean web fonts?

    3. see my reply in the thread below.

    Re: Text links not working properly - active or visited says doesn't work do not at all

    I hope this helps.

    David

    Creative muse

  • With the help of ESXi 5.5 with storage controller HP DL120 Gen9 (HP H240 FIO active host Bus Adapter)

    Hi guys, I'm new to virtualization, but I couldn't find a solution for this. Feel free to correct my text because I'm not very experienced with this sort of thing.

    Background: I have a couple of servers and the end of the game will be left to create a San and run other systems within this SAN (providing network-level RAID). While in one data center I could decides to make a RAID at the level of the material in addition to RAID level network, now I want to save money on storage for this test so I want to do simple split disks (RAID/JBOD) at the hardware level. Because of the OS, we will virtualize later we use ESXi 5.5, 6.0 not.

    In fact, I had a small server supermicro I already installed ESXi 5.5 on that doesn't have lots of storage which will be the 3rd Member voting left.

    So I put the 2 servers (HP ProLiant DL120 Gen9 E5-2630v3 8 GB-R H240 8SFF 550W PS entry Server (777425-B21)) and I went into the BIOS/CMOS settings mode AHCI Mode smart-table (I don't remember the wording of it, I'm not in front of the machine). Then I went in the smart supply and went to the intelligent storage administrator part and I had to select "disable the RAID", or something like that. After the reboot, I went back and now my two drives appear as "Unassigned" which seemed reasonable to me. I tried to see if I could 'assign' but in mode no RAID, there is no means to assign what whatsoever because the paintings exist not primarily in mode non-RAID. I was not sure if there is a way to "initialize" them or something like that, but I couldn't find the parameters like this. My hope was that a BONE would now see these drives natively as a simple readers without the layer of abstraction to a storage controller.

    This does not work and when I run ESXi 5.5 from a USB it will boot, but when it gets to the part where you are supposed to select the ESXi installation disc on it only shows the USB itself and none of my SSD.

    Does anyone know how to configure the adapter HBA H240 with ESXi 5.5? I could really use some help from someone who has done this before.

    Thanks for any help!

    I thought her guy after a few hours of playing with it. I had to pull on the site of HP storage controller driver and group with the ISO (I used experience before VMware: ESXi-Customizer). After having done that, I am sure that AHCI (instead of HP Dynamic Smart Array RAID) has been activated (in the configuration of the BIOS) and disabled by RAID in the HPSSA (intelligent storage administrator). Then, I could see the SSD in the ESXi 5.5.

    Jürgen Vervoort, ESXi 5.5 does not recognize the SSD when I had the active RAID and configured 1 table for each disk (make an effective JBOD). I also tried a single RAID 0 array with two SSDS inside and ESXi does not always detect them. I think that the underlying issue is that the driver is not supported natively by 5.5 ESXi. Right now I'm sure that if I went and configured RAID this would work because the storage controller driver is loaded in ESXi.

    In any case, I hope this will help others with the same issues.

    -GNS

Maybe you are looking for