Ping

2009-09-19 Thread Ryan McCoskrie
KMail has been giving me grief lately. Can somebody tell me if this has been received. -- Quote of the login: In any formula, constants (especially those obtained from handbooks) are to be treated as variables.

Re: Ping

2009-09-19 Thread Phill Coxon
On Sat, 2009-09-19 at 19:51 +1200, Ryan McCoskrie wrote: KMail has been giving me grief lately. Can somebody tell me if this has been received. Pong.

Re: Ping

2009-09-19 Thread Ryan McCoskrie
On Sat, 19 Sep 2009 20:16:16 Phill Coxon wrote: On Sat, 2009-09-19 at 19:51 +1200, Ryan McCoskrie wrote: KMail has been giving me grief lately. Can somebody tell me if this has been received. Pong. [Breaths a sigh of relief] I was wondering if the whole internet had kill filed me (not that

Re: Ping

2006-09-04 Thread Steve Holdoway
On Tue, 05 Sep 2006 14:17:46 +1200 Alan [EMAIL PROTECTED] wrote: well Nick I referenced the heading and was n direct reply to Chris's comment why not use the manual. In other words if I knew what was expected e.g. ping in Linux not windows then I would have known to look there to find

Re: Ping

2006-09-04 Thread Nick Rout
On 2:27 pm 09/05/06 Steve Holdoway [EMAIL PROTECTED] wrote: On Tue, 05 Sep 2006 14:17:46 +1200 Alan [EMAIL PROTECTED] wrote: well Nick I referenced the heading and was n direct reply to Chris's comment why not use the manual. In other words if I knew what was expected e.g. ping

Re: Ping

2006-09-04 Thread Alan
Steve Holdoway wrote: Well, that's ok then. The only thing left is to disable your firewall and then attempt to connect. Steve ( as an aside, we're trying to get linux working, so there'll be no need to try *anything* in windows, even if there's an equivalent command ). I disabled the

Re: Ping

2006-09-04 Thread Steve Holdoway
On Tue, 05 Sep 2006 16:40:17 +1200 Alan [EMAIL PROTECTED] wrote: Steve Holdoway wrote: Well, that's ok then. The only thing left is to disable your firewall and then attempt to connect. Steve ( as an aside, we're trying to get linux working, so there'll be no need to try *anything* in

Network tip - Scripting with ping

2006-06-15 Thread Craig FALCONER
I found myself doing a lot of loops around ping to find machines on the network foreach ip (`seq 1 254`) ping -c 1 192.168.50.${ip} end However fping can ping a range of IPs in parallel. Much nicer! socks:~# fping -a -g 192.168.50.1 192.168.50.6 192.168.50.3 192.168.50.4 192.168.50.6

Re: Network tip - Scripting with ping

2006-06-15 Thread Liane Williams
Interesting. When troubleshooting, I might ping a broadcast address for a network (# number of times) and then check the arp cache for found mappings. What's the overall use for your script? Liane. [EMAIL PROTECTED] 16/06/2006 8:36:59 a.m. I found myself doing a lot of loops around ping

RE: Network tip - Scripting with ping

2006-06-15 Thread Craig FALCONER
From: Liane Williams [mailto:[EMAIL PROTECTED] What's the overall use for your script? Laziness... find all laptops which are powered and connected to the net so I can VNC to them for testing rather than having to walk around the place and find likely canditates

RE: Network tip - Scripting with ping

2006-06-15 Thread Craig FALCONER
Yes that's an even better solution... And its faster too -Original Message- From: Jim Cheetham [mailto:[EMAIL PROTECTED] Sent: Friday, 16 June 2006 9:38 a.m. To: linux-users@it.canterbury.ac.nz Subject: Re: Network tip - Scripting with ping On Fri, Jun 16, 2006 at 08:52:14AM +1200

Re: Network tip - Scripting with ping

2006-06-15 Thread Nick Rout
This is all good stuff. All I knew before this was ping -b 192.168.1.255 But windows machines don't seem to respond to broadcast pings, rendering it a bit useless. On Fri, 16 Jun 2006 10:16:52 +1200 Craig FALCONER wrote: Yes that's an even better solution... And its faster too

DNS and Ping problems at home

2004-12-12 Thread Fisher, Robert (FXNZ CHC)
I do not know enough about these topics to even ask the right questions. Problem: I cannot ping from my home network to the outside world. (Internal pings work fine) We use IPCop 1.4.1 and a Dlink ADSL modem On my Gentoo server my resolv.conf file looks like this... domain fisher nameserver

Re: DNS and Ping problems at home

2004-12-12 Thread Paul Swafford
Rob .. Fisher, Robert (FXNZ CHC) wrote: I do not know enough about these topics to even ask the right questions. Problem: I cannot ping from my home network to the outside world. (Internal pings work fine) It's possible that IPcop is blocking these - check in some advanced networking section

[OT - ISPs] Re: DNS and Ping problems at home

2004-12-12 Thread Jim Cheetham
Paul Swafford wrote: Fisher, Robert (FXNZ CHC) wrote: nameserver 210.55.12.1 nameserver 210.55.12.2 don't you just love ISPs who have DNS servers on the same subnet?! The original point of secondary DNS services for authoratative nameservers was to deal with unreliable machines and networks -

Re: DNS and Ping problems at home

2004-12-12 Thread Christopher Sawtell
On Mon, 13 Dec 2004 10:44, Fisher, Robert (FXNZ CHC) wrote: I do not know enough about these topics to even ask the right questions. Problem: I cannot ping from my home network to the outside world. (Internal pings work fine) We use IPCop 1.4.1 and a Dlink ADSL modem On my Gentoo server

Re: DNS and Ping problems at home

2004-12-12 Thread Nick Rout
On Mon, 13 Dec 2004 11:51:17 +1300 Nick Rout [EMAIL PROTECTED] wrote: Robert, go route -n and look at where the default route points. [EMAIL PROTECTED] nick $ /sbin/route -n Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface

RE: DNS and Ping problems at home

2004-12-12 Thread Fisher, Robert (FXNZ CHC)
-Original Message- From: Paul Swafford [mailto:[EMAIL PROTECTED] Sent: Monday, 13 December 2004 10:55 a.m. To: [EMAIL PROTECTED] Subject: Re: DNS and Ping problems at home it sure helps IF ipcop is your gateway which almost certainly it is Paul -- (E-CAF, 301 Montreal St

RE: DNS and Ping problems at home

2004-12-12 Thread Fisher, Robert (FXNZ CHC)
-Original Message- From: David Kirk [mailto:[EMAIL PROTECTED] Sent: Monday, 13 December 2004 11:52 a.m. To: [EMAIL PROTECTED] Subject:Re: DNS and Ping problems at home Rob, Is pinging your only problem, or just the first test you tried because you have other problems

RE: DNS and Ping problems at home

2004-12-12 Thread Fisher, Robert (FXNZ CHC)
-Original Message- From: Christopher Sawtell [mailto:[EMAIL PROTECTED] Sent: Monday, 13 December 2004 11:53 a.m. To: [EMAIL PROTECTED] Subject:Re: DNS and Ping problems at home btw, Could you mention how old the the Gentoo install is? In particular what version

Re: DNS and Ping problems at home

2004-12-12 Thread Nick Rout
On Mon, 13 Dec 2004 12:13:57 +1300 Fisher, Robert (FXNZ CHC) [EMAIL PROTECTED] wrote: David, you are onto something. (I think this is where someone will tell me what an idiot I am) I can ping those two addresses but not others.. serva root # ping ns1.orcon.net.nz PING ns1.orcon.net.nz

RE: DNS and Ping problems at home

2004-12-12 Thread Steve Holdoway
[snip] rtt min/avg/max/mdev = 77.361/84.766/98.341/9.614 ms BUT serva root # ping xtra.co.nz PING xtra.co.nz (202.27.184.102) 56(84) bytes of data. It's perfectly valid for an isp to tell its firewall to totally ignore pings and not to respond to them. A good one to try

RE: DNS and Ping problems at home

2004-12-12 Thread Fisher, Robert (FXNZ CHC)
-Original Message- From: Nick Rout [mailto:[EMAIL PROTECTED] Sent: Monday, 13 December 2004 12:19 p.m. To: [EMAIL PROTECTED] Subject:Re: DNS and Ping problems at home xtra.co.nz does not reply to pings - well they don't from work here. www.ihug.co.nz does, try

RE: DNS and Ping problems at home

2004-12-12 Thread Fisher, Robert (FXNZ CHC)
ssh 192.168.10.1 -p 222 that should do the trick :D Tim Doh! I knew that too. Thanks, Rob

RE: DNS and Ping problems at home

2004-12-12 Thread Fisher, Robert (FXNZ CHC)
. To: [EMAIL PROTECTED] Subject:Re: DNS and Ping problems at home it sure helps IF ipcop is your gateway which almost certainly it is Paul -- (E-CAF, 301 Montreal St, Christchurch, NZ) (ph/fax ++64 3 3656 480 : www.e-caf.com)

Re: DNS and Ping problems at home

2004-12-12 Thread Nick Rout
, Robert -Original Message- From: Paul Swafford [mailto:[EMAIL PROTECTED] Sent: Monday, 13 December 2004 10:55 a.m. To: [EMAIL PROTECTED] Subject: Re: DNS and Ping problems at home it sure helps IF ipcop is your gateway which almost certainly it is Paul

Re: DNS and Ping problems at home

2004-12-12 Thread Nick Rout
the Windows ones) can the ipcop box ping? ssh into it (port 222 remember) and give it a go. after that test go back to the linux box and do a traceroute: /usr/sbin/traceroute -n www.somewhereorother.com PS, I am still Googling - it seems I am not alone with this problem but I have not found

Re: DNS and Ping problems at home

2004-12-12 Thread Tim Carey-Smith
Fisher, Robert (FXNZ CHC) wrote: -Original Message- From: Nick Rout [mailto:[EMAIL PROTECTED] Sent: Monday, 13 December 2004 12:16 p.m. To: [EMAIL PROTECTED] Subject: Re: DNS and Ping problems at home can the ipcop box ping? ssh into it (port 222 remember) and give it a go. serva root

RE: DNS and Ping problems at home

2004-12-12 Thread Fisher, Robert (FXNZ CHC)
A good one to try that will respond is www.google.com If you can see that one, then name resolution and connectivity is correctly configured at your end, and at least partially working at your isp's Well here endeth the lesson. Thanks . serva root # ping www.google.com PING

Odd network ping problem

2002-06-03 Thread Tim Wright
So, while I'm downloading big files on my debain box I'm getting strange network behaviour. The files will pause downloading, and only keep downloading if I'm pinging something. The ping times are included below, and suggest a whole lot of ethernet packet collisions, but ifconfig (also below

Re: Odd network ping problem

2002-06-03 Thread Jeremy Bertenshaw
It could be having issues autodetecting the network speed, can you lock the card down to 10Mb somehow? jeremyb. From: Tim Wright [EMAIL PROTECTED] Date: 2002/06/04 Tue PM 03:10:35 GMT+12:00 To: [EMAIL PROTECTED] Subject: Odd network ping problem So, while I'm downloading big files

Re: Odd network ping problem

2002-06-03 Thread C Falconer
there may be a cardbus/xircom diagnosis program in there. On Tue, 2002-06-04 at 15:10, Tim Wright wrote: So, while I'm downloading big files on my debain box I'm getting strange network behaviour. The files will pause downloading, and only keep downloading if I'm pinging something. The ping times