Re: Cannot run exe from asp.net Programming Web Development by lennyli … prompt on your client machine, type `ping 192.168.0.2` > > i can ping 192.168.0.2 successfully, but… Re: Cannot run exe from asp.net Programming Web Development by Salem … test: At the console prompt on your client machine, type `ping 192.168.0.2` Re: Upgrade to Fiber internet Hardware and Software Networking by Dani … was unusable from our end, they were still able to ping our modem), blamed our cable modem/router when meanwhile our… Ping Programming Web Development by corewizard Ping a server Ping.exe is hogging my computer Hardware and Software Information Security by mbsgrow … out at 100% CPU. When I stop the process tree, ping.exe keeps coming back. Your help will be most appreciated… Ping & Submission Tool!? Digital Media Digital Marketing Search Engine Strategies by addurlguru Ping & Submission Tool!? Can I use pingmylink.com to get indexed by Bing and Google faster? or will it actually give me to many links...!? What should I do? Re: Ping Programming Web Development by JLChafardet this is the most insecure way of performing a ping, if your webhost allowes you the system / exec functions, you are hosting your site on a highly possible hack target, with the biggest loophole of php. Re: Ping a server on a VPN network. Programming Software Development by rproffitt " Ping code in its own sub routine " and why that works. My thought is that the runtime/compiler optimizers are in play here. As you fixed it I'll pause looking over your code now. Re: ping Hardware and Software Networking by JorgeM If computer A can PING computer C, but C cannot PING A, then it doesnt appear to be a routing issue. …This is because PING is a two-way process. When A pings C, the… Re: ping Programming Software Development by ejosiah … a client server app you need to also create your ping protocol your classes should be like this PingClient, PingProtocol and… Now here's your algorithm send a ping request to your server i.e ping [server-ip-address] recieve the request on… ping Hardware and Software Networking by jemz Hi how can i ping to other network for example i want to ping in router A from router C routerA routerB routerC Thank you in advance. Re: ping Hardware and Software Networking by Majestics router are used to connect two different networks. If router A has IP 192.168.1 and then B must be different lets suppose 192.168.0, u just need the ip address of the computer/device u want to ping. Suppose ping 192.168.0.5 Re: ping Hardware and Software Networking by jemz Hi JorgeM, Thank you for the reply,yes i put the ip routing and i successfuly ping the computer in RouterA through computer in routerB, and Through routerB to RouterC i have no problem with,but the only problem is i cannot ping RouterA through the computer of RouterC. Re: ping Hardware and Software Networking by jemz okay lets say routerA=>192.168.1.1,routerB=>192.168.2.1,routerC=>192.168.3.1 but i could not ping the computer ip address under the routerA.using the computer under the routerC. what is missing? Re: ping Hardware and Software Networking by JorgeM …; Router B <----> Router C When you try to ping from router A through router B, router B needs to… Re: ping Hardware and Software Networking by jemz Nope,computer A under RouterA cannot ping the computerC under RouterC. ping Programming Software Development by coolbuddy059 HI!!!!!! Does any one know the algorithm for "ping". Re: ping Programming Software Development by javaAddict I know the algorithm for pong. But my brother is better, he knows Ping Pong. Serioulsy, he learned it when he was at University and now he teaches gymnastics at schools Re: Ping & Submission Tool!? Digital Media Digital Marketing Search Engine Strategies by addurlguru [QUOTE=addurlguru;1687868]Ping & Submission Tool!? Can I use pingmylink.com to get indexed by Bing and Google faster? or will it actually give me to many links...!? What should I do?[/QUOTE] oh! I forgot the link <snip> ping.exe using all the cpu usage Hardware and Software Information Security by stevensan1983 …77BE42E4 5 Bytes JMP 0091000A .text C:\Windows\System32\ping.exe[5496] ntdll.dll!NtCreateProcessEx 77BE42F4 5 Bytes JMP… 0092000A .text C:\Windows\System32\ping.exe[5496] ntdll.dll!NtProtectVirtualMemory 77BE4B84 5 Bytes JMP… Re: ping.exe using all the cpu usage Hardware and Software Information Security by stevensan1983 …77BE42E4 5 Bytes JMP 0091000A .text C:\Windows\System32\ping.exe[5496] ntdll.dll!NtCreateProcessEx 77BE42F4 5 Bytes JMP… 0092000A .text C:\Windows\System32\ping.exe[5496] ntdll.dll!NtProtectVirtualMemory 77BE4B84 5 Bytes JMP… Re: Ping a server on a VPN network. Programming Software Development by steve_55 …0.0.0.0" Dim pingreq As Ping = New Ping() Dim rep As PingReply = pingreq.Send(host…As Integer = 0 To 3 Debug.Print("Ping Loop Number: " & i) Call …use any other machine name Dim pingreq As Ping = New Ping() Dim rep As PingReply = pingreq.Send(host… ping is not successful. Programming Software Development by wonder_laptop ….charset.*; import java.util.*; import java.util.regex.*; public class Ping { // The default daytime port static int DAYTIME_PORT =13; // The…ll actually use static int port = DAYTIME_PORT; // Representation of a ping target // static class Target { InetSocketAddress address; SocketChannel channel; Exception … Re: Ping Question? Programming Software Development by sknake …0]; AutoResetEvent waiter = new AutoResetEvent (false); Ping pingSender = new Ping (); // When the PingCompleted event is raised,… possible. waiter.WaitOne (); Console.WriteLine ("Ping example completed."); } private static void PingCompletedCallback… Re: ping.exe using all the cpu usage Hardware and Software Information Security by stevensan1983 … work and all scans finished i have not seen the ping.exe pop up not sure if its fixed or not… Ping a server on a VPN network. Programming Software Development by steve_55 …"0.0.0.0" Dim pingreq As Ping = New Ping() Dim rep As PingReply = pingreq.Send(host) Dim…for the remaining iterations, whereas manually repeating a single ping, 4 times, I get slightly different speeds (as… would expect) and more inline with the cmd ping. It almost feels like I need to reset … Ping Request Timed Out Hardware and Software Hardware by STibbs … to the network and it work okay. I ping it and things are fine. So I install … and print test page. No page. So I ping the printer. Request timed out. I turn off …the printer and then back on and ping again. Get a response. Great! Print test page…it for a few minute can't print again. Ping times out. I turn off the printer back … Ping Question? Programming Software Development by GoS-ExiGo … computer IP and retrieve an approximate RoundtripTime. [CODE]Ping ping = new Ping(); PingReply reply = [U]ping.Send(myEP.Address);[/U][/CODE] This process takes… Ping Looping Help Programming Software Development by nutrion … output. What I need to do is constantly ping a server, and when/if that server stops … print "Must supply a single IP address to ping and filename" print "\n" print…sys.argv[1] filename = sys.argv[2] while True: ping = Popen( ['ping','-n','1',address.strip() ] , stdout=subprocess.PIPE, shell… ping anomalies with popen Programming Software Development by Urban48 … to different locations. the principle is simple: send ping every second and display the results in real time … the software from Linux, so in order to ping from my software i choose the subporocess.Popen way…;" while not self.stopped: data = subprocess.Popen("ping -c1 "+str(sites[self.sitename]),shell = True,stdout=…