19.03.2024, 06:09 UhrDeutsch | English
Hallo Gast [ Registrierung | Anmelden ]

Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
Autor Nachricht
firegrass
Titel:   BeitragVerfasst am: 11.08.2006, 14:11 Uhr



Anmeldung: 18. Feb 2006
Beiträge: 22

knoppix@0[PINs]$ ping google.com c 4
ping: unknown host c
knoppix@0[PINs]$ ping www.google.com c 4
ping: unknown host c
knoppix@0[PINs]$ ping http://www.google.com c 4
ping: unknown host http://www.google.com

I tried pinging google. I was'nt sure of the correct way, so I tried these!
But no joy.
I also tried my ISP and got this;
knoppix@0[PINs]$ ping iprimus.com.au -c 4
PING iprimus.com.au (210.50.7.4) 56(84) bytes of data.

--- iprimus.com.au ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3014ms

Thank you for the help you are giving me. I feel like Blanche Dubois in Street Car named Desire
"I've always relied on the kindness of strangers"! Smilie
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
ockham23
Titel:   BeitragVerfasst am: 11.08.2006, 14:21 Uhr



Anmeldung: 25. Mar 2005
Beiträge: 2133

It's
Code:
ping www.google.com -c 4

You overlooked the dash ("-") in front of the "c".

If you find the time, try pinging www.google.com from Puppy Linux too. It's the same command; "-c 4" means "count to 4 and then stop". We don't want to hammer them.

_________________
And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
firegrass
Titel:   BeitragVerfasst am: 11.08.2006, 14:32 Uhr



Anmeldung: 18. Feb 2006
Beiträge: 22

knoppix@0[PINs]$ ping www.google.com -c 4
PING www.google.com (66.249.89.99) 56(84) bytes of data.

--- www.google.com ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3013ms

I'll try puppy now.
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
firegrass
Titel:   BeitragVerfasst am: 11.08.2006, 15:15 Uhr



Anmeldung: 18. Feb 2006
Beiträge: 22

sh-3.1# ping www.google.com -c 4
PING www.l.google.com (66.249.89.99): 56 data bytes

--- www.l.google.com ping statistics ---
487 packets transmitted, 0 packets received, 100% packet loss
sh-3.1#


This is what I got in Puppy. But I can get new programs with it's package manager.
I'm confused!!
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
ockham23
Titel:   BeitragVerfasst am: 11.08.2006, 15:33 Uhr



Anmeldung: 25. Mar 2005
Beiträge: 2133

Well, it looks like some types of protocols/actions work, while others don't. And it has probably nothing to do with the software you're running.

Are you able to log in to your router? Maybe some settings aren't correct. Are you familiar with setting it up? For how long has it been up? Have you tried resetting it by pulling the power plug?

O.k., one final ping test. Please boot off the live cd and try this:
Code:
ping ftp.de.debian.org -c 4

and
Code:
ping 141.76.2.4 -c 4

This will show whether there is a problem with domain name resolution for ftp.de.debian.org.

If you can ping the numeric address successfully, but not de.ftp.debian.org, your router may not be able to pass all DNS information to the linux client; I had this problem with a Draytek Vigor router.

_________________
And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").


Zuletzt bearbeitet von ockham23 am 11.08.2006, 16:31 Uhr, insgesamt ein Mal bearbeitet
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
firegrass
Titel:   BeitragVerfasst am: 11.08.2006, 16:02 Uhr



Anmeldung: 18. Feb 2006
Beiträge: 22

I'm sort of familiar with the router. I can log in. I "think" my settings are OK. It stay's up for weeks. I sometimes have to turn it off for 3-4 minutes when there is a problem with my ISP.(at their suggestion) I'll try to reset it again and try.
Out of Interest to you have any ideas about which ports I should forward?
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
firegrass
Titel:   BeitragVerfasst am: 11.08.2006, 16:31 Uhr



Anmeldung: 18. Feb 2006
Beiträge: 22

I'm off to bed now (1.30 am here)
Thanks for your help. I'll try again tomorrow.
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
ockham23
Titel:   BeitragVerfasst am: 11.08.2006, 16:39 Uhr



Anmeldung: 25. Mar 2005
Beiträge: 2133

Good night, and let me know how the ping test with ftp.de.debian.org went.

Another idea: Some routers allow you to ping an internet address directly from the router's user interface. If your router has this feature, try pinging 141.76.2.4 (ftp.de.debian.org) or another numeric ip address that you can't connect to from your computer. This will bypass whatever problem there might be with your computer.

_________________
And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
gmx99
Titel:   BeitragVerfasst am: 15.02.2007, 14:16 Uhr



Anmeldung: 04. Sep 2006
Beiträge: 223

Correct solution is:

as root in a console:

export http_proxy="http://domain\user:password@proxy:port"

gmx99
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Beiträge vom vorherigen Thema anzeigen:     
Gehe zu:  
Alle Zeiten sind GMT + 1 Stunde
Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
PNphpBB2 © 2003-2007 
 
Deutsch | English
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2004 - 2006 by Jörg Schirottke (Kano).
Consult Impressum and Legal Terms for details. Kanotix is Free Software released under the GNU/GPL license.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed and hosted by w3you. Our web server is running on Kanotix64-2006.