Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]ping aus dem lan ins inet geht nicht
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
PiloX
n00b
n00b


Joined: 31 Oct 2004
Posts: 7

PostPosted: Fri Feb 04, 2005 12:15 am    Post subject: [solved]ping aus dem lan ins inet geht nicht Reply with quote

Schönen guten tag; also folgendes :) ...

ich boote auf meinem laptop von der 2004.3 64bit live cd

jetzt möchte ich über einen proxy(der ein windows :evil: pc ist ) ins internet

ich mache also folgendes:
export http_proxy="<ip und port vom proxy>"

dann noch die ip vom proxy als nameserver in /etc/resolv.conf rein

dann noch "route add default gw <ip>"

jetzt habe ich ein problem 8O ,
wenn ich einen host ausserhalb meines lans anpinge habe ich 100% packet loss, sieht dann ungefähr wie folgt aus

Code:

ping gentoo.org
PING gentoo.org (204.74.99.100), bla

bla ,100% packet loss, bla


der domain name wird also über den proxy richtig aufgelöst

wenn ich jetzt in link reingehe und den proxy einstelle kann ich auch ohne probleme im internet surfen :?

wie bekomme ich das nun hin das die pings auch weitergeleitet werden, komme leider in der installation nicht weiter als bis mirrorselect

route -n gibt folgendes aus (falls das hilft):
Code:

Dest.             Gw.     Genmask
192.168.1.0 | 0.0.0.0    | 255.255.255.0
127.0.0.1   | 127.0.0.1  | 255.0.0.0
0.0.0.0     | 192.168.1.1| 0.0.0.0


würd mich echt sehr freun :D wenn mir da irgendwer weiterhelfen könnte


Last edited by PiloX on Fri Feb 04, 2005 1:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
kurt
Guru
Guru


Joined: 25 Aug 2003
Posts: 403
Location: Arni (AG); CH

PostPosted: Fri Feb 04, 2005 12:28 am    Post subject: Reply with quote

hallo,

hier ein beispiel wenn der proxy (squid) die ip 10.1.1.55 hat

Code:
export RSYNC_PROXY="10.1.1.55:3128"
export http_proxy="http://10.1.1.55:3128"
export ftp_proxy="http://10.1.1.55:3128"


beim RSYNC_PROXY ohne http://

anschliesend emerge sync

gruss

kurt
Back to top
View user's profile Send private message
PiloX
n00b
n00b


Joined: 31 Oct 2004
Posts: 7

PostPosted: Fri Feb 04, 2005 12:36 am    Post subject: Reply with quote

das habe ich ja auch so:

Code:

#export | grep proxy
declare -x http_proxy="http://192.168.1.1:4480"


und mit der gleichen ip und dem gleichen port funktioniert links
Back to top
View user's profile Send private message
platinumviper
l33t
l33t


Joined: 12 Feb 2004
Posts: 658
Location: Munich, Germany

PostPosted: Fri Feb 04, 2005 1:02 am    Post subject: Re: ping aus dem lan ins inet geht nicht aber dns und links Reply with quote

PiloX wrote:
dann noch die ip vom proxy als nameserver in /etc/resolv.conf rein

Ist Dein Proxy denn ein Nameserver (läuft dort bind o.ä.)?

platinumviper
_________________
No money back garantee. In case of problems, don't call us, we call you.
Back to top
View user's profile Send private message
think4urs11
Bodhisattva
Bodhisattva


Joined: 25 Jun 2003
Posts: 6659
Location: above the cloud

PostPosted: Fri Feb 04, 2005 8:01 am    Post subject: Reply with quote

Hi,

du schreibst doch selbst das du mit Links surfen kannst über den Proxy - wozu dann ping? Ein Proxy ist eben ein Proxy, und zwar für HTTP und nicht für ICMP. Was du da möchtest wäre NAT...

Ich nehme mal an was du meinst ist das du kein emerge sync ausführen kannst, korrekt?
Falls wget funktioniert und emerge sync nicht dann liegt das am Proxy. Du mußt dem Proxy beibringen das connects auf Port 873 erlaubt sind.
Wie das allerdings bei Win geht (welcher Proxy läuft da überhaupt?) weiß ich auch nicht; die Config für Squid findet sich x-fach im Forum (auch von mir :roll: )

HTH
T.
_________________
Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself
Back to top
View user's profile Send private message
Anarcho
Advocate
Advocate


Joined: 06 Jun 2004
Posts: 2970
Location: Germany

PostPosted: Fri Feb 04, 2005 8:26 am    Post subject: Reply with quote

Am besten ist natürlich nen Router zu nehmen. Selbst windoof kann dies, dazu musst du die Internetverbindungsfreigabe einstellen.
Allerdings bist du dann auf eine IP-Adresse festgelegt (192.168.0.1) wenn ich mich nicht täusche.
Mit nem Proxy kannst du nur sehr eingeschränkt im Inernet arbeiten (leider sitze ich hier auch hinter nem Proxy auf der arbeit...).
Aber probier mal emerge websync
_________________
...it's only Rock'n'Roll, but I like it!
Back to top
View user's profile Send private message
kurt
Guru
Guru


Joined: 25 Aug 2003
Posts: 403
Location: Arni (AG); CH

PostPosted: Fri Feb 04, 2005 1:09 pm    Post subject: Reply with quote

hi,

http://www.gentoo.org/doc/de/handbook/handbook-x86.xml?part=1&chap=6

Steht doch in der Doku
Code:
Keine Panik, falls mirrorselect weshalb auch immer fehlschlägt: Dieser Schritt ist absolut optional, die Standardeinstellungen sind völlig hinreichend.


gruss

kurt
Back to top
View user's profile Send private message
PiloX
n00b
n00b


Joined: 31 Oct 2004
Posts: 7

PostPosted: Fri Feb 04, 2005 1:38 pm    Post subject: Reply with quote

ja vielen dank erstmal besonders an Think4UrS11, hätte ich echt selber drauf kömmen können
hab jezt NAT eingerichtet und mein netzwerk klappt ohne probleme

problem ist also gelöst
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum