Hi community,
I try to add new website in LocalWP 9.2.4 without IPv6 and I can it make on any Ubuntu or Debian based Linux AMD64 with .deb packege system
I work alone as WordPress Developer and freelancer and i have a some problems with security…
I should disable Intel Managment System on my PC and it is normal
And I should disable IPv6 on my PC and this is problem for LocalWP functionality, bacause i can’t add site in LocalWP user interface if IPv6 is disabled
How i disable IPv6 on my PC
I use AMD64 system, Linux Ubuntu or Debian based that support .deb packge system
I try to disable IPv6 in /etc/sysctl.conf
sudo nano /etc/sysctl.conf
and add this line of the end of the sysctl.conf
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
And i try to disable IPv6 in GRUB
sudo nano /etc/default/grub
Find the line starting with GRUB_CMDLINE_LINUX and add ipv6.disable=1 to the end of the line
And I reboot system after changes implementation
see how I try to disable IPv6 https://vm-project.pro/how-to-disable-ipv6-in-linux-debian-or-ubuntu
In any case i can’t add site in LocalWP user interface if IPv6 is disabled
But if IPv6 enabled then localWP work corectly and I may add new site in user interface
Could anybody give me advise how I may add new site in LocalWP user interface if IPv6 is disabled ?