C. M4 Mini Self-built Server Software Demand
1. With public IP,
2. System- Debian 9.0 or above, then run below command to install the M4 bonding
server, wget -N --no-check-certificate http://www.allwifi.cc/debian9.2-ss-bin.sh && chmod +x debian9.2-ss-bin.sh && bash debian9.2-ss-bin.sh
3. After installed the system, reboot it, and use the uname -a to check the system, it shows as below,
Linux **** 4.9.87-20180723+ #1 SMP Sun Jul 22 22:36:33 EDT 2018 x86_64 GNU/Linux
4. Open bonding port 443 for M4,
by where is iptables command to check the iptables installed or not.
or by sudo apt-get install iptables to install it.
5. Sudo iptables -L means firewall allow all the connections
6. Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
7. iptables -A INPUT -p tcp --dport 443-j ACCEPT
service iptables save
iptables-save
8. test the port enable or not
telnet ip port
# telnet 1.1.1.1 443