Frequently need to clear ARP in order to access internet

We have installed an ASA5512 behind a Comcast cable modem. Users are able to browse to the internet for 5-10 minutes before their sessions hang.  Clearing of ARP, "clear arp" re-enables the ability to access the internet, but only for 5-10 minutes.
I tried disconnecting the LAN side and only running a single laptop through the ASA but the behavior is the same.
Any thoughts on what I might check?
Thanks,
Jerry

Hi,
Last time I have faced this issue at work has been related to missconfigured ISP side. It has happened both at my home connection (good thing I work at the ISP ) and one customer connection.
In those occasions also the only thing from the users side correcting this situation was to "clear arp" which would then result the ASA to automatically generate ARP request for the gateway address which would then again somehow re-enable connectivity for a short perioid of time. (or atleast that is what to me seemed to correct the situation)
Before I cleared the ARP I could only see broadcast traffic in a capture directly at the ASA interface. As soon as the "clear arp" was issued all unicast traffic started to work.
My home connection problem was related to a situation where I had changed my home connection (ADSL) to use a public subnet staticly rather than a DHCP IP address. They had also forgotten to remove some DHCP related settings on the DSLAM side which caused the problem.
If this is a new installation I would ask the ISP to check what the problem could be and/or monitor the situation while it happens and is corrected. If it happens so often it shouldnt be problem to catch.
- Jouni

Similar Messages

  • What do I do to straighten out this problem... When I try to access Firefox after having logged out of a previous session I get a msg that Firefox is still running and I have to restart the computer in order to access internet.

    What do I do to straighten out this problem: When I try to access Firefox after I've logged out of a previous session I get a msg that Firefox is still running and I have to restart the computer in order to access internet...

    All you need to do is wait. While Firefox appears closed, it's not. It doing house cleaning. Cleaning out cookies and cache. How long it takes depends upon how much garbage you have collected.
    If you start the Task Manager and open the Process window, you will be able to see when Firefox has finished up and closed down.
    If you forced Firefox to close using the task manager, then the house keeping process seems to freeze up.
    Also, as you've already found out from the above link, some programs and plugins will prevent Firefox from closing properly. I've found this less common then simply being in a hurry. But you need to also consider it.

  • Can i upgrade from a MacOSX Snow Leopard 10.6.8 to 10.7.  need a 10.7 in order to access my Family Tree maker

    I have a MacOSX Snow Leopard 10.6.8 snow Leopard and need to upgrade to a 10.7 + in order to access
    myMacFamily Tree Maker for genealogy I just recently upgraded to the 10.6.8 but need higher for tree maker

    I have purchased RAM several times from Other World Computing and have always been very satisfied with the product and service. They have on-line instructions on how to replace the RAM. OWC has also tested RAM above what Apple states is the maximum. I now have 6GB installed on a machine supposedly limited to 4 GB.
    Crucial
    Other World Computing

  • Clear arp-cache to ping

    I have an SMS server on my network that is unreachable from vlans other that its own. This happened after we pushed out tumbleweed via SMS. Now, in order to ping the server I must issue a clear arp-cache in the core switch, this only last for about 1 min and then the SMS server is unreachable again. Any help would be great.

    Thanks Dabels,
    I have had this problem as well, it turned out to be a pix.
    Proxy-arp is enabled by default on all interfaces and its not apparent in the config when its on or off. Its configured as a sysopt and therefore, it often gets overlooked.
    Agree with everything you say, check the mac in the arp table of the server when your pings are failing, then trace the MAC you find there which corresponds to the ip address of the router.
    Or check the arp entry in the router (again when its failing) and verify the MAC is the SMS server, it may just turn out to be a router or a pix or even....another server which is routing between a pair of NIC's, such as a unix box or a windows server.
    Let us know how you get on.
    Cheers
    Shaun

  • I bought the wrong update, I need a Mac-Version but ordered a Windows-Version. What can I do?

    I bought the wrong update, I need a Mac-Version but ordered a Windows-Version. What can I do?

    Since this is a user to user help forum, not Adobe support or sales, nobody here will be able to help... you must talk directly to Adobe
    Information for anyone else with a similar problem
    Adobe contact information - http://helpx.adobe.com/contact.html
    Help for Download & Install & Setup & Activation http://forums.adobe.com/community/download_install_setup
    Next link has a "Chat Now" button near the bottom http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html

  • I have an iPhone 4S and never had a problem with syncing it. But suddenly, when I connected my phone to my mac, it says that its in recovery mode, and I need to restore it in order to sync. I've updated both my phone and my itunes, and it didnt work.Help?

    I have an iPhone 4S and never had a problem with syncing it. But suddenly, when I connected my phone to my mac, it says that its in recovery mode, and I need to restore it in order to sync. I've updated both my phone and my itunes, and it didnt work.Help?

    fighter19lisa wrote:
    that only makes it say its synced, when its not.
    No, it does not.  It transfers purchases from the iDevice to the computer.  The computer must be authorized for the Apple ID that the content was acquired with.
    fighter19lisa wrote:
    my playlists wont show up on the phone.
    Are they selected to sync?  Is Manually Manage content on the device selected?
    fighter19lisa wrote:
    i had to change my password for my aol account again and i still cannot get my email on my phone to even work
    What does that have to do with syncing content to the device?  FYI, nothing.

  • How to update need by date in Purchase order using an API?

    Hi All,
    Is there any API available in 11i which can be used to update the need by date in purchase order?
    There is a API PO_CHANGE_API1_S.UPDATE_PO, but it updates only the promise date and not the need by date.
    Please help !!
    Thanks & Regards
    Anuj

    Your error comes from Sybase, so I suggest you post your question to a Sybase forum.  And be aware that Sybase does not use the same tsql dialect as sql server, so you must use their dialect (if, indeed, there is any difference in this particular situation). 
    One note - there should be no space between "N" and the Unicode string literal to which it applies in tsql.  E.g.,
    = N'Executive Chair эюя'
    not
    = N 'Executive Chair эюя'

  • We need to check whether the order is locked or not?

    I need to check whether the order is locked or not?
    I tried to use this RFC KAUF_ORDER_READ and passed Order no.
    I manually locked the order( using Tcode -IW32) but still Function module is not returning 'X' in FIELDS flg_locked and FLG_ENQUE of the structure E_KAUF.
    the FM should return 'X' in these fields.
    Please help.
    Coudl anybody suggest me how I can check using RFC/ Table fields etc that whether the order is locked or not?

    Hi Rohit,
    Try this code. Check the flag.
    Note : Order number should have left padding of Zero
    DATA : order_tab TYPE TABLE OF ord_pre,
           wa        TYPE ord_pre,
           flag      TYPE rc27x-flg_sel.
    wa-aufnr = '000004006789'. "Order number should have left padding of Zero
    APPEND wa TO order_tab.
    CALL FUNCTION 'CO_ZF_ORDER_READ'
    EXPORTING
       flg_dialog               = ' '
    *   FLG_ENQUEUE              = 'X'
    *   OBJECTS_IMP              = ' '
    *   EXPLODE_IMP              = ' '
    *   FLG_PROT_IMP             = ' '
    *   FLG_NO_EXTERNAL          = ' '
    *   FLG_NO_BANF              =
    *   FLG_CHECK_SIM            =
    *   IMPORT_MESSAGE_ID        =
    *   CHECK_STATUS_READ        = ' '
    *   FLG_NO_GOS               = ' '
    *   FLG_CALLED_TO_COPY       = ' '
    IMPORTING
       flg_enqueue_ok           = flag
    *   FLG_ESCAPE               =
      TABLES
    *   AUFNR_DEL_EXP            =
        aufnr_tab_imp            = order_tab
    EXCEPTIONS
       ORDER_NOT_FOUND          = 1
       RELEASE_NO_CHANGE        = 2
       OTHERS                   = 3
    IF sy-subrc = 0.
      WRITE flag. "If Flag is X order is not locked
    ENDIF.
    Regards
    Rajvansh
    Edited by: Rajvansh Ravi on Nov 27, 2008 12:33 PM

  • I need to clear space on my mac and have 2 other devices I need space on- IpHone and Ipad.  I have Itunes match.  If I delete the library from my computer, how can I play music from the cloud on all devices.  S

    I am almost out of space on my mac and Ipad.  Need to clear songs off, but afraid I won't be able to listen without going to my external hard drive.  I have Itunes match but don't know how they are accessed from the cloud.  Thoroughly confused and frustrated.  Hope someone can help.
    Another question is my Iphotos are taking up tons of space and I don't know if they are in cloud or best way to back up.  Any thoughts?

    If you have iTunes Match, and your music is in your Match library, you can access it from iCloud on all your devices, provided they are signed into your iTunes Match account.  Make sure you keep a backup of your music somewhere though as the match process isnt' perfect and you may find that some of your iTunes Match music isn't exactly the same as the original (see https://discussions.apple.com/docs/DOC-4112).
    The best way to back up your photos is to import them to your computer as explained here: http://support.apple.com/kb/HT4083.  If you are out of room on your Mac, get an inexpensive external drive to save your photos on.

  • How do I reorder songs in a playlist in the new itunes??? I can no longer just click and drag. When I click, it doesn't move!!!! Need help ASAP- trying to prepare for an aerobics class and need songs in a specific order!

    How do I reorder songs in a playlist in the new itunes??? I can no longer just click and drag. When I click, it doesn't move!!!! Need help ASAP- trying to prepare for an aerobics class and need songs in a specific order!

    Vera,
    Use View > View Options, and set 'Sort By" to "Manual Order."
    Then you will be able to drag-n-drop songs up and down the list.

  • Can I send an iPhoto book to my parents as a PDF? I need their input before I order the ibook.

    Can I send an iPhoto book to my parents as a PDF? I need their input before I order the ibook.

    You can create a PDF preview of your book, see this link:
    iPhoto, Aperture: Previewing an order in iPhoto or Aperture http://support.apple.com/kb/HT1040
    The PDF will be too large to email to your parents - copy it to a USB stick or burn it as CD or DVD and send it as a letter.  Or upload it to a server for download, your Dropbox, etc.

  • I have a MacBook, do I need to clear the memory or defragment the disk like I need to do on my work pc with Windows?

    I have a MacBook, do I need to clear the memory or defragment the disk like I need to do on my work pc with Windows?
    If so, what do I need to d

    WOsloop_ORD wrote:
    I have a MacBook, do I need to clear the memory or defragment the disk like I need to do on my work pc with Windows?
    No you don't.
    Mac's auto-defragment by writing 2GB+ sized files and smaller to one space on the drive, so you really don't need to worry about it.
    If your going to parititon your drive or need a large space of free space, then Carbon Copy Cloning the entire OS x parittion to a external drive, option booting off of it and then erasing and reverse cloning is the approved  method of defragmenting and freeing up disk space, rahter than using defragmentaiton software that can cause issues and make the machine inoperatible.
    http://www.bombich.com/
    If you need steps to *cough* clean your Mac of caches and whatnot less your kid/wife/mother/girlfriend/boss, see's it then the steps are as follows.
    1: Clean/clear your browser caches first, delete your history etc. from within the program itself, delete any files on the machine by dragging to Trash and emtpy Trash (secure erase not needed if you follow the steps later)
    2: Download CCleaner for the Mac and run that
    3: Download OnyX for the Mac and run all the cleaning and maintainece, reboot at the end.
    4: For scrubbing hard drives of traces (deleted files), use Apple's Disk Utility > Erase Free Space option: Zero (or 7x if you need military/foresic level type deletion, but it takes overnight to complete)
    Make sure your browser plug-ins are current, Flash, Silverlight especially.
    https://www.mozilla.org/en-US/plugincheck/
    And your Mac needs more codecs, search for Perian, VLC and Flip4Mac, install those.

  • I have a MacBook Pro and I need to be able to access Internet Explorer in order to login to my work server (Microsoft server) and Online Business Banking system. How do I do it if Internet Explorer is not supported on Macs?

    I have a MacBook Pro and I need to be able to access Internet Explorer in order to login to my remote work server (Microsoft server) and Online Business Banking system (Bank of America Cash Pro). How do I do it if Internet Explorer is not supported on Macs?  Is there another option? Please help. 
    I also feel like such a moron as I am really new to Apple computers and don't even know what operating system I am using.  The below is what I have. Sorry to all that are well beyond me in the Mac world.  Have been a windows user for my whole life and haven't quite figured out where to find everything I need on my new laptop yet.  Thanks!
    With the following configuration:
    PROCESSOR     065-0154     2.7GHz Dual-core Intel Core i7
    MEMORY     065-0156     8GB 1333MHz DDR3 SDRAM - 2x4GB
    HARD DRIVE     065-0159     750GB Serial ATA Drive @ 5400
    OPTICAL DRIVE     065-0161     8x Double-Layer SuperDrive
    DVI Adapter     065-0162     None
    VGA Adapter     065-0164     None
    REMOTE     065-0166     None
    Apple Software - iWork     065-7672     No iWork preinstalled
    Apple Software - Final Cut Exp     065-7682     Final Cut Express preinstalled
    Apple Software - Aperture     065-0338     Aperture preinstalled
    Apple Software - Logic Express     065-7675     No Logic Express Preinstalled
    Apple Software - Filemaker     065-8307     No FileMaker Preinstalled
    Apple Software - MS Office     065-0278     MSO-HOME & BUSINESS EDITION
    KEYBOARD AND DOCUMENTATION     065-0172     Keyboard/Users Guide
    COUNTRY KIT     065-0175     Country Kit

    If you are New to Mac... you may also find these links of Value
    Mac 101
    http://www.apple.com/support/mac101/
    http://www.apple.com/support/switch101/     Switching from PC
    MBP Support
    http://www.apple.com/support/macbookpro
    Cheers,

  • I just bought a new mac and need to clear the memory of my old one but i don't have a startup disk.  how do i do this?

    I just bought a new mac book pro and need to clear my old mac of it's contents to give it away---  I do not have my startup disk anymore.  How can i completely delete my old mac's memory?

    Erasing your drive:
    Dragging the files to the Trash removes the references to them from the Directory. As has always been the tradition, the data blocks that held the actual data are not over-written, they are merely added to the free list for later re-use. Their original contents are still present.
    Disk Utility "Erase" or "Partition" of a drive (which finishes in under a minute) also does not over-write the data blocks, but merely creates a new, empty directory.
    To clear the data that may still be present (admittedly in a disorganized mess of unlinked blocks) you need to overwrite the data. Use the erase tab, then choose "Security Erase" Options, and overwrite once with Zeroes. This process can take several hours as it is -- if you insist on multiple passes, it can take days to complete, with little additional protection. Multiple passes is unnecessary unless your drive held Military Secrets.
    When you have erased, be sure to install some version of Mac OS X -- a Mac with no obvious Operating software may be dead, and  is much more likely to quickly become landfill.

  • Need to modify Standard Purchase Order Stylesheet (PO_STANDARD_XSLFO.xsl)

    Hi
    We need to modify Standard Purchase Order Stylesheet (po_standard_xslfo.xsl) . Current stylesheet generating PO like the following.
    <FOR-EACH>
    ITEM_NUM
    ITEM_DESCRIPTION
    <FOR-EACH>
    SHIP_TO_ADDRESS_LINE1 NEED_BY_DATE QUANTITY
    </FOR-EACH>
    </FOR-EACH>
    Based on this, we are getting the output like this:
    Item Num 1
    Itme Description 1
    Ship To: Needed: Quntity
    1234. A1 Avenue JUL 200
    SomeCity, CA 90706
    1234. A1 Avenue AUG 200
    SomeCity, CA 90706
    4567 B1 Avenue JUL 100
    City2 , CA
    Itme Description 2
    Ship To: Needed: Quntity
    5689. c1 Avenue JUL 200
    SomeCity, CA 90706
    Our requirement is like this:
    Item Num 1
    Itme Description 1
    Ship To: 1234. A1 Avenue, SomeCity, CA 90706
    Month: JUL AUG SEP
    Quantity: 200 200 100
    Ship To: VVV4567 B1 Avenue , SomeCity, CA 90706
    Month: JUL AUG SEP
    Quantity: 100 200 100
    So we need to add ship_to group (ITEM/SHIP_TO) .
    How can we use group by item, ship_to..
    <fo:block> <xsl:value-of select="ITEM_NUM"/> </fo:block>
    <fo:block> <xsl:value-of select="ITEM_DESCRIPTION"/> </fo:block>
    <xsl:for-each select="/PO_DATA/LINES/LINES_ROW/LINE_LOCATIONS/LINE_LOCATIONS_ROW">
    <fo:block> <xsl:value-of select="SHIP_TO_ADDRESS_LINE1"/> </fo:block>
    <fo:block> <xsl:value-of select="substring(NEED_BY_DATE,4,3)"/> </fo:block>
    <fo:block> <xsl:value-of select="QUANTITY"/> </fo:block>
    </xsl:for-each>
    </xsl:for-each>
    In the above code I need split the data by ITEM_NUM/ SHIP_TO_ADDRESS_LINE1.
    I am new to xsl-fo. I tried different ways,but ship_to_address_line1 is generating wiith each quanty and need_by_date.
    Please guide me.
    Thank you
    Raju
    Edited by: subbaraju on May 7, 2009 2:36 PM

    Hi Chandra
    Thank you very much for your suggestion.
    I tried that way, I created some sample xml file, I created sample rtf file and I generated xsl-fo file. I copied the part of code into my PO_STANDARD_PO.XSL. I am getting some error.
    I noticed PO_STANDARD_PO.XSL is xsl version 1.0 and the generated sample data is with xsl version 2.0.
    The generated code is using “for-each_group”, “sum()”, “current-group()” etc. Is these functions will work in xslt 1? Or do we need to code different way?
    We are in Oracle APPS 12.0.4.
    Thank you
    Raju
    Edited by: subbaraju on May 26, 2009 11:56 AM

Maybe you are looking for

  • Error in loading Adobe Form in WD ABAP Application

    Hi, I am trying to view Adobe Form in WD Application "HRASR00_PROCESS_EXECUTE". While loading Adobe form it gives following error :- "A network error occurred while accessing this document on the Internet. Would you like to close the document or relo

  • How to automatically startup a report in a new window after committing a form

    I have a form on a portal-page. The user enters values in the form and presses the INSERT button. After doing so, I want to show a report in a NEW window querying some values the user entered in the form. I was hoping to be able to use the After Proc

  • Encoding Issue : JMS and Mapping : utf-8 iso8859-1

    Hi All, I am facing some problem with encoding issue. Scenario :  JMS -->  SAP PI --> JMS Requirment : Input plain text file contain some special characters,"©®" . Based on this condition,In Java Mapping                    we check the Payload and ch

  • [SOLVED] Gnome panel goes bonkers (no apps listed)!

    Don't know how this happened, but I now have no apps listed under 'Applications' in 2.20. I can start them from the CLI or from customised launchers - but there's nothing in the menu! Does anyone know a command to repopulate menu lists? Many thanks L

  • SLOW Login when Network Unavailable

    Hello all, this is my first post on Apple Discussions. I recently upgraded my MBP from OS X 10.4 to 10.5.4 Leopard. When I am at work and plugged into the network, everything runs fine. When I am home, however, OS X takes over 5 minutes to log me in.