RE: Connection timed out while installing Sentora
08-30-2017, 04:05 PM
(This post was last modified: 08-30-2017, 04:34 PM by Ron-e.)
first try this command:
Open /etc/resolv.conf:
(if nano is not installed run "yum install nano" or use VI.)
post what you had here and add or change to free Google dns (or if you like dns from another dns service you need to find them yourself):
Save and to be sure reboot server/VPS.
Bonus:
if your ovh server is in France resolv.conf i think it needs to be the same as mine was (default)?
Or use my extended one for more reliability (i hope )
Code:
ping -q -w 1 -c 1 `ip r | grep default | cut -d ' ' -f 3` > /dev/null && echo ok || echo error
Open /etc/resolv.conf:
Code:
sudo nano /etc/resolv.conf
post what you had here and add or change to free Google dns (or if you like dns from another dns service you need to find them yourself):
Code:
nameserver 8.8.8.8
nameserver 8.8.4.4
Save and to be sure reboot server/VPS.
Code:
reboot
Bonus:
if your ovh server is in France resolv.conf i think it needs to be the same as mine was (default)?
Code:
nameserver 127.0.0.1
nameserver 213.186.33.99
search ovh.net
Or use my extended one for more reliability (i hope )
Code:
nameserver 127.0.0.1
nameserver 213.186.33.99
nameserver 8.8.8.8
nameserver 8.8.4.4
search ovh.net
●
● My Sentora Demo ● My Github ● Auxio Github ●
● Zentora theme ● S-Type theme ● CstyleX theme ●
● flat-color-icons ● small-n-flat-icons ●
●
Sentora's development takes way too long, so i'm transitioning to HestiaCP.
● My Sentora Demo ● My Github ● Auxio Github ●
● Zentora theme ● S-Type theme ● CstyleX theme ●
● flat-color-icons ● small-n-flat-icons ●
●
Sentora's development takes way too long, so i'm transitioning to HestiaCP.