Web Designing Company Singapore, Web Hosting Company, Custom Software Applications, eCommerce websites

Web Designing Company Singapore, Web Hosting Company, Custom Software Applications, eCommerce websites

Goodfirms


This guide followed from : https://docs.pi-hole.net/guides/vpn/openvpn/installation/ This script will install openVPN with PiHole with all required iptables rules enabled. This script can install with Digitalocean Anchor IP too (10.15.xx.xx). So you could access the PiHole interface via your desired hostname. 1. we do initial linux upgrade & update 2. Get OpenVPN installation from original source 3.Make it executable script 4. Finally, install PiHole on it sudo -- sh -c 'apt-get update; apt-get


1. Create new conf file as, /etc/sysctl.d/openvpn.conf sudo nano /etc/sysctl.d/openvpn.conf 2. add content into it as, net.ipv4.ip_forward = 1 Now time to add CSF firewall rules. 3. Create new SH file inside CSF folder, sudo nano /etc/csf/csfpost.sh 4. Add below contents into it as, iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE iptables -A INPUT -i tun+ -j ACCEPT iptables -A FORWARD -i tun+ -j ACCEPT iptables -A FORWARD -o tun0 -j ACCEPT iptables -A FORWARD -i tun+ -o eth0 -m state


Windows 10 rejects iPhone hotspot connection, iPhone Hotspot Windows 10 connection error, iphone wifi hotspot issue iphone hotspot unable to connect on your windows 10 Laptop, Windows 10 PC ? Is it sees the phone, but the error "Connection not possible" occurs ? Simply goto your windows10 WiFi tab, DELETE or FORGOT the Wifi profile on your PC, Then re-Add your iphone Hotspot as new connection. If still fails, - Run Windows10 update, - Run iPhone iOS software - Still issues? Contact VVCARES.COM,


** - How to install Config firewall on HestiaCP [ubuntu 18.0.4] - How to install Config firewall on HestiaCP [ubuntu 20.x] apt install rename cd /usr/src rm -fv csf.tgz wget https://download.configserver.com/csf.tgz tar -xzf csf.tgz cd csf find . -type f -exec sed -i 's/VESTA/HESTIA/g' {} + && find . -type f -exec sed -i 's/Vesta/Hestia/g' {} + && find . -type f -exec sed -i 's/vesta/hestia/g' {} + && rename 's/VESTA/HESTIA/' * && rename 's/vesta/hestia/' * sh


The easiest way to install simple OpenVPN server application in Linux Ubuntu on DigitalOcean Droplet. (We tested on Ubuntu 18.x and Ubuntu 20.x) This guide using existing installation guide from (https://github.com/angristan/openvpn-install). curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh chmod +x openvpn-install.sh ./openvpn-install.sh Alternatively, If you wish to use droplet's FLOATING ip as VPN host, you need to add the below strings into the