similar to: Ping

Displaying 20 results from an estimated 70000 matches similar to: "Ping"

2009 Jan 06
2
smbcontrol smbd ping also answered by nmbd and winbindd
Hello, with samba-3.0.x an "smbcontrol smbd ping" was answered by all running smbd processes. With samba-3.2.x it is now *also* answered by nmbd and winbindd: [root@cs00 ~]# smbcontrol -V Version 3.2.5 [root@cs00 ~]# for i in `smbcontrol -t 1 winbindd ping | grep PONG | awk '{ print $4}'` ; do pstree -p | grep $i ; done winbindd(29908) - winbindd(29909) [root@cs00 ~]#
2018 May 24
1
Cannot ping subnet hosts
I have done it... added on both routers a new firewall zone covering the tinc interface, policy in accept, out accept, fwd accept, interzone forwarding from/to LAN.... when I do it, I am not even able to ping the routers between them, even though the PING PONG is ok in the tinc debug.... 2018-05-24 20:28 GMT+02:00 Naemr . <naemrr at gmail.com>: > did you add a forwarding allow rule from
2007 Sep 05
8
Ping
----- Mike Hammett Intelligent Computing Solutions http://www.ics-il.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070905/c62f4465/attachment.htm
2012 Oct 24
2
concurrent requests (Rook, but I think the question is more general)
This question involves Rook, but I think the answer will be general enough that it pays to post here. At any rate, I don't know enough to know whether this is a Rook only issue or a general R issue. Here's what I'd like to do (and indeed, have code that should do this): 1. Start R, Rook 2. Start an analysis via a HTTP request to Rook. This analysis uses .Call() to some compiled C
2008 Nov 21
1
Ping
Ping -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081121/8392150e/attachment.htm
2004 Sep 26
5
connection established, can't ping
Hello! I have recently installed tinc on a linux 2.4 machine which has 192.168.0.0/24 private network connected to eth0 and registered ip on eth1. I also installed tinc on Windows 2000 machine on a remote location. for this moment I can establish connection, on Linux machine tincd says: Sep 26 21:10:50 hostname tinc.gscvpn[483]: Node home (y.y.y.y port 655) became reachable But i
2006 Feb 17
1
test ping
test ping - rh -- Robert Hanson - Abba Communications Computer & Internet Services (509) 624-7159 - www.abbacomm.net
2006 Mar 24
1
2 WAN - 1 LAN - ping and route problem
ClarkConnect Home 3.2 eth0 - WAN - inet - ip:192.168.1.2 gw:192.168.1.1 (connected to my www.woosh.co.nz gatway) wlan - WAN - private community wireless networt - ip:10.252.16.16 gw:10.252.16.1 eth1 - LAN - ip:192.168.2.1 # route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.252.16.1 [root@bowenvale etc]# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface
2018 May 24
3
Cannot ping subnet hosts
Dear all, I am trying to configure a basic TINC vpn between two sites using OpenWRT routers. The link seems to work, the ping between the two routers is ok, but I can't ping hosts between the subnets behind the routers. This is the configuration: ======== SITE 1 (CLIENT) - polimnia (subnet 192.168.4.0/24, gw 192.168.4.1) tinc.conf ------------- Name = polimnia ConnectTo = calliope
2019 Nov 24
2
Health check curl example
How do I check the standard script then on this port 5001 from the command line? This one of alpine linux also does not have it yet bash-5.0# dovecot --version 2.3.7.2 (3c910f64b) -----Original Message----- Subject: RE: Health check curl example Yes. The passthrough option is rather new. Aki On 24/11/2019 15:28 Marc Roos via dovecot < dovecot at dovecot.org> wrote: I think
2019 Nov 24
2
Health check curl example
I think I already have that, I am having this configured service health-check { # this is the default configuration using the simple PING->PONG # example health-check. executable = script -p /bin/health-check.sh inet_listener health-check { port = 5001 } } bash-5.0# /bin/health-check.sh HTTP/1.1 200 OK Connection: keep-alive OK -----Original Message----- Subject: Re:
2018 Feb 09
2
[PATCH v28 0/4] Virtio-balloon: support free page reporting
On 02/09/2018 03:55 AM, Michael S. Tsirkin wrote: > On Thu, Feb 08, 2018 at 05:50:16PM +0800, Wei Wang wrote: > >> Details: >> Set up a Ping-Pong local live migration, where the guest ceaselessy >> migrates between the source and destination. Linux compilation, >> i.e. make bzImage -j4, is performed during the Ping-Pong migration. The >> legacy case takes
2018 Feb 09
2
[PATCH v28 0/4] Virtio-balloon: support free page reporting
On 02/09/2018 03:55 AM, Michael S. Tsirkin wrote: > On Thu, Feb 08, 2018 at 05:50:16PM +0800, Wei Wang wrote: > >> Details: >> Set up a Ping-Pong local live migration, where the guest ceaselessy >> migrates between the source and destination. Linux compilation, >> i.e. make bzImage -j4, is performed during the Ping-Pong migration. The >> legacy case takes
2019 Nov 24
2
Health check curl example
I am not understanding how this health check[1] script should work. From the commandline it works fine when I type a PING I get a PONG. But how do I do a curl to this 5001 port? Tried something like this: bash-5.0# curl http://localhost:5001/ curl: (56) Recv failure: Connection reset by peer bash-5.0# curl http://localhost:5001/PING curl: (56) Recv failure: Connection reset by peer [1]
2010 Jul 18
2
FW: Windows 7 support? Should I be able to PING over the VPN?
Thanks for the quick reply, Guus. Well the debug helped a little bit. So did re-reading the manual again. I think I got further ahead, but unfortunately I still cannot quite get to complete the connection between the two nodes. It looks like the two nodes are communicating - they seem to be able to exchange RSA keys & MetaKeys, but for some reason, they start trying to exchange data on
2019 Nov 25
2
Health check curl example
Thanks, Markus, maybe we should add this to the admin_manual? However I am now getting the error 'script: Fatal: Missing script path' Similar as when I try via the command line bash-5.0# /usr/libexec/dovecot/script -e /bin/health-check.sh Fatal: Missing script path bash-5.0# /usr/libexec/dovecot/script -e /bin/ health-check.sh Panic: BUG: No IOs or timeouts set. Not waiting for
2010 Jul 07
1
Linux to Windows Tinc Issue
Hello, I am having troubles with the following configuration in that it produces the following errors: *Masterserver:* On the server (yea, I know) side is a Linux machine called "*masterserver*". It should have a VPN IP of 192.168.2.1 and it sits behind a pretty generic ADSL Router (with port 655 forwarded) which can be found via a dynamic host address. A small snippet of errors this
2019 Jan 10
3
Cannot access other computers on LAN
Hi, I am trying to setup a VPN between roaming users and the office. Main usage will be VNC sessions to some Linux computers sitting on the office LAN. One machine on the office LAN, VPN_office, is dedicated to run tinc. The office router is behind another router for which we have no control, so I contracted an external computer VPN_out with a public IP to act as an in between connection. All
2008 Jan 11
9
Varying test data
This isn''t specific to RSpec, but is hopefully on-topic for this list. I like (especially when "ping pong pairing") to write a spec, then write the smallest amount of code I can to pass it (especially when "ping pong pairing"). Sometimes this means hard-coding a return value, which means another spec is needed to prove that the code is really behaving as it
2019 Jan 15
2
Cannot access other computers on LAN
Hello Julien, Am Mon, 14 Jan 2019 22:15:47 +0100 schrieb Julien dupont <marcelvierzon at gmail.com>: > ** Test 1 ** > On VPN_office I use 'tcpdump -npi any icmp and host 192.168.1.3' > When pinging 192.168.1.1 from client 1, with no success, I see no packet > passing. Sorry - the tcpdump command should end with "192.168.1.1" instead of