Computing.Net > Forums > Linux > finding ip add.when im away from home

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

finding ip add.when im away from home

Reply to Message Icon

Name: Timl
Date: July 8, 2002 at 21:08:57 Pacific
Comment:

is there a way to find my ip addres of my linux ftp server when im on the road im told it may change form time to time.... im a newbe to the linux world so be discriptive Thanks Tim



Sponsored Link
Ads by Google

Response Number 1
Name: peter4u
Date: July 8, 2002 at 22:01:33 Pacific
Reply:

This is not a linux problem it's a ISP problem.

But linux is friendly and allows you to set up a cronjob. (man cron)

In your cronjob you can send an e-mail to yourself (say at joe@yahoo.com; it's free) containing the current ip-address.
'
ifconfig -a > x
mail -s ip joe@yahoo.com < x
'



0

Response Number 2
Name: Timl
Date: July 8, 2002 at 22:54:26 Pacific
Reply:

i know that im woring the sytem here do i need to have a mail server set up to do this


0

Response Number 3
Name: Rick Mills
Date: July 9, 2002 at 04:52:39 Pacific
Reply:

Have you looked in to using dynamic DNS? This is a method of attaching a domain name (e.g. mylinuxbox.dyndns.org) to a computer where the IP address may change (e.g. if you are allocated a DHCP IP address by your ISP).

A daemon on the Linux box then periodically checks the IP address (say every 10 minutes or so), and sends an update to the dynamic DNS provider if the IP address changes telling them to update their records with your new IP address.

You can then just do an "ftp mylinuxbox.dyndns.org" and should be directed to your Linux box even if the IP address has changed.

See http://www.dyndns.org/ for more information.

Cheers
Rick


0

Response Number 4
Name: peter4u
Date: July 9, 2002 at 12:44:00 Pacific
Reply:

The mail service is active by default in most linux systems, if not, just activate the service "sendmail", this should allow to send mail.


0

Response Number 5
Name: Timl
Date: July 9, 2002 at 21:32:24 Pacific
Reply:

the Linux ftp sever is not conected to the modem i have a linksys router/hub so it acts ans a fire wall and does not give me the actual ip adress is there a way to get it buy using a mac address to get the ip address that the modem is using???


0

Related Posts

See More



Response Number 6
Name: peter4u
Date: July 10, 2002 at 20:21:22 Pacific
Reply:

The only way, I can come up with right away is something like this forum.

When you try to post a reply, it tells you your IP address.

You can actually set up a web site, that does the same and maybe some "guestbook" software allows you to register IP-addresses and to connect it with some other user information.

I know trhis is not a solution, just a thought


0

Response Number 7
Name: me
Date: July 10, 2002 at 23:15:31 Pacific
Reply:

Along those lines, you could find the code
this site or others use to ID your IP address then
make a simple HTML page you could
open up.


0

Response Number 8
Name: esu (by Raj)
Date: July 11, 2002 at 03:12:54 Pacific
Reply:

You may try Dynamic Host Information System.
It is similar to 'dyndns'. But they offer a mail relay service too. Dynamic hosts are now created under the subdomain net.dhis.org. In practice host names will have the form machine.net.dhis.org. However, a CNAME static record is automatically added to dhis.org making the same host available as machine.dhis.org.

For information : http://www.dhis.org
To Register : http://www.dhis.org/dhis/register.html
For client Downloads: ftp://ftp.dhis.org/pub/dhis/dhid-5.1.tar.gz


0

Response Number 9
Name: Timl
Date: July 12, 2002 at 23:05:12 Pacific
Reply:

Thanks guys i look into some of your ideas


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: finding ip add.when im away from home

Red Hat has ip but cant get to web www.computing.net/answers/linux/red-hat-has-ip-but-cant-get-to-web-/24680.html

connect to a network remotely www.computing.net/answers/linux/connect-to-a-network-remotely/5163.html

Tell me about this www.computing.net/answers/linux/tell-me-about-this-/3346.html