Question
Cannot access my server properly
So if I try and connect to my server via IP(ipv4) it doesn’t want to connect. My domain is codeandchill.net
The issues are:
1) Cannot connect via IP
2) On chrome I cannot just type codeandchill.net but rather have to type https://codeandchill.net
3) On chrome and mozzila cannot connect via www.codeandchill.net/
This is my DNS https://imgur.com/a/kXC751i
I used the Let’s Encrypt for SSL
And this is my netstat -plunta
netstat -plunta
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 710/systemd-resolve
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 910/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1234/master
tcp 0 340 178.62.111.79:22 89.216.219.6:51686 ESTABLISHED 13098/sshd: root@pt
tcp6 0 0 :::3306 :::* LISTEN 1027/mysqld
tcp6 0 0 :::80 :::* LISTEN 1001/apache2
tcp6 0 0 :::22 :::* LISTEN 910/sshd
tcp6 0 0 ::1:25 :::* LISTEN 1234/master
tcp6 0 0 :::443 :::* LISTEN 1001/apache2
tcp6 0 0 :::33060 :::* LISTEN 1027/mysqld
tcp6 0 28976 178.62.111.79:443 89.216.219.6:45238 LAST_ACK -
tcp6 25 90576 178.62.111.79:443 89.216.219.6:45116 CLOSE_WAIT 12960/apache2
tcp6 0 0 178.62.111.79:443 89.216.219.6:45272 TIME_WAIT -
udp 0 0 127.0.0.53:53 0.0.0.0:* 710/systemd-resolve
I am not too familiar with the web stuff, so basically I just want to access my page like any other, typing the codeandchill.net or www.codeandchill.net or the IP.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×