Flow 11: Start of the SD 11 stream

Created the recovery disc using the SD card using the HP program.

Now I learn 11 flow can not boot from an SD card.

What media to use?

Why the program of HP to create the "recovery disk" does not provide a warning of this issue?

Hi, I see your problem here, you need to put the SD card into a USB card reader to turn into a USB Flash drive

However, you can also try this

Restart the PC go into the BIOS and turn on Legacy Boot If Applicable

And change the boot Legacy order making the USB stick first then try to Boot for her

If not start then goes in To Boot Device Options find it and Boot it

Good luck!

Best regards: 1029rjmenvy17t

Please "KUDO" if you like for thumbs to the top and "Accept as Solution" if this fixed your problem

To help others find it and helps solve them the same or similar problems

Tags: Notebooks

Similar Questions

  • Dynamic flow always starting from the flow lowest?

    Hello

    I guess that's something small that I'm missing, but it's just driving me crazy

    If I start reading a dynamic flow (Akamai) the player always starts with the lowest quality, and then switch to the top after awhile. However, in reader akamai for example, the stream begins immediately with a high quality and can still adjust the quality if necessary.

    So what is the right way to define a right of acceptable quality from the beginning?

    I use just the SMIL plugin, without the Akamai plugin. Is it worth to use it as well to optimize this question?

    Thank you for your time!

    Hello

    Here is a description of the workflow that we used to make the player start with the initial index more high (according to the measured bandwidth) in StrobeMediaPlayer.

    1. at the outset, we disable the automatic switching (otherwise you cannot change the starting manually index):

    addEventListener (MediaPlayerCapabilityChangeEvent.IS_DYNAMIC_STREAM_CHANGE, onIsDynamicStreamChange);

    private void onIsDynamicStreamChange(event:Event):void

    {

    If (isDynamicStream)

    {

    this.autoDynamicStreamSwitch = false;

    }

    }

    2. in our NetLoader override us the createNetStreamSwitchManager method and the whole of the initial index based on the badwidth measures that we stored in LSO:

    override the createNetStreamSwitchManager(connection:NetConnection,_netStream:NetStream,_dsResource:DynamicStreamingResource):NetStreamSwitchManagerBase function

    {

    ...

    dsResource.initialIndex = initialIndex;

    ...

    }

    3. at the end of the day, we have automatic switch to true:

    addEventListener (MediaPlayerStateChangeEvent.MEDIA_PLAYER_STATE_CHANGE, onMediaPlayerStateChange);

    private void onMediaPlayerStateChange(event:MediaPlayerStateChangeEvent):void

    {

    If (event.state is MediaPlayerState.PLAYING)

    {

    If (isDynamicStream & autoDynamicStreamSwitch! = autoSwitchQuality)

    {

    autoDynamicStreamSwitch = autoSwitchQuality;

    }

    }

    }

    To do this in a plugin, you will need to use the DynamicStreamTrait (you can set the autoSwitch to true/false to your plugin.

    Here are some links that I hope will be useful for you:

    1 see the StrobeMediaPlayback in action here:

    http://OSMF.org/smptest/debug.html?plugin_smil=SMILPlugin.swf&src=http://mediapm.edgesuite.NET/osmf/content/test/SMIL/elephants_dream.SMIL

    (respect the lsoDownloadKbps which is your bandwidth that store us in a local SharedObject and observe the news of dynamic flow. The first time you load the page that your player will start with index 0. Later he should start the player with the most appropriate index for you.)

    2 take a look at our implementation

    https://sourceforge.NET/Adobe/SMP/SVN/latest/tree/trunk/player/StrobeMediaPlayback/src/org /osmf/player/media/StrobeMediaPlayer.as

    https://sourceforge.NET/Adobe/SMP/SVN/latest/tree/trunk/player/StrobeMediaPlayback/src/org/osmf/net /.

    Hope this helps,

    ANDRIAN

  • Only once at the start of the first image to sound

    I imported the sounds of my animation and visuals must be synchronized with the audio, they depend on each other. But whenever I need to replay to hear the audio, it only works if I start from the beginning. He is very good at the beginning, but I proceed with my movie, the more frustrating it gets. If I play in the Middle, the audio will be silent.

    I tried to find answers to this, I don't know if there is a simple option for this, or if this is a bug. Help, please!

    Sound can have different type of synchronization setting in the properties panel. To do what you want, you would normally define the flow, but that only works for AS3 documents, it is not available in HTML5 Canvas.

    If you are just an animation that will end in video, or just for the reading of office, use AS3 FLAS. If you do an animation for HTML5 Canvas, start with an AS3 FLA, do everything which animation to adapt the sound stream and then convert the FLA in HTML5 Canvas.

  • Using expdp and impdp in the instantiation of stream data.

    Hi all


    I need to configure the flow level table for 5 tables between 2 databases (version 10.2.0.5). I need to export those tables from the source to the target and want to use expdp/impdp. In order to maintain the instantiation using exp ' object_consistant = y' and imp ' streams_instantiation = y' are specified. I like to use the expdp until must be specified instead of ' object_consistant = y' and in the same way, which is the replacement of ' streams_instantiation = y' in impdp.

    If anyone has an example or follow the installation steps streams at the level of the table that would be an excellent place to start help.

    Thanks in advance for your support and help.
    Shashi

    Once you have instantiated table on the source site, the data exported and imported on the target site.
    It is easy instantiate the target source following YVERT table tables:

    set lines 190 pages 66
    
    -- Prepare the table for streams capture. Once this command is executed any DML against the table
    -- will be captured, irrelevant of streams configuration state on source and apply. If no capture process,
    -- or propagation process is yet active, Streams will simply wait untill everything is clear to mine logs starting
    -- from this SCN.
    
    execute DBMS_CAPTURE_ADM.PREPARE_TABLE_INSTANTIATION(table_name => 'OWNER.TABLE');
    
    -- You can see on source DB the SCN
    
    SELECT
        TABLE_OWNER,TABLE_NAME,
        SCN,
        to_char(TIMESTAMP,'DD-MM-YYYY HH24:MI:SS') ti
    FROM
        dba_capture_prepared_tables
    ORDER BY table_owner;
    
    -- export the data here and configure the apply process.
    -- once the apply process is configured, before starting the apply process,
    -- run on  target DB to check the SCN status. Compare the following with query on source.
    
    COL objt HEADING 'Object| Type' FORMAT A9
    COL own_obj HEADING 'Object Name' FORMAT A45
    COLUMN lnk HEADING 'Using|Dblink' format A18
    COL SOURCE_DATABASE HEADING 'Source Database' FORMAT A38
    COL INSTANTIATION_SCN HEADING 'Instantiation| SCN' FORMAT 999999999999 justify c
    
    SELECT
          distinct source_database,
          source_object_owner||'.'||source_object_name own_obj,
          source_object_type objt,
          instantiation_scn,
          apply_database_link lnk
    FROM
         DBA_APPLY_INSTANTIATED_OBJECTS
    ORDER BY 1,2;
    
    -- if SCN are missing then
    
    execute DBMS_APPLY_ADM.SET_TABLE_INSTANTIATION_SCN(
             source_object_name=> 'OWNER.TABLE',
             source_database_name => '' ,
             instantiation_scn => nn );   --  where nn is taken from the query above on capture site for the relevant table.
    
     
    
  • Read a PDF file without knowing the size of stream

    Hello

    while I am able to properly read a PDF file, the only way I can do it (in function
    on what I heard in the master PDF 1.7) is to go the end of the stream and
    start from here (section 7.5.5).

    But this requires the size of the stream to be known. While this is usually not a
    problem (since the flow is usually a simple file), I would like to make my
    a bit more generic and be able to manage any type of flow, as library
    as long as it is placed at the beginning of a PDF document.

    But unless I missed something of the form, when I'm dealing with a
    unknown flow (a person who could not yet be fully charged when I started
    reading, as an outlet), it is not how to do it. I mean, I could do it,
    but I don't would not be able to tell when I arrived at the end of the document. Not
    without some sort of length information (because I do not know where the stream)
    ends). I mean, where to stop? In a trailer? That works only if the
    document have never been updated.

    If, just after the header (%) PDF - he was a kind of meta-information on
    the size of the document (after all the updates, if any) I could move the stream to
    that post (wait for the data arriving, if necessary) and work my way of
    He (and from there, because I would like to know where the document ends). But since my
    understand, there is no way to retrieve such information.

    So, to sum up, in order to properly read a PDF document:
    -I always need to know the size of stream (which I might not be able to)
    -the data flow must end with the PDF data (which could be also not always true)

    Am I wrong?

    Unless the file has been established for "fast web view" (aka linearization - ISO 32000-1, Appendix F) Yes.

    BUT, if a file be linearized so that it can be better managed in flow (at least for some parts of the PDF file).  It is not supported to pure stream - which is not possible - but it will help.

  • synchronize the sounds of streams?

    Hi all.
    I have a main scenario with an animation of a period of 2 or 3 minutes
    I wanted to use an MP3 as background music. But the music must be Sync exactly at certain times of the animation.
    I tried: "new layer" and put in the new layer the sound MP3 as alarm event (because the event sounds must download completely before you start... therefore I full however once it would be perfectly synchronize). But mistaken! Depending on the number of Apps open in the PC,... the sound CPU usage sometimes ends sooner or later to the animation.
    This is: If a set sound in the layer as its flow always perfectly synchronize anything? Another thing... How can I synchronize a long animation with sound in flash?

    Thanks in advance to all for your answers :)

    barleby_sp,

    > I read in many places that the flows sound downloads again
    > whenever it is used in the music video.

    The word "downloads" is misleading in this context. Assuming that these
    the audio files are included in your library, they download only once. During the
    HTML page sends a request to the server of the file SWF, SWF file
    downloads (once) to the user's computer.

    SWF supports progressive download, which means that the main timeline can
    start playing the SWF file even before happens completely on the user's computer
    ... which is a nice feature. If you're careful how you organize the content on
    the main timeline, you can spread out your biggest assets to allow the
    user view content without too many gaps.

    In any case, once that the SWF file is downloaded, all of its assets - internal
    including audio - are also downloaded and contained within the SWF. If
    the chronology of revists a frame that contains its the audio stream IS NOT
    Download again from the server. He didn't need, because it is the
    SWF! What it does, it's charge in the memory. Conversely, an already-played
    Its event maybe still in memory.

    > Yes, does that mean that if the MP3 of the songs has been completely
    > listened once, if he's still playing once download again?

    This might happen if the MP3 was an external file. In this case
    would you use ActionScript to ask an MP3 file directly from the
    Server. Here, you simply reference you an asset from the library which
    content used is included in the SWF file.

    > And, second, how a flow is different if I load it with:
    >
    > var my_sound:Sound = new Sound();
    > my_sound. loadSound ("song1.mp3 and located", true);
    >
    > instead of embbeding in the timeline?

    It's an unfortunate double use of the same word 'flow' and he
    does not mean the same thing as a property of synchronization of the timeline (in fact, it)
    doesn't mean that same 'flow' in what I think of the * real * definition of the
    the word).

    What you are referring is the second parameter of the
    Sound.loadSound () method, which you set to true in this example. In the
    documentation, this second parameter refers to calling Adobe streaming
    (true) or not (false) continues for the audio file being loaded. Even
    If the docs call this broadcast, it still is just one example of
    progressive download. What this means is that the requested MP3 file can be
    the order to start playing before the entire file downloads. In general,.
    MP3s will start playing after hesitating a moment, when enough data have
    been buffered, if you set the second parameter to true. Otherwise, a
    several MB file may take several minutes to start to play.

    True streaming - the world of Flash - occurs when the file is
    has requested through the RTMP instead of HTTP protocol (using HTTP in the)
    example of code you have shown and that you use HTTP to your documents HTML, jpg
    GIF, CSS files and the SWF itself). RTMP is supported by the server
    software such as Adobe Flash Media Server, which transmits video and audio to the
    user's computer without these files for download in the form of files.
    Different story. To my thinkgs, * it's * streaming. This second parameter
    should be called something like 'play automatically' or 'progressive '.
    Download", but those who are a bit wordy. ;)

    If you ask your MP3 file with ActionScript, even with the
    'streaming' parameter set to true, the audio only WILL NOT be synchronized with
    the main scenario. Even though it shares the same name, it is not a script
    How to duplicate the Stream property of the synchronization parameter.

    David Stiller
    Adobe Community Expert
    Dev blog, http://www.quip.net/blog/
    "Luck is the residue of good design."

  • start in the middle of the process instance

    Processes can be long.
    If I use PAPI, stand-alone 10g BPM and BPM studio 10g, can a process instance will be started in the middle of this process (not since)?

    Sincerely

    If you want to start an instance of work in the middle of a process item, you always come in the beginning of a process activity. Once he finished the activity of Begin, there are many ways to make the flow to a specific activity in the process, but the easiest would be to have a conditional transition to activity where you want to start. You would typically set the input argument in the activity of Begin (for example, "goToMiddleOfProcessArg") which would in turn be mapped to an instance variable (for example, "goToMiddleOfProcess") in the activity to Begin. The logic in the conditional transition coming out Begin activity on activity in the middle of the process would use the instance variable to determine if he should shoot. To clean the diagram, you can have the activity streams Begin to a "hold" instead of directly in the middle of the process activity.

    Dan

  • Conflict of flow of data on the front panel

    Hello

    My vi is almost done, but I still have a problem with the front panel. I think that there is data traffic conflicts in my vi.

    When you run my vi, you will see the pop-up window asking you to set a path of file, control devices, selection of data to record and trace. Then, you might want to change the units, turn off all the buttons light and ok to select what data you want to save. Then click on RUN.

    The problem is; supposedly all the buttons are on by default, if you disable certain economies or tracing buttons to choose not to save, and then click RUN, after that all the buttons are again even if you have turned off before the race. They must stay off, if you have selected to save. The condition of main data flow is always the same be before running (only light buttons and ok).

    Do you have ideas of how to solve this problem?

    Thanks in advance

    You have what is called a race condition that usually slips in programs that use local variables.  If you look at your first while loop to read in the current value of the 'steam data hand' control and store in a shift register.  After the structure of the event outputs you write this offset value to register in the control and in the process of replacement of the changes that the user can do.

    A quick and dirty solution would be to manage the main event to change the value for 'Stream' in the structure of your event to update the shift register whenever the user changes the values in the control.

    A better solution would be to get rid of the shift registers and move local variables in the structure of the event.  As long as the option "lock the front until the end of the event" (I'm not sure of the exact wording and I work in the LabVIEW Base at the moment so I can't check) is selected it will ensure that you do not work in a race condition (you know the value cannot change inbetween you value reading, and you update the control).

    Even better would be to avoid local variables wherever possible.  This is general advice only and not not something that I can do much more tangible without knowing the details of how you want your application to behave.

    Hope this helps,

    Simon

  • Return VPN traffic flows do not on the tunnel

    Hello.

    I tried to find something on the internet for this problem, but am fails miserably. I guess I don't really understand how the cisco decides on the road.

    In any case, I have a Cisco 837 which I use for internet access and to which I would like to be able to complete a VPN on. When I vpn (using vpnc in a Solaris box as it happens which is connected to the cisco ethernet interface), I can establish a VPN and when I ping a host on the inside, I see this package ping happen, however, the return package, the cisco 837 is trying to send via the public internet facing interface Dialer1 without encryption. I can't work for the life of me why.

    (Also note: I can also establish a tunnel to the public internet, but again, I don't can not all traffic through the tunnel.) I guess I'm having the same problem, IE back of packages are not going where it should be, but I do know that for some, on the host being ping well, I can see the ping arriving packets and the host responds with a response to ICMP echo).

    Here is the version of cisco:

    version ADSL #show
    Cisco IOS software, software C850 (C850-ADVSECURITYK9-M), Version 12.4 (15) T5, VERSION of the SOFTWARE (fc4)
    Technical support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2008 by Cisco Systems, Inc.
    Updated Friday 1 May 08 02:07 by prod_rel_team

    ROM: System Bootstrap, Version 12.3 (8r) YI4, VERSION of the SOFTWARE

    ADSL availability is 1 day, 19 hours, 27 minutes
    System to regain the power ROM
    System restarted at 17:20:56 CEST Sunday, October 10, 2010
    System image file is "flash: c850-advsecurityk9 - mz.124 - 15.T5.bin".

    Cisco 857 (MPC8272) processor (revision 0 x 300) with 59392K / 6144K bytes of memory.
    Card processor ID FCZ122391F5
    MPC8272 CPU Rev: Part Number 0xC, mask number 0 x 10
    4 interfaces FastEthernet
    1 ATM interface
    128 KB of non-volatile configuration memory.
    20480 bytes K of on board flash system (Intel Strataflash) processor

    Configuration register is 0 x 2102

    And here is the cisco configuration (IP address, etc. changed of course):

    Current configuration: 7782 bytes
    !
    ! Last configuration change at 11:57:21 CEST Monday, October 11, 2010 by bautsche
    ! NVRAM config updated at 11:57:22 CEST Monday, October 11, 2010 by bautsche
    !
    version 12.4
    no service button
    tcp KeepAlive-component snap-in service
    a tcp-KeepAlive-quick service
    horodateurs service debug datetime localtime show-timezone msec
    Log service timestamps datetime localtime show-timezone msec
    encryption password service
    sequence numbers service
    !
    hostname adsl
    !
    boot-start-marker
    boot-end-marker
    !
    logging buffered 4096
    enable secret 5
    !
    AAA new-model
    !
    !
    AAA authentication login local_authen local
    AAA authentication login sdm_vpn_xauth_ml_1 local
    AAA authorization exec local local_author
    AAA authorization sdm_vpn_group_ml_1 LAN
    !
    !
    AAA - the id of the joint session
    clock timezone gmt 0
    clock daylight saving time UTC recurring last Sun Mar 01:00 last Sun Oct 01:00
    !
    !
    dot11 syslog
    no ip source route
    dhcp IP database dhcpinternal
    No dhcp use connected vrf ip
    DHCP excluded-address IP 10.10.7.1 10.10.7.99
    DHCP excluded-address IP 10.10.7.151 10.10.7.255
    !
    IP dhcp pool dhcpinternal
    import all
    Network 10.10.7.0 255.255.255.0
    router by default - 10.10.7.1
    Server DNS 212.159.6.9 212.159.6.10 212.159.13.49 212.159.13.50
    !
    !
    IP cef
    property intellectual auth-proxy max-nodata-& 3
    property intellectual admission max-nodata-& 3
    no ip bootp Server
    nfs1 host IP 10.10.140.207
    name of the IP-server 212.159.11.150
    name of the IP-server 212.159.13.150
    !
    !
    !
    username password cable 7
    username password bautsche 7
    vpnuser password username 7
    !
    !
    crypto ISAKMP policy 1
    BA 3des
    md5 hash
    preshared authentication
    Group 2
    !
    crypto ISAKMP policy 2
    BA aes 256
    preshared authentication
    Group 2
    !
    crypto ISAKMP policy 3
    BA 3des
    Prior authentication group part 2
    the local address SDM_POOL_1 pool-crypto isakmp client configuration

    !
    ISAKMP crypto client configuration group groupname2
    key
    DNS 10.10.140.201 10.10.140.202
    swangage.co.uk field
    pool SDM_POOL_1
    users of max - 3
    netmask 255.255.255.0
    !
    ISAKMP crypto client configuration group groupname1
    key
    DNS 10.10.140.201 10.10.140.202
    swangage.co.uk field
    pool SDM_POOL_1
    users of max - 3
    netmask 255.255.255.0
    ISAKMP crypto sdm-ike-profile-1 profile
    groupname2 group identity match
    client authentication list sdm_vpn_xauth_ml_1
    ISAKMP authorization list sdm_vpn_group_ml_1
    client configuration address respond
    ISAKMP crypto profile sdm-ike-profile-2
    groupname1 group identity match
    ISAKMP authorization list sdm_vpn_group_ml_1
    client configuration address respond
    !
    !
    Crypto ipsec transform-set esp-SHA-ESP-3DES-3des esp-sha-hmac
    Crypto ipsec transform-set esp-3des esp-md5-hmac ESP_MD5_3DES
    Crypto ipsec transform-set ESP-AES-256-SHA aes - esp esp-sha-hmac
    !
    crypto dynamic-map SDM_DYNMAP_1 1
    Set the security association idle time 3600
    game of transformation-ESP-AES-256-SHA
    market arriere-route
    crypto dynamic-map SDM_DYNMAP_1 2
    Set the security association idle time 3600
    game of transformation-ESP-AES-256-SHA
    market arriere-route
    !
    !
    card crypto SDM_CMAP_1 client authentication list sdm_vpn_xauth_ml_1
    map SDM_CMAP_1 isakmp authorization list sdm_vpn_group_ml_1 crypto
    map SDM_CMAP_1 65535-isakmp dynamic SDM_DYNMAP_1 ipsec crypto
    !
    Crypto ctcp port 10000
    Archives
    The config log
    hidekeys
    !
    !
    synwait-time of tcp IP 10
    !
    !
    !
    Null0 interface
    no ip unreachable
    !
    ATM0 interface
    no ip address
    no ip redirection
    no ip unreachable
    no ip proxy-arp
    route IP cache flow
    No atm ilmi-keepalive
    PVC 0/38
    aal5mux encapsulation ppp Dialer
    Dialer pool-member 1
    !
    DSL-automatic operation mode
    waiting-224 in
    !
    interface FastEthernet0
    !
    interface FastEthernet1
    !
    interface FastEthernet2
    !
    interface FastEthernet3
    !
    interface Vlan1
    Description $FW_INSIDE$
    10.10.7.1 IP address 255.255.255.0
    IP access-group 121 to
    no ip redirection
    no ip unreachable
    no ip proxy-arp
    IP nat inside
    IP virtual-reassembly
    route IP cache flow
    map SDM_CMAP_1 crypto
    Hold-queue 100 on
    !
    interface Dialer1
    Description $FW_OUTSIDE$
    the negotiated IP address
    IP access-group 121 to
    no ip redirection
    no ip unreachable
    no ip proxy-arp
    NAT outside IP
    IP virtual-reassembly
    encapsulation ppp
    route IP cache flow
    No cutting of the ip horizon
    Dialer pool 1
    Dialer idle-timeout 0
    persistent Dialer
    Dialer-Group 1
    No cdp enable
    Authentication callin PPP chap Protocol
    PPP chap hostname
    PPP chap password 7
    map SDM_CMAP_1 crypto
    !
    local IP SDM_POOL_1 10.10.148.11 pool 10.10.148.20
    IP local pool public_184 123.12.12.184
    IP local pool public_186 123.12.12.186
    IP local pool public_187 123.12.12.187
    IP local pool internal_9 10.10.7.9
    IP local pool internal_8 10.10.7.8
    IP local pool internal_223 10.10.7.223
    IP local pool internal_47 10.10.7.47
    IP forward-Protocol ND
    IP route 0.0.0.0 0.0.0.0 Dialer1
    IP route 10.10.140.0 255.255.255.0 10.10.7.2
    !
    no ip address of the http server
    no ip http secure server
    IP nat inside source overload map route SDM_RMAP_1 interface Dialer1
    IP nat inside source static 10.10.7.9 123.12.12.184
    IP nat inside source static tcp 10.10.7.8 22 123.12.12.185 22 Expandable
    IP nat inside source static tcp 10.10.7.8 25 123.12.12.185 25 expandable
    IP nat inside source static tcp 10.10.7.8 80 123.12.12.185 80 extensible
    IP nat inside source static tcp 10.10.7.8 443 123.12.12.185 443 extensible
    IP nat inside source static tcp 10.10.7.8 993 123.12.12.185 993 extensible
    IP nat inside source static tcp 10.10.7.8 123.12.12.185 1587 1587 extensible
    IP nat inside source static tcp 10.10.7.8 8443 123.12.12.185 8443 extensible

    IP nat inside source static 10.10.7.223 123.12.12.186
    IP nat inside source static 10.10.7.47 123.12.12.187
    !
    record 10.10.140.213
    access-list 18 allow one
    access-list 23 permit 10.10.140.0 0.0.0.255
    access-list 23 permit 10.10.7.0 0.0.0.255
    Access-list 100 category SDM_ACL = 2 Note
    access-list 100 deny ip any 10.10.148.0 0.0.0.255
    access ip-list 100 permit a whole
    Note access-list 121 SDM_ACL category = 17
    access-list 121 deny udp any eq netbios-dgm all
    access-list 121 deny udp any eq netbios-ns everything
    access-list 121 deny udp any eq netbios-ss all
    access-list 121 tcp refuse any eq 137 everything
    access-list 121 tcp refuse any eq 138 everything
    access-list 121 tcp refuse any eq 139 all
    access ip-list 121 allow a whole
    access-list 125 permit tcp any any eq www
    access-list 125 permit udp any eq isakmp everything
    access-list 125 permit udp any any eq isakmp
    access-list 194 deny udp any eq isakmp everything
    access-list 194 deny udp any any eq isakmp
    access-list 194 allow the host ip 123.12.12.184 all
    IP access-list 194 allow any host 123.12.12.184
    access-list 194 allow the host ip 10.10.7.9 all
    IP access-list 194 allow any host 10.10.7.9
    access-list 195 deny udp any eq isakmp everything
    access-list 195 deny udp any any eq isakmp
    access-list 195 allow the host ip 123.12.12.185 all
    IP access-list 195 allow any host 123.12.12.185
    access-list 195 allow the host ip 10.10.7.8 all
    IP access-list 195 allow any host 10.10.7.8
    not run cdp
    public_185 allowed 10 route map
    corresponds to the IP 195
    !
    public_184 allowed 10 route map
    corresponds to the IP 194
    !
    allowed SDM_RMAP_1 1 route map
    corresponds to the IP 100
    !
    !
    control plan
    !
    !
    Line con 0
    connection of authentication local_authen
    no activation of the modem
    preferred no transport
    telnet output transport
    StopBits 1
    line to 0
    connection of authentication local_authen
    telnet output transport
    StopBits 1
    line vty 0 4
    access-class 23 in
    privilege level 15
    authorization exec local_author
    connection of authentication local_authen
    length 0
    preferred no transport
    transport input telnet ssh
    !
    max-task-time 5000 Planner
    Scheduler allocate 4000 1000
    Scheduler interval 500
    130.88.202.49 SNTP server
    130.88.200.98 SNTP server
    130.88.200.6 SNTP server
    130.88.203.64 SNTP server
    end

    Any help would be appreciated.

    Thank you very much.

    Ciao,.

    Eric

    Hi Eric,.

    (Sorry for the late reply - needed some holidays)

    So I see that you have a few steps away now. I think that there are 2 things we can try:

    1)

    I guess you have provided that:

    IP nat inside source overload map route SDM_RMAP_1 interface Dialer1

    Since the routemap refers to ACL 100 to define the traffic to be translated, we can exclude traffic that initiates the router:

    Access-list 100 category SDM_ACL = 2 Note

    access-list 100 deny ip 123.12.12.185 host everything
    access-list 100 deny ip any 10.10.148.0 0.0.0.255
    access ip-list 100 permit a whole

    Which should prevent the source udp 4500 to 1029 changing port

    OR

    2)

    If you prefer to use a different ip address for VPN,

    Then, you can use a loop like this:

    loopback interface 0

    123.12.12.187 the IP 255.255.255.255

    No tap

    map SDM_CMAP_1 crypto local-address loopback 0

    I don't think you should apply card encryption to the loopback interface, but it's been a while since I have configured something like that, so if you have problems first try and if still does not get the crypto debugs new (isakmp + ipsec on the vpn, nat router on the router of the client package).

    HTH

    Herbert

  • Laptop stops the performance of streaming videos

    I have a gateway laptop with Windows 7 and recently when I play the videos streaming the computer just stops. It used to happen with hulu but not youtube, now it started to happen even with streaming audio. I don't know how to solve this problem and I watch most of my TV on my computer. Help!

    It is not an overheating problem because most of the time the laptop is on my lap and seems to be fine (i.e. the temperature does not change much)
    I'd appreciate any help really.

    Download, install, update and run Malwarebytes Anti-Malware. He can fix anything it finds.

    If this does not work, go to any browser you use and deactivate modules suspicious or plugins.
    See you soon,.
    Jerry
  • How to make documents in a book to start when the previous document remained

    Hello

    I have a book with a lot of long documents.

    I wish that each document to start where the previous document remained, there is no white space at the end of each document.

    Here's what I have-

    and what I want-

    You have any ideas on how to achieve this? (another as combining all my documents into a single )

    Thank you for your help and the idea!

    Christopher

    You cannot move text between documents in the book, the text block flows have put an end to the last page of a document of a book.

  • Flow of events for the head-scratching?

    There is a lot of talk about how the new event stream makes easier communication between classes. This sounds swell, but nowhere is well explained. All the examples I find concerns dispatching of events within the same class or looped through a customEvent, but I need a way to tap into this event for communication flow backward.

    I have a document mainGUI class which distributes subclasses of my application. How can I configure a listener in mainGUI which brings together some events of any of his children or grandchildren? And how do I use this line to display the properties of the object?

    It's good now. I managed carefully dissecting Lee Brimelow's excellent oopscrollbar at gotoandlearn, do a bunch of reconfigurations. Seems AS3 is not that you are wicked Uncle after all.

  • iMac does not start after the update of the Sierra...

    Don't know what to do. Sierra, just updated and now my system hangs during startup and turns off.

    Anyone else seen this? No idea what I can do?

    Try a safe boot. Otherwise, you might to reinstall macOS.

    ----------

    Stop your Mac. Use the power button if you wish. Now start with the SHIFT key is pressed. This will start in Safe Mode, with all extensions turned off. Safe mode is slow to start, so give it time, it checks a lot of tasks. If it works fine in Safe Mode, restart normally. If it works now, you are finished.

    If the problem comes back after a reboot, you may have an extension conflict. Disable all extensions via system preferences. To isolate which extension is at fault, turn on an extension at the same time, restart in the meantime, until you find bad.

  • From itunes last update itunes does not start without the permission

    iTunes does not start after the upgrade. "The"itunes"folder resides on a locked disk or you do not write to this folder permissions.  I am the administrator. Windows 7 Professional.

    See the empty/corrupted after upgrade/crash iTunes library. This particular issue is addressed towards the end.

    TT2

  • I have the two Master Sync activated WITHOUT be asked for master password said at the start of the session and password?

    The basic question is that whenever I start Firefox, I am invited, a few seconds later, my master password, regardless of if I will actually connect a site for which I saved my credentials.
    This same number as well as a replica of his original poster chosen as the best answer has been published on the following link: https://support.mozilla.org/en-US/questions/1039575

    I'm in the same situation as this poster, but I don't want to turn off sync. I need the master password set to protect my passwords stored, and I need the Sync feature enabled to share my profile between different computers that I use.
    If I close the master password prompt at the start of the session and then I go to a page that I recorded the password, I should I get prompted again, and that's all I need. Also, I've installed Sync do NOT share my passwords stored, where the master password invite so that the effect is useless in my case.

    So the question is simply how can I turn off the prompt for password at startup, have it pop up when you access a site that needs a password stored (or ask if I want to save a) and keep the clock running without sharing passwords.

    Thanks in advance.

    No, this is not possible.
    Sync must retrieve the journal of authentication data in password manager and which requires to enter the password to unlock the password.

    The synchronization used in Firefox 34 version then use password manager to store the name (e-mail) and password to use to connect to the synchronization server.
    The chrome://FirefoxAccounts entry in the Password Manager stores (kA and kB) credentials in JSON format.
    Earlier versions of Firefox used to store these data in the signedInUser.json file in the profile folder, but the current version only stores the sessionToken in this file and must the Manager password for the credentials of the synchronization.

Maybe you are looking for