Thread
:
Dyndns & SSH
View Single Post
Crocodile
2009-12-13 , 11:31
Posts: 3 | Thanked: 12 times | Joined on Oct 2009 @ Varberg
#
12
http://ipcheck.sourceforge.net/
Create file /etc/network/if-up.d/dyndns:
#!/bin/bash
cd /path/where/you/keep/pythonscript
python ipcheck.py -i gprs0 username password domain.dyndns.org
chmod 755 /etc/network/if-up.d/dyndns
First time, run manually:
python ipcheck.py --makedat -i gprs0 username password domain.dyndns.org
So it created it's data file.
And now you have autoupdating dyndns on the phone.. happy SSHing
Quote & Reply
|
The Following 12 Users Say Thank You to Crocodile For This Useful Post:
anjanaya
,
DaSilva
,
grog
,
iKneaDough
,
jsomby
,
kortsi
,
labra
,
n1110000100
,
Netweaver
,
qole
,
Soulfarmer
,
timwatt
Crocodile
View Public Profile
Send a private message to Crocodile
Find all posts by Crocodile