[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Dial on demand bei Verbindung zu localhost



Hallo Gruppe!

Ich habe seit einigen Tagen ein Debian Woody installiert, nachdem für
meine SuSE 7.1 keine Updates und Fixes mehr zur Verfügung stehen. Nach
erfolgreicher Installation und Konfiguration bleibt nun noch das
Problem, dass bei jeder Verbindung zu localhost oder
rosenplatz.agv-gp.de (mein FQDN) eine Internetverbindung getriggert
wird und ein DNS-Lookup bei meinem Internetprovider erfolgt.

Ich habe schon eine ganze Weile gegoogled und alle Tips ausprobiert, die
dieses Phänomen betreffen (außer einen lokalen Nameserver aufzusetzen,
das scheint mir Overkill für einen Stand-Alone-Rechner zu sein). Das
Problem ist besonders lästig, weil selbst beim Zugriff auf den Scanner
(ich habe einen Parport-Scanner und muss saned über inetd starten) eine
Internetverbindung hergestellt wird. Es hilf auch nichts, statt
localhost 127.0.0.1 oder 192.168.0.98 zu verwenden, immer erfolgt ein
DNS-Lookup.

Meine derzeitige Konfiguration:

,----[ /etc/host.conf ]
| order hosts, bind
| multi on
`----

,----[ /etc/hosts ]
| 127.0.0.1     localhost
| 192.168.0.98  rosenplatz.agv-gp.de    rosenplatz
| 
| # The following lines are desirable for IPv6 capable hosts
| # (added automatically by netbase upgrade)
| 
| ::1     ipv6-localhost ipv6-loopback localhost
| fe00::0 ipv6-localnet
| ff00::0 ipv6-mcastprefix
| ff02::1 ipv6-allnodes
| ff02::2 ipv6-allrouters
| ff02::3 ipv6-allhosts
| 
| ::FFFF:127.0.0.1      localhost
| ::FFFF:192.168.0.98   rosenplatz.agv-gp.de    rosenplatz
| 
| 2002:7f00:1::         localhost
| 2002:c0a8:62::        rosenplatz.agv-gp.de    rosenplatz
`----

,----[ /etc/nsswitch.conf ]
| # /etc/nsswitch.conf
| #
| # Example configuration of GNU Name Service Switch functionality.
| # If you have the `glibc-doc' and `info' packages installed, try:
| # `info libc "Name Service Switch"' for information about this file.
| 
| passwd:         compat
| group:          compat
| shadow:         compat
| 
| hosts:          files dns
| networks:       files
| 
| protocols:      db files
| services:       db files
| ethers:         db files
| rpc:            db files
| 
| netgroup:       nis
`----

,----[ /etc/resolv.conf ]
| search agv-gp.de
| nameserver 217.5.100.129
| nameserver 194.25.2.129
`----

Die Nameserver sind die meines ISP.

Kann mir jemand helfen, dieses Problem zu lösen? Angeblich handelt es
sich um einen Bug in libc6, aber stimmt das? Und woher kriege ich ein
Fix?

Gruß
Thorsten



Reply to: