Squid Problem mit IP

  • #1
S

sparXxX

Neues Mitglied
Themenersteller
Dabei seit
22.05.2007
Beiträge
1
Reaktionspunkte
0
Hallo,

ich habe heute squid installiert und habe folgendes Problem: Wenn ich hier meine IP checke

dann bekomme ich folgende Meldung:

Ihre Anfrage kommt von der IP-Adresse:

72.xx.xx.xx -> Meine Adresse des proxys


Ihre Anfrage wurde von einem Proxy bearbeitet. Wahrscheinlich erscheint daher oben dessen Adresse. Der Proxy gibt als IP-Adresse Ihres PC 86.xxx.xxx.xxx an.

Meine Frage: Wie kann das sein dass meine IP Adresse weitergegeben wird ? Hab schon die config 10 mal rauf und runter bearbeitet aber es hilft nichts.

Hier mal meine config:

http_port 3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_dir ufs /usr/local/squid/cache 10 16 256
auth_param basic program /usr/local/squid/libexec/ncsa_auth /usr/local/squid/etc/.passwd
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl CONNECT method CONNECT
acl password proxy_auth REQUIRED
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny all
http_reply_access allow all
icp_access allow all
cache_effective_user squid
coredump_dir /usr/local/squid/var/cache
cache_access_log /usr/local/squid/var/logs/access.log
cache_store_log /usr/local/squid/var/logs/store.log


Hoffe dass mir jemand helfen kann. :-\
 
  • #2
Du übermittelst deine IP zum Proxy und der merkt sie sich - würde er das nicht tun, könnte er dir auch keine Pakete mehr zurückschicken. Ergo kann man den Wert des ursprünglich anfragenden Clients auch auslesen, da die IP-Adresse im IP-Header drinsteht.

Gruss
twoday
 
Thema:

Squid Problem mit IP

ANGEBOTE & SPONSOREN

Statistik des Forums

Themen
113.840
Beiträge
707.963
Mitglieder
51.494
Neuestes Mitglied
Flensburg45
Oben