You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
nano /etc/sysctl.conf
#.......................> at the end add
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
#.......................> save
sudo sysctl -p
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Please fix google recaptcha
Code:
nano /etc/sysctl.conf
#.......................> at the end add
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
#.......................> save
sudo sysctl -p
nano /etc/rc.local
#.......................> add
#!/bin/bash
/etc/rc.local
/etc/sysctl.d
/etc/init.d/procps restart
exit 0
#.......................> save
sudo chmod 755 /etc/rc.local
Beta Was this translation helpful? Give feedback.
All reactions