Ping with '-t'

I am a new user to LabView!  I was playing with System exec.vi for the command 'ping'.  It worked out find as it is.  But, now, the problem comes when I use 'ping xxx.xxx.xxx.xxx -t'.  In Windows, the only way to stop this execution is by pressing ctrl+C.  How to do it with System exec.vi though!  Anyone can help me with it?
Thank you!
由 BooJay 在 07-29-2008 03:53 AM 上編輯的訊息

Hi BooJay,
you can use the functions from the user32.dll to simulate the key down event. The vi´s and the way how to do it, are in this thread.
http://forums.ni.com/ni/board/message?board.id=170&message.id=312631&query.id=142097#M312631
Hope it helps.
Mike

Similar Messages

  • How to do a ping with ICMP in Java under Linux?

    Does anyone know an easy way to do a ping with ICMPs under Linux? I did it under Windows, but under Linux, I've got some issues. I need a procedure that sends a ping with a id number and a seq number and another function pong that waits for a reply and returns the seq and id of the packets it received.
    if anyone did this, please tell me how. I know it should be a native method, but how do I implement it...

    rigth, i thought of that. but imagine that i have something like 100 hosts wich i must ping something like 20 times and get all the results in something like 5 seconds.
    so i don't think that runtime will be a solution because that kind of pings tend to be safe and wait 1 sec between 2 succesive pings in order to prevent a flood.
    i already did it in windows with a native dll. but i'm not so experienced in linux... :( so, if anyone can help...please do

  • Can I use Ping with Russian App store account?

    I have a russian App Store account. Can I use Ping with it?
    And if I can't, Can I make an USA App Store account without a card?

    Put a credit card in the payment methods. The credit balance will be used first and the remainder charged to the card.

  • I have two location one is Delhi(IP-192.168.100.*) and another is Mumbai(IP-192.168.1.*) and both are connected by MPLS line and ping with each other. We have one DC in Delhi location and domain name is CAPLDC and Delhi location all PC is member of this

    I have two location one is Delhi(IP-192.168.100.*) and another is Mumbai(IP-192.168.1.*) and both are connected by MPLS line and ping with each other.
    We have one DC in Delhi location and domain name is CAPLDC and Delhi location all PC is member of this domain and working properly.
    now i am trying join the Mumbai location PC with my Domain(CAPLDC) but they are not join with my DC and generate the error.
    I have chek the DNS and nslookup all are correct but this is generate error. 
     Is this possible Mumbai location join with this Domain(CAPLDC)???
    One more thing when i have created another DC with this name (papldc.com) then Mumbai location is joined properly.
    Pls find the error message below and also find the attachment.
    Note: This information is intended for a network administrator.  If you are not your network's administrator, notify the administrator that you received this information, which has been recorded in the file C:\Windows\debug\dcdiag.txt.
    The domain name "capldc" might be a NetBIOS domain name.  If this is the case, verify that the domain name is properly registered with WINS.
    If you are certain that the name is not a NetBIOS domain name, then the following information can help you troubleshoot your DNS configuration.
    DNS was successfully queried for the service location (SRV) resource record used to locate a domain controller for domain "capldc":
    The query was for the SRV record for _ldap._tcp.dc._msdcs.capldc
    The following domain controllers were identified by the query:
    capldcserver.capldc
    win-dyfq2poc88q.capldc
    However no domain controllers could be contacted.
    Common causes of this error include:
    - Host (A) or (AAAA) records that map the names of the domain controllers to their IP addresses are missing or contain incorrect addresses.
    - Domain controllers registered in DNS are not connected to the network or are not running.
    Pankaj Kumar

    Why are you using a single labeled domain? I would recommend renaming the domain name to be something like domain.com.
    Please refer to the articles below to fix your current issue:
    http://www.wincert.net/tips/networking/1614-cant-join-pc-to-a-domain-with-single-label.html
    http://www.itgeared.com/articles/1128-using-single-label-dns-names-for-active/
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • How do I run a traceroute, ping with my Mac/Safari?

    I tried Search first, but I'm not very good at finding what I need, and I couldn't find the answer this time either. Sorry if it's already been posted. I would like to know how to run a traceroute with my PBG4. Is running a traceroute the same as doing a ping? Any help would be greatly appreciated. Please keep the explanation as simple as possible, lol.

    A traceroute sends messages to every server between you and an address you specify, and is useful in determining exactly where problems with the connection exist. If you see an address for which the three numbers become large, that is likely where the problem lies. An entry consisting of only stars means that the command timed out waiting for a response; some servers do not reply to traceroute probes. Click here for more information.
    (31172)

  • How to use ping with orb

    hi,
    i have an applet that registers with an orb, and a stub that mimicks a controller. the controller controls x number of machines, and has a file of the ip addresses of each machine. is it possible to use the applet to send ping messages to the controller to forward on to each machine to see if the machine is attached to the controller?
    kind regards
    vanessa

    What OS are your servers?
    If you are using Windows, you can have the applet call a ping() method on the server. The server's ping() meth could do a Runtime.getRuntime() and invoke the exec(String) to invoke "cmd ping xxxx.xxxx.xxxx.xxxx". It's a little bit of a pain if you want to read the response from the process though.
    If you aren't running windows or you don't care about the actual response you can have a ping() method on the server which opens up a socket to port 7 (the echo port, which just returns what ever you send it). I believe (you'll have to test) that you'll get an I/O error if the machine is turned off. I sorry but I don't know of a port for ping.
    Depending on what your planning, you could have each of the 'X' machines register with the controller at start up and then every so often the control calls a isStillConnected() meth which would return a message or a corba error if it's not alive. You'd also have to remove any dead entries.

  • Windows server with one NIC and two IP address answers to ping with wrong address.

    Hi,
    I have Windows 2012R2 server, as a web server. It has only one NIC, and I have given it two IP addresses. 10.0.0.11 at the main Window, and under the advanced tab, I have added 10.0.0.12 as additional ip to the nic.  I have even but to
    host file a row, that states 10.0.0.11 server.domain.local.
    Now when I ping "server.domain.local" from the server itself, it gives me 10.0.0.12 as answer.
    With nslookup I can get correct address (10.0.0.11). But when I type server.domain.local to the web browser it tries to connect 10.0.0.12, which is incorrect. It should connect to 10.0.0.11 address. Could you please help me?
    Regards,
    Jouko

    Windows does not work well with two IP addresses on the same subnet.  Results are inconsistent, as you have discovered.  In general, you should never try to put two IP addresses from the same subnet onto a single Windows box.  That means either
    multiple addresses on a single NIC or on multiple NICs.
    Maybe if you tell us what you are trying to accomplish by having two addresses, we could provide better assistance.
    . : | : . : | : . tim

  • Tecra A10 answers ping with wrong source IP-Adress

    Hello!
    I've got problems with my network connection.
    After Installing Win7 pro my tecra A10 answers ping on lan port with 192.168.0.239 but it got 192.168.211.36 from DHCP.
    In Wireshark on tecra A10 I only see the IGMP request but no answer.
    On the other PC the answer comes from an wrong IP (and of course a wrong MAC).
    If I disconnect the lan cable the answers stop.
    If I boot into Linux everything is fine.
    So which software changes the IP adress?
    I see no answer in wireshark, I think it could be something around the network card.
    Internet is O.K. but I can't do any remote control.
    Has anyone an idea?

    So your problem is remote control only, right?
    If I understand you right you dont use original Toshiba recovery image so nobody here dont know exactly what have you installed and what are you doing exactly.
    If your LAN/WLAN card works properly and if you can establish connection with your router, this is evidence that there is no hardware related problem.
    Have you tried the same with original preinstalled recovery image?

  • Apple should integrate Ping with Twitter and Facebook!!!

    It would be awesome to share your playllists with your friends and mix it up.

    Hi all....
    can you guide me for SAP  CRM...
    am willing to learn SAP CRM module but i don't have any idea about it....

  • Help with ping in cmd?

    hello there
    i've made a small program that pings on a dns using cmd
    and my problem here that :i want to do some action if the result is replay
    and do some other action if the result is request,how to do that?
    here is my code:
    import java.awt.*;
    import javax.swing.*;
    import java.io.*;
    import java.io.InputStream;
    public class PingCheck {
        public static void main(String[] args) throws Exception {
             JTextArea textarea=new JTextArea(15,15);
             JScrollPane scrollpane=new JScrollPane(textarea);
             textarea.setFont(new Font("Courier New",Font.BOLD,13));
             textarea.setEditable(false);
             JFrame frame=new JFrame("Ping Check");
             frame.add(scrollpane);
             frame.setSize(500,220);
             frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
             frame.setVisible(true);               
            InputStream is=Runtime.getRuntime().exec("ping 212.122.224.10 -t").getInputStream();
             int x;    
             while((x=(int) is.read())!=-1) {        
                  textarea.append(""+(char)x);
                textarea.setCaretPosition( textarea.getDocument().getLength() );          
    }

    (because you sound desperate... :)
    If you must use ping with Runtime.getRuntime().exec (and a byte input stream) then ...
    import java.lang.Process;... so that you can get a handle on the ping subprocess and shut it down.
    The following waits for 4 replies (whether timed-out or not) and then updates the textarea:
         try {
              Process proc = Runtime.getRuntime().exec("ping 212.122.224.10");
              InputStream is = proc.getInputStream();
              int x, lines = 0;
              StringBuffer sb = new StringBuffer();
              while(((x=(int)is.read())!=-1)&&(lines<7))
                   sb.append((char)x);
                   if (x == '\n') lines++;
              proc.destroy(); // shutdown the subprocess
              String response = new String(sb);
              textarea.setText(response);
              textarea.setCaretPosition( textarea.getDocument().getLength());
              if(response.indexOf("Reply") > -1)
                  System.out.println("Reply Received");
              else
                  System.out.println("Request timed out");
         } catch (IOException e) {
              e.printStackTrace();

  • Help with my interleaving ?

    Okat then this is a very long story, so you may be reading for some time. This starts back on the (26/05/2012) and is still open to this date,  my broadband speed were 18.5Mb Dwonload, and 1.3 Upload at the start of this. Latency Type "Fast"
    I have had my BT broadband for over 3 month now and my speed were always  18.5Mb Dwonload, and 1.3 Upload at the start of this. Latency Type "Fast", and I had never had any problem.
    Okay there i go, On the (26/05/2012) I phone 0800 111 4567, about a drop in my connection and that i kept droping out every 40 minutes or so/ They told me to plug in the test socet, so I did and they did there phone line test, and said that there was allot of static on my phone line that is why I have all the Noise on my phhone. They siad to give it 72 hours to stort its self out, so I did. and siad thank you.
    (30/05/2012), this problem has gotten worse, and my conection speeds drop down to 6.2 Download and 0.2 Upload, along with my nosie margin hitting 32dB / 38dB, and all the other were almsot the same as this...... I called 08000 111 4567 and told them about the drop in my speed, and that it now keeps droping out every 30 monutes.
    They then ran there speed test, and then told me that there was staic on my phone line. I said..... " I know that however I was told that this would stable out over the next 72 hours, 3 das ago and not get worse" They tha told me to wiat another 24 hours, I said yeah sure that is okay, as long as it gets better. They then told me that I would get a called back on the (31/05/2012)
    (31/05/2012), Came and past, i went on the phone at 01.30am about this and told them that i am not happy with this, and that I would like the sorted out ASAP, and I do not what to be waiting around any longer. They tolf me to give the 10 mins while they run some test, and they put me on hold they were on 2 mins.
    They then told me that there was a problem withing to propertey, and that they would send an engineer out, I told the to NOT send an engineer out as I will check all of my wire in the morning when I wake up, and I than said that, that is all, and they would give me a call back in 24 hours to see if the problem was fixed.
    (01/06/2012) So I checked all micro filter, and replaced them with brand new ones, and I checked all wired, and even truen off my microwave, anlong with anothing else that could cause any probelm. I the took my home Hum and unpluged every thing else and I was still getting the probelm, which ruled out all pronlems in my house, as this was puged right in to the Main phone socket, with a microfilter.
    I waited up to 18:00pm for a called back, which I never got, so at 19:30pm I called back up and told them to look up on my account notes, about what is going on, and I hoped that they would understand what they have to do....... Well I got told to wait and let then run there test, Again !!!!!
    As you can tell I'm starting to get very Inpactient by now.
    Tey came back 5 minutes later and told me that there was a fault, at the excanged, I said then why did I get told yesterday that the fault was in my house ??????????????
    These his words " I'm so sorry about this and that you have been given the wrong information about the fault, and that I can assure you that I will, take this fault, and handle it myself, and that I will pass the case to the BT wholesale team"
    I was also told that, BT wholesale would not need access to the house, and that there was no need to be in........
    (02/06/2012) Well it was just aswell that I was in as 3 BT open reach Vans were out sinde my house, the next day at 14:00pm, one of them came in and ran some test, He told me that he was a boost engineer, that there was no problem at the excahnged, (Now bare in mind that I was told that there was !!!!!!!!!!!!!!!!!!!!!!!)
    He was here for about 45 minutes, and chancked everything, he changed the microflters, and evern the ADSL wire to the Home Hub. And the ran more test, and found that the Latency Type, is Interleaved, and told me that this is why my round trip speed is now 92 MS ping, When It was fast it was only 18 MS ping with 0 MS Jutter.
    He pick his mobile up and phone some one, and asked for the Interleaving to be turned of, as It had been put on both my downstream and upstream, with in 2 minutes it was truned of and I had my full spped back to 19.1MB download, and 1.4 Upload with was fater than what I was getting. to start and my Lactency type was fast agian.
    (03/06/2012) I woke up and went to ckeck my emails just to find that screen with "YOUR HOME HUB CAN NOT CONNECT" (Now by this time I was steam out of my ears !!!!!!!!!!!!!!!)
    I turn the home hub off then back on that fixed the connection but not the spped, I was now back down to 9.5MB Download and 0.7 upload, and my lateancy type was Interleaved again. I left this (06/06/2012), as if I went on the phone I would of kicked of with them.
    (03/06/2012)-(06/06/2012) My internet kept droping, and there was once that it drop as low as 1.1 MB download and 0.1MB upload.
    (06/06/2012)- 17:50pm I called 0800 111 04567, and siad take a look at my note on the account as I am not saying it all agian !!!!!!!!!
    2minutes later, he said "I'm sorry for all this, I will work as best as I can to fix this for you" I explained to himthat all was fine when my interleaving was off and was "FAST", I give him 5 mins to look about, and share my PC sreen,
    He then tolf me to put an order in to turn of the interleaving agian, and to wait 48 hours, and he will call me back. I said Yas sure, anthing that will fix this !!!!!!!!!!!!!!!
    (08/06/2012) Came and past still no called back, so I went out for a drink, to forget this.
    (09/06/2012) I phone up and told them that was was to get a called back yesterday, and that I never did, he siad two minutes, and I was put on hold, he came back and siad that an order was never placed, 
    I said what ?!?!?!?!?!?!?!?!?!?! but I kept my cool, and said can you please place an order for me about this. He said yes sure, and please wait 24 hours to this to tak effect.
    (10/06/2012), my internet drop out when ever I tried more than 3 devices on the home hub at any given time. I let this pass as I just could not be fuessed with it.
    (12/06/2012) Called 0800 111 4567 and another order for the interleaving to be turned of was placed....... And waited another 24 hours.
    (13/06/2012)-(14/06/2012), I was not in the house, all day as I would of freaked out if the internet was still not working.
    (15/06/2012) I called 08001114567, and got throught to to them, I asked to speak to their menager, I was put to him stright away, I explained what is going on and that i am paying £52.12 a month for that, and that I'm getting a service that is not what I am paying for, and that I will begoing to the back on monday moring to cancell all direct debits to BT, unless this is FIX !!!!!!!!!!!
    He ask for informaion this is what I give my, apart from my account info:
    ADSL Line Status
    Connection information
    Line state:
    Connected
    Connection time:
    0 day, 02:15:59
    Downstream:
    8,189 Kbps
    Upstream:
    459 Kbps
      ADSL settings
    VPI/VCI:
    0/42
    Type:
    PPPoA
    Modulation:
    G.992.5 Annex A
    Latency type:
    Interleaved
    Noise margin (Down/Up):
    13.1 dB / 6.7 dB
    Line attenuation (Down/Up):
    24.0 dB / 11.7 dB
    Output power (Down/Up):
    0.0 dBm / 11.2 dBm
    FEC Events (Down/Up):
    18579276584 / 2502187
    CRC Events (Down/Up):
    249976852 / 332698
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    Loss of Link (Remote):
    0
    HEC Errors (Down/Up):
    226974584 / 66484
    Error Seconds (Local/Remote):
    0 / 653
    he said thank you, but look at this, this is what I was getting befoe any of these problems 
    ADSL Line Status
    Connection information
    Line state:
    Connected
    Connection time:
    32 day, 18:49:17
    Downstream:
    21,196 Kbps
    Upstream:
    1,589 Kbps
      ADSL settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.5 Annex A
    Latency type:
    Fast
    Noise margin (Down/Up):
    6.1 dB / 13.7 dB
    Line attenuation (Down/Up):
    26.3 dB / 9.8 dB
    Output power (Down/Up):
    0.0 dBm / 12.3 dBm
    FEC Events (Down/Up):
    0 / 0
    CRC Events (Down/Up):
    26 / 1
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    Loss of Link (Remote):
    0
    HEC Errors (Down/Up):
    0 / 0
    Error Seconds (Local/Remote):
    0 / 0
    This is what I used to get. !
    (17/06/2012) Today Igot a called back and they told me that the interleavering was off, I check and it was not !!!
    They told me that on there systems that It was, so I trurn of the home hub and then truned it back on, still it was still on, I then rest the the home hub and still no joy.
    I asked for my case to be passed back to the BT Whole sale team as there were the ones who fixes it the first time within two minutes, that the 0800 111 4567, can not do anything for me...... S it has been passed over to them, and I a expecting a call back between 11 am & 1pm tomorrow, from them. 
    When I first got my BT broadband I never had anyproblems until, the 26/05/2012, is there any one at BT who I can contact to turn off the interleavering please ?
    Thank you for reading this, and I respect an reply that you have.
    Solved!
    Go to Solution.

    This is what I have today, just 2 mins ago:
    Line state:
    Connected
    Connection time:
    0 day, 03:28:33
    Downstream:
    11,115 Kbps
    Upstream:
    388 Kbps
      ADSL settings
    VPI/VCI:
    0/37
    Type:
    PPPoA
    Modulation:
    G.992.5 Annex A
    Latency type:
    Interleaved
    Noise margin (Down/Up):
    5.9 dB / 13.5 dB
    Line attenuation (Down/Up):
    24.0 dB / 11.7 dB
    Output power (Down/Up):
    0.0 dBm / 12.3 dBm
    FEC Events (Down/Up):
    406598375 / 2841597
    CRC Events (Down/Up):
    4987659 / 556974
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    Loss of Link (Remote):
    0
    HEC Errors (Down/Up):
    652378 / 1569
    Error Seconds (Local/Remote):
    215 / 148

  • Failed to access IPv6 only site with Firefox

    I am assessing my company IPv6 readiness with Firefox. We have our internal DNS (dual stack) set up now responding with IPv6 address only for the host name of a test web server. I configured a test Windows machine (dual stack), with said DNS, and was able to ping with the test web server with host name.
    Now comes Firefox. I can access my test web server with IPv6 URL (http://[a:b:c:d:e:f:g:h] kind) but when I cut and paste the host name (the one I successfully pinged with) , no, Firefox can't access it. What could be the problem that cause Firefox to not resolve that name to the proper address? Ping works fine, why doesn't Firefox?

    Make sure you don't have IPv6 disabled.
    See that network.dns.disableIPv6 is not set to true (from about:config).

  • Airport Express problems with new MAC MINI and DLINK router SOLVED

    Hi just thought I would post this as it may well help others experiencing similar frustrations with new core duo mac mini and wireless connection or quality problems across the network / internet etc
    I have a 3 week old, new mac mini core duo 1.8ghz 2gig ram, 120gb disk - First Mac, connecting to my exisiting wireless network via DLINK ADSL Router 2MB Broadband also one windows laptop and pc also wireless on the network and two airport express potins to stream itunes to
    Problem was briefly
    Mac worked fine, but the network connection just far too slow, laptop and pc, 1800+ kbps downstream mac mini 90 - 150kbps (http://www.adslguide.org/tools/speedtest.asp)
    also if i ping the router directly from terminal (ping -c 20 192.168.1.1) average response 12+ ms with 20% packet loss, yet laptop and pc avg 2ms no losses
    Spent 2 evenings on frustrating calls of more than 1 hour each (due to being cut off , then ring back and closed etc etc) and carrying out a the helpdesk troubleshooting (I am an IT consultant I think I am above this level), eventually an archive and install of the os as well
    last night I call for the third time, insisting I dont wish to carry out any further troubleshooting, and want it replaced and resolved or my money back
    I receive a call back from product specialist (not sure if thats mac mini specialist or airport) but we resolved the issue (his knowledge far superior to the help desk do this do this attitude)
    between us we carried out the folowing and resolved the problem and I am now very happy
    mac now downstreaming also in excess of 1800kbps (as expected for 2mb broadband)and no packet loss
    This problem was resolved by switching off the turbo option hidden away in the routers settings, under wireless configuration
    Supposed to improve performance, but its rubbish and will make hardly any difference under mac os to the speed but will certainly affect your mac mini performance(you may have a similar setting switched on in your routers and mac os dont like it)
    We stumbled across this by first disconnecting one of the airport express devices from my dlink network, and using it on its own default apple wireless settings, effectively making it a standalone wireless network, and not via the dlink router
    we then carried out the same ping with the ip address of this device (from airport admin utility default 10.0.1.1) and the results were fantastic 2ms avg no package loss
    this established it was something with the router, and how we then interrogated the routers settings and found the turbo on option within wireless configuration
    you may not be able to replicate this if you dont have an additional network you could join (such as airport express), but probably worth checking your own router settings for something similar
    Hope that may be of assistance to others, sorry that its a bit long winded and garbled, but I'm just so excited to finally get my new mac working as i would expect it to
    Also perhaps insist on speaking to a product specialist immediately that the helpdesk are unable to help you

    Hello macfar14. Welcome to the Apple Discussions!
    For just streaming iTunes and/or for sharing a USB printer, the AirPort Express Base Station (AX) just needs to be configured as a wireless client ... which you already attempted to do.
    Just to be sure nothing was missed, here are the basic steps to do this:
    Either connect to the AX's wireless network or connect directly, using an Ethernet cable, to the Ethernet port of the AX, and then using the AirPort Utility in "Manual Setup" mode, make the following changes:
    AirPort > Wireless
    o Wireless Mode: Join a wireless network
    o Network Name: <existing wireless network's Network Name or SSID>
    o Wireless Security: <select the encryption type of the existing wireless network>
    o Wireless Password: <enter the existing wireless network password>
    o Verify Password: <re-enter the existing wireless network password>
    Music
    o Enable AirTunes (checked)
    o iTunes Speaker Name: <enter desired speaker name>
    o iTunes Speaker Password: (optional)
    o Verify Password: (optional)
    o Click Update to write the new settings to the AX
    In iTunes:
    iTunes > Preferences... > Advanced > General
    o Look for remote speakers connected with AirTunes (checked)

  • EzVPN issues with a Comcast cable connection

    I have a problem with a Comcast cable connection and an EzVPN. Simply put the connection drops within minutes of no activity. In other words, if I leave an RDP connection open from my datacenter to the remote site, the VPN connection will stay open all the time. A few minutes after I close the connection the VPN drops and the remote side has to wait until its keys timeout to reconnect (obviously without a reset).
    I have multiple sites connecting to the EzVPN server without issues from multiple carriers. This one Comcast connection seems to be an issue. I've verified that the configurations for other DHCP based cable connections and this one are the same (except for local parameters). I've also run PING tests to test reliability and MTU issues. For the reliability I do have 1 - 2 packets out of 200 consistently dropping with a 2 second timeout value for the PING. (This is pinging the next hop router on the connection.) For MTU I was able to PING with packet sizes all the way up to 1500 bytes with the DF bit set.
    So, I'm looking for any direction on this issue.
    Here is the configuration of the router at the remote site (truncated for clarity):
    crypto ipsec df-bit clear
    crypto ipsec client ezvpn comcast-remote1
    connect auto
    group comcast-remote1 key testing1234
    mode network-extension
    peer 65.x.x.x
    xauth userid mode interactive
    bridge irb
    interface FastEthernet0
    description Trunk to LAN network
    switchport mode trunk
    interface FastEthernet4
    description WAN connection
    ip address dhcp client-id FastEthernet4
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    duplex auto
    speed auto
    crypto ipsec client ezvpn comcast-remote1
    interface Dot11Radio0
    no ip address
    bridge-group 1
    interface Vlan1
    description primary LAN connection
    no ip address
    ip tcp adjust-mss 1452
    bridge-group 1
    interface BVI1
    description Bridged connection for Dot11Radio0 and Vlan1
    ip address 10.x.x.x 255.255.255.0
    ip helper-address 192.x.x.x
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip virtual-reassembly
    crypto ipsec client ezvpn comcast-remote1 inside
    bridge 1 protocol ieee
    bridge 1 route ip
    This remote router is a Cisco 871W running this image c870-advsecurityk9-mz.124-4.T7.bin. I've checked the other 871W routers that are on a DHCP cable connection and they are also running this image version.
    Here is the relevant sections of the hub (EzVPN server) router:
    crypto isakmp policy 20
    encr aes 256
    group 2
    crypto isakmp policy 30
    encr aes 256
    authentication pre-share
    group 2
    lifetime 28800
    crypto isakmp policy 90
    encr aes 256
    group 2
    lifetime 28800
    crypto isakmp keepalive 60 10
    crypto isakmp nat keepalive 60
    crypto isakmp client configuration group comcast-remote1
    key testing1234
    acl comcast-remote1_networks
    save-password
    crypto isakmp profile comcast-remote1_isakmpprof_dyncorp
    match identity group comcast-remote1
    isakmp authorization list comcast-remote1
    client configuration address respond
    accounting svpn_accounting
    keepalive 60 retry 10
    crypto ipsec transform-set high_security esp-aes esp-sha-hmac
    crypto ipsec df-bit clear
    crypto dynamic-map comcast-remote1_dynmap 20
    set transform-set high_security
    set isakmp-profile comcast-remote1_isakmpprof_dyncorp
    reverse-route
    crypto map svpn-map 109 ipsec-isakmp dynamic comcast-remote1_dynmap
    interface FastEthernet0/0
    bandwidth 102400
    no ip address
    speed 100
    full-duplex
    no cdp enable
    interface FastEthernet0/0.40
    encapsulation dot1Q 40
    ip address 65.x.x.x 255.255.255.0
    no cdp enable
    crypto map svpn-map
    crypto ipsec fragmentation before-encryption
    interface FastEthernet1/0
    switchport access vlan 4
    bandwidth 102400
    duplex full
    speed 100
    no cdp enable
    interface Vlan4
    ip address 192.x.x.x 255.255.255.0
    ip virtual-reassembly
    Thanks,
    Mike

    in your client class - method go()
    you have try catch like this: make changes at 2 places commented below
    try {
    Socket s = new Socket("localhost", 7000);
    // ObjectInputStream fromServer = new ObjectInputStream(s.getInputStream());
    fromServer = new ObjectInputStream(s.getInputStream());
    // ObjectOutputStream toServer = new ObjectOutputStream(s.getOutputStream());
    toServer = new ObjectOutputStream(s.getOutputStream());
    threadNum = (Integer) fromServer.readObject();
    int i = 0;
    System.out.println("Thread number: " + threadNum);
    System.out.println("Connected to server");
    do {
    } while (!disconnect);
    fromServer.close();
    toServer.close();
    System.out.println("Connection is closed");
    } catch (Exception err) {
    System.out.println(err.getMessage());
    }

  • Loss of Packet with Ethernet Over SDH

    Hi all,
    I have a strange behaviour when I connect 2 giga optical interface of 2 cisco 7600 over an SDH link (7600 - ADM ----sdh----ADM - 7600).
    I can observe loss of packet even with a simple ping with size 100B...but the misterious is that if I start different parallel sequence of the same ping (ex 10000 pckts)..after the 3rd all works fine (all the 3 ping have loss no more)!!!
    Furthermore if I use fastethernet instead of gigibitethernet, all works fine.
    Any Idea?
    Many thanks in advance for your support

    Reseat the card it solves the problem. Ensure packets Drops but no CRCs or BIPs it means due to the hardware failure .

Maybe you are looking for

  • User in hr can able to create records in PA30.But will give read only access for all infotypes

    Hi Team, I have created one test role in HR. It will give Read access to all info types. But user can able to create Info type records in PA30. Please find the P_ORGIN values below. Authorization level            R Infotype                       * Pe

  • How to include text

    hi i m working on smartform i want to include text for example <b>subject</b> : is text window i want to include text after colon in subject but include text is coming in new line now coming like below <b>subject: hi this is include txt</b> but i wan

  • Query from table a and insert to table b

    Hi, I would like to create an attendance page to record student's attendance on a particular dates. I have 2 tables - students and attendance tables; in which attendance table will consist of PK from students table and date. How do I create a form th

  • Order of commit in a forms

    When you have say 3 table based blocks in a form, when u issue a commit what order does forms commit those blocks? Thanks Lewis

  • How do I Delete all Duplicate Photos?

    I have several copies of the same photos in iPhoto and under Pictures in the HD. I am not sure how they got duplicated in the first place, but there has got to be a simple way to delete all duplicates, right? I have like 10,000 images and many of the