Re: Daten holen von daheim
Udo Mueller wrote:
>
> Hallo Helmut,
>
> * Helmut Luck <helmut.luck@c2i.net> [31-03-02 15:08]:
> >
> > [....]
>
> Warum sollte es nicht. Wenn du die IP-Adresse rausbekommst (durch
> Mail oder Upload auf ne www-Adresse), kannst du doch auch einen
^^^^
In welcher Variable versteckt sich eigentlich meine dynamische
IP-Adresse?
Bisher mache ich das so...
------
# cat /etc/ppp/ip-up.d/send_ip
#!/bin/sh
MUA=/usr/bin/mail
TO_ADDRESS=foo@bar.de
SUBJECT="from tutnix...."
test -x $MUA || exit 0
ifconfig ppp0 | grep addr | $MUA $TO_ADDRESS -s "$SUBJECT"
------
Gruß,
Martin
--
Zum AUSTRAGEN schicken Sie eine Mail an debian-user-german-request@lists.debian.org
mit dem Subject "unsubscribe". Probleme? Mail an listmaster@lists.debian.org (engl)
Reply to: