Tagged Questions
0
votes
1answer
38 views
Apache subdomain can not be resolved
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName domain.no-ip.org
ServerAlias www.domain.no-ip.org
DocumentRoot /var/www/main
ErrorLog ...
1
vote
4answers
461 views
Make nslookup use specific interface
On my computer I have two network cards. Both are using different Internet Providers service.
Both Internet service provider have different DNS server and their IP address are known to me.
I want to ...
1
vote
2answers
298 views
How can my server detect IP changes in order to notify my dynamic-DNS provider?
Just set up ubuntu server, which has a dynamic ip. I am looking for a way to keep my dns server updated. Im using entrydns to do this and they provide the following command to update the server.
curl ...
4
votes
3answers
4k views
How to create a custom dynamic DNS solution?
You all probably know commercial dynamic DNS providers like dyndns.org or no-ip.com.
But how to create a similar service for just a handful of machines?
What server software would be best suited for ...
