由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - 请问有没有自动发送IP地址的程序
相关主题
遇到黑客了!谁给推荐一个linux web host?
请教一个sendmail的问题linux新手求助
请教高手:如何在redhat ES 5.x上设置,并用sendmail发送邮件?32位windows, 64位i7 处理器,想装一个linux 虚拟机
求助,linux下的smtp电脑盲求教linux系统的使用
linux的smtp,那个postfixLINUX有没有什么发行版适合P2,早期P3的电脑阿?
Linux有待完善的小缺陷的累记求助:一个sendmail的问题
什么软件可以自动backup linux data on linux computer?how to send an email in command line?
各位网友注意,不要点击那个了help on a simple smtp server setup
相关话题的讨论汇总
话题: ip话题: linux话题: ip地址话题: windows话题: need
进入Linux版参与讨论
1 (共1页)
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
8
不错
1 (共1页)
进入Linux版参与讨论
相关主题
help on a simple smtp server setuplinux的smtp,那个postfix
家里的Linux based设备Linux有待完善的小缺陷的累记
有没有比wget好一点的全站下载工具?什么软件可以自动backup linux data on linux computer?
菜鸟 wget 问题求教各位网友注意,不要点击那个了
遇到黑客了!谁给推荐一个linux web host?
请教一个sendmail的问题linux新手求助
请教高手:如何在redhat ES 5.x上设置,并用sendmail发送邮件?32位windows, 64位i7 处理器,想装一个linux 虚拟机
求助,linux下的smtp电脑盲求教linux系统的使用
相关话题的讨论汇总
话题: ip话题: linux话题: ip地址话题: windows话题: need