d****g 发帖数: 325 | 1 需要一个daemon程序,开机以后能自动定时不断的发送本机IP地址到指定邮箱。主要是
用来监视机器的当前IP。Windows和Linux版本都需要,请问有这样的东西吗?多谢 |
c**y 发帖数: 2282 | 2 你是需要花生壳一类的DDNS程序吗
【在 d****g 的大作中提到】 : 需要一个daemon程序,开机以后能自动定时不断的发送本机IP地址到指定邮箱。主要是 : 用来监视机器的当前IP。Windows和Linux版本都需要,请问有这样的东西吗?多谢
|
c****1 发帖数: 302 | 3 On Linux, is it OK to use cron jobs + sendmail?
If your pc is a linux apache server, using php is easier.
If you need just one c/c++ program to do it, I can write a one for you...
【在 d****g 的大作中提到】 : 需要一个daemon程序,开机以后能自动定时不断的发送本机IP地址到指定邮箱。主要是 : 用来监视机器的当前IP。Windows和Linux版本都需要,请问有这样的东西吗?多谢
|
B*********s 发帖数: 292 | 4 local IP address might not be the ip address exposed in Internet. Which ip
you are looking for?
If it is "local IP", a one line shell script should be able to do that.
If it is "global IP", then you need an external website. |
d****g 发帖数: 325 | 5 Thank you, guys
I have DSL connection, so I have a public IP.
After searching online, looks like I have a couple of ways to do this. While
I really need one on Windows, too. This may not be the right board, but I
just have a try. |
D*********s 发帖数: 555 | 6 two line shell script is enough, if you have keyless ssh
要是
【在 c****1 的大作中提到】 : On Linux, is it OK to use cron jobs + sendmail? : If your pc is a linux apache server, using php is easier. : If you need just one c/c++ program to do it, I can write a one for you...
|
u*********t 发帖数: 95 | 7 恩,跟我的要求类似,我是这样干的,
wget http://whatismyipaddress.com
mail 结果
把上面这个放到一个bat文件里,用XP的任务计划,半个小时更新一次 |
b******y 发帖数: 9224 | |