- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- IS a Dynamic IP address possible for Redhat 7.1 ma...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 11:01 AM
04-26-2002 11:01 AM
files needs my server ipaddress followed by any and all domain names it services.
The problem is that a dynamic ip address.
I have an acccount with dyndns.org that updates
my domain to their dns repointing database.
this works for my ftp server just fine.
In setting up sendmail, however, can I enter in my domain name www.gnomecentral.com in place of the ip address? will send mail resolve my domain name to the correct ip address for my server? or is there another way to do this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 05:30 PM
04-26-2002 05:30 PM
SolutionI don't think sendmail needs to know what its own ip is, and will happily process any mails it gets from anywhere it can resolve via DNS. The real challenge is keeping dynamic DNS updated with your proper MX record so that email senders will be able to forward to you.
Happy emailing!
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 05:36 PM
04-26-2002 05:36 PM
Re: IS a Dynamic IP address possible for Redhat 7.1 mail server
do i really need one?
i have the domain gnomecentral.com
I have set up a host called smtp.gnomecentral.com to handle mail.
Would "smtp.gnomecentral.com" be a valid MX record if I truly need one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2002 11:42 PM
04-28-2002 11:42 PM
Re: IS a Dynamic IP address possible for Redhat 7.1 mail server
foo.com. IN MX 10 mail.foo.com.
The problem is that mail.foo.com (your RH7.1 box) has a dynamic IP, so you need to make sure that it is updated whenever your IP changes. From the top of my head, there's something in the ipup scripts that you can use to trigger something when your IP changes. You'll have to add a script to update your DNS...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 05:39 PM
04-29-2002 05:39 PM
Re: IS a Dynamic IP address possible for Redhat 7.1 mail server
http://www.tldp.org/HOWTO/PPP-HOWTO/dynamic-server.html
To overcome these limitations (say you have a domainname to which you want others to be able to forward your mail) you'll need to do something like this:
http://www.dyndns.org
http://www.openknowledge.org/acs/dynamic-ip.html
http://www.davidsimmons.com/tips/081797/
http://dns2go.deerfield.com/
I don't think it's possible (really) to run a DNS server that would report your address to other computers on the internet via a dynamic connection.
Best of luck!
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 06:43 PM
04-29-2002 06:43 PM
Re: IS a Dynamic IP address possible for Redhat 7.1 mail server
http://www.changeip.com/
They even have a script that you can run at ifup that will notify them of your new IP address. The script is on this page:
http://www.changeip.com/clients.asp
It's the one by Bob Lee. In your zone file, make your MX record point to a hostname that is hosted at ChangeIP, and they'll update it whenever you change your IP address...