$ cat /etc/os-release PRETTY_NAME="Uniontech OS Server 20 Enterprise" NAME="Uniontech OS Server 20 Enterprise" VERSION_ID="20" VERSION="20" ID=UOS HOME_URL="https://www.chinauos.com/" BUG_REPORT_URL="http://bbs.chinauos.com" VERSION_CODENAME=fou $ uname -a Linux xxx-PC 4.19.0-arm64-server #1760 SMP Tue Jun 30 19:51:30 CST 2020 aarch64 GNU/Linux
客户信息是:
1 2 3 4 5 6 7 8 9 10
$ cat /etc/os-release PRETTY_NAME="uos 20 SP1" NAME="uos" VERSION_ID="20 SP1" VERSION="20 SP1" ID=uos HOME_URL="https://www.chinauos.com/" BUG_REPORT_URL="http://bbs.chinauos.com" $ uname -a Linux kunpeng-PC 4.19.0-arm64-server #1707 SMP Thu Mar 26 17:43:52 CST 2020 aarch64 GNU/Linux
$ iptables -S ... -A KUBE-FIREWALL -m comment --comment "kubernetes firewall for dropping marked packets" -m mark --mark 0x8000/0x8000 -j DROP -A KUBE-FIREWALL -m comment --comment "kubernetes firewall for dropping marked packets" -m mark --mark 0x8000/0x8000 -j DROP -A KUBE-FIREWALL -m comment --comment "kubernetes firewall for dropping marked packets" -m mark --mark 0x8000/0x8000 -j DROP -A KUBE-FIREWALL -m comment --comment "kubernetes firewall for dropping marked packets" -m mark --mark 0x8000/0x8000 -j DROP -A KUBE-FIREWALL -m comment --comment "kubernetes firewall for dropping marked packets" -m mark --mark 0x8000/0x8000 -j DROP ..... $ iptables -S | grep 'KUBE-FIREWALL' | wc -l 11054