On Thu, Apr 22, 2004 at 11:50:31PM +0200, Ulrich F�rst wrote:Falls das hei�t das ich mich pon einw�hle (bzw. kppp), ja.
offline ist alles o.k. aber wenn ich versuche eine neue Seite anzufordern bekomme ich die Meldung:
Cannot open the HTTP connection to /beliebig/ port 80; [Name Lookup Valid name, no data record of requested type]
Dieser Rechner ist auch f�r die dynamische Einwahl zust�ndig?
Leider wei� ich nicht was ein Nameserver ist. Folglich hab ich keine Ahnung was ich da eintragen soll.
Dann musst Du entweder deinen Nameserver in /etc/resolv.conf eintragen, oder
Oder besser gesagt, google sagt dazu folgendes
__
/ Nameservers are computers that translate a numeric address assigned to every
| computer connected to the internet (IP Address) into the domain names
| we are all familiar with.
\__
Also ich hab jetzt mal die DNS Adressen von Compuserve eingetragen (mein einer Provider). Das scheint erst mal zu funktionieren. Nur wie komm ich an die Adressen von meinem Anderen provider dran (Accessnight)?
Und wenn ich den auch noch mit eintrage hab ich dann 4 Adressen drin stehen und es sind max. 3 erlaubt (laut man-page)
also ich hab auch schon wwwoffled neu gestartet (brachte aber nix)jedesmal nach der Einwahl wwwoffled neu starten, zum Beispiel in der Datei ppp/ip-up.
und dann hab ich da eine Datei in /etc/ppp/ip-up.d/ die sollte das doch tun? (siehe Anhang)
Die hab ich gelesen, aber eben nicht so ganz verstanden! (siehe oben)
Siehe http://www.gedanken.demon.co.uk/wwwoffle/version-2.8/FAQ.html#Q-3.2
Ulrich
#!/bin/sh -e
PATH=/bin:/sbin:/usr/bin:/usr/sbin
#If ppp option is not there, don't do anything here.
if grep -qsx ppp /etc/wwwoffle/wwwoffle.options; then
:
else
exit 0
fi
# check for default route over this interface; if the default route
# has nothing to do with this interface, don't modify wwwoffle's
# status.
DEFROUTEIF=`route -n | grep '^0\.0\.0\.0 ' | awk '{print $8}'`
# maybe we should use /proc/net/route directly
#if [ "x$DEFROUTEIF" != "x$PPP_IFACE" ]; then
# exit 0
#fi
# See /usr/share/doc/wwwoffle/README.Debian for reasons not to
# restart wwwoffle here.
# put wwwoffle in online mode
/usr/bin/wwwoffle -c /etc/wwwoffle/wwwoffle.conf -online
# optionally fetch marked pages
#die folgende Zeile hab ich statt der 3 anderen eingesetzt
wwwoffle -fetch
if grep -qsx fetch /etc/wwwoffle/wwwoffle.options; then
/usr/bin/wwwoffle -c /etc/wwwoffle/wwwoffle.conf -fetch &
fi
#wwwoffle -on -c /etc/wwwoffle/wwwoffle.conf
#/usr/bin/wwwoffle -c /etc/wwwoffle/wwwoffle.conf -fetch &

