Domain name does not seem...
Domain name does not seem to be active
- Home
- Control Panel
- Community Forum
- Services
- Dynamic DNS Service
- Domain name does not seem to be active
- Community Forum
- Domain name does not seem to be active
Topic: Domain name does not seem to be active
Dear Support,
I run Ubuntu 18.10. I have installed ddclient as per https://help.ubuntu.com/community/DynamicDNS.
I have then opened the firewall:
$ sudo ufw status verbose
[sudo] password for gert:
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip
To Action From
-- ------ ----
22/tcp ALLOW IN Anywhere
80/tcp ALLOW IN Anywhere
443/tcp ALLOW IN Anywhere
80,443/tcp ALLOW IN Anywhere
80,443/tcp (Apache Full) ALLOW IN Anywhere
However, I seem unable to SSH into the PC.
Any assistance you can offer?
Best wishes
Gert Kruger
I run Ubuntu 18.10. I have installed ddclient as per https://help.ubuntu.com/community/DynamicDNS.
I have then opened the firewall:
$ sudo ufw status verbose
[sudo] password for gert:
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip
To Action From
-- ------ ----
22/tcp ALLOW IN Anywhere
80/tcp ALLOW IN Anywhere
443/tcp ALLOW IN Anywhere
80,443/tcp ALLOW IN Anywhere
80,443/tcp (Apache Full) ALLOW IN Anywhere
However, I seem unable to SSH into the PC.
Any assistance you can offer?
Best wishes
Gert Kruger
Reply with quote |Report
Thanks. I used the instructions at https://help.ubuntu.com/community/DynamicDNS. When I test the domain name at https://www.dynu.com/en-US/NetworkTools/DNSLookup it provides the correct internal IP address, so it seems to me the client function works.
Here is the configuration setup that I have used:
# ddclient configuration for Dynu
#
# /etc/ddclient.conf
daemon=60 # Check every 60 seconds.
syslog=yes # Log update msgs to syslog.
mail=root # Mail all msgs to root.
mail-failure=root # Mail failed update msgs to root.
pid=/var/run/ddclient.pid # Record PID in file.
use=web, web=checkip.dynu.com/, web-skip='IP Address' # Get ip from server.
server=api.dynu.com # IP update server.
protocol=dyndns2
login=myusername # Your username.
password=YOURPASSWORD # Password or MD5 of password.
MYDOMAIN.DYNU.COM # List one or more hostnames one on each line.
MYDOMAIN.COM
Here is the configuration setup that I have used:
# ddclient configuration for Dynu
#
# /etc/ddclient.conf
daemon=60 # Check every 60 seconds.
syslog=yes # Log update msgs to syslog.
mail=root # Mail all msgs to root.
mail-failure=root # Mail failed update msgs to root.
pid=/var/run/ddclient.pid # Record PID in file.
use=web, web=checkip.dynu.com/, web-skip='IP Address' # Get ip from server.
server=api.dynu.com # IP update server.
protocol=dyndns2
login=myusername # Your username.
password=YOURPASSWORD # Password or MD5 of password.
MYDOMAIN.DYNU.COM # List one or more hostnames one on each line.
MYDOMAIN.COM
Reply with quote |Report
I figured out that the router should be set for port forwarding. I changed that as per instruction for my router.
I was able to see port 3306 (Mysql) with the "current IP" using https://www.yougetsignal.com/tools/open-ports/ is open. When I change to the domain name (huisubuntu.nl) it is closed?
Any more help?
I was able to see port 3306 (Mysql) with the "current IP" using https://www.yougetsignal.com/tools/open-ports/ is open. When I change to the domain name (huisubuntu.nl) it is closed?
Any more help?
Reply with quote |Report
Forgot to mention, port 22 (80, 443) for SSH is not open as well. As I indicated on the first message, my firewall is open for SSH (etc).
Reply with quote |Report
One more point. I have also tried removing the Firewall from the router. Ports are still all closed, both for "current internal IP" and the domain name (huisubuntu.nl).
Reply with quote |Report
hgkrug1 wrote:I figured out that the router should be set for port forwarding. I changed that as per instruction for my router.
I was able to see port 3306 (Mysql) with the "current IP" using https://www.yougetsignal.com/tools/open-ports/ is open. When I change to the domain name (huisubuntu.nl) it is closed?
Any more help?
Reply with quote |Report
| Author | Topic: Domain name does not seem to be active |
|---|---|
|
hgkrug1 Joined: 9/16/2018 |
Saturday, March 9, 2019 3:54 AM
Dear Support,
I run Ubuntu 18.10. I have installed ddclient as per https://help.ubuntu.com/community/DynamicDNS. I have then opened the firewall: $ sudo ufw status verbose [sudo] password for gert: Status: active Logging: on (low) Default: deny (incoming), allow (outgoing), disabled (routed) New profiles: skip To Action From -- ------ ---- 22/tcp ALLOW IN Anywhere 80/tcp ALLOW IN Anywhere 443/tcp ALLOW IN Anywhere 80,443/tcp ALLOW IN Anywhere 80,443/tcp (Apache Full) ALLOW IN Anywhere However, I seem unable to SSH into the PC. Any assistance you can offer? Best wishes Gert Kruger |
|
gary1987 Joined: 6/23/2017 |
Friday, March 29, 2019 10:56 AM
Can you share your DDClient config?
|
|
hgkrug1 Joined: 9/16/2018 |
Monday, April 1, 2019 11:31 AM
Thanks. I used the instructions at https://help.ubuntu.com/community/DynamicDNS. When I test the domain name at https://www.dynu.com/en-US/NetworkTools/DNSLookup it provides the correct internal IP address, so it seems to me the client function works.
Here is the configuration setup that I have used: # ddclient configuration for Dynu # # /etc/ddclient.conf daemon=60 # Check every 60 seconds. syslog=yes # Log update msgs to syslog. mail=root # Mail all msgs to root. mail-failure=root # Mail failed update msgs to root. pid=/var/run/ddclient.pid # Record PID in file. use=web, web=checkip.dynu.com/, web-skip='IP Address' # Get ip from server. server=api.dynu.com # IP update server. protocol=dyndns2 login=myusername # Your username. password=YOURPASSWORD # Password or MD5 of password. MYDOMAIN.DYNU.COM # List one or more hostnames one on each line. MYDOMAIN.COM |
|
hgkrug1 Joined: 9/16/2018 |
Monday, April 1, 2019 11:36 AM
I figured out that the router should be set for port forwarding. I changed that as per instruction for my router.
I was able to see port 3306 (Mysql) with the "current IP" using https://www.yougetsignal.com/tools/open-ports/ is open. When I change to the domain name (huisubuntu.nl) it is closed? Any more help? |
|
hgkrug1 Joined: 9/16/2018 |
Monday, April 1, 2019 11:38 AM
Forgot to mention, port 22 (80, 443) for SSH is not open as well. As I indicated on the first message, my firewall is open for SSH (etc).
|
|
hgkrug1 Joined: 9/16/2018 |
Monday, April 1, 2019 11:47 AM
One more point. I have also tried removing the Firewall from the router. Ports are still all closed, both for "current internal IP" and the domain name (huisubuntu.nl).
|
|
hgkrug1 Joined: 9/16/2018 |
Monday, April 1, 2019 12:28 PM
|
Saturday, June 13, 2026 10:13 AM
