码迷,mamicode.com
首页 >  
搜索关键字:iptables firewalld    ( 5615个结果
网站部署---LAMP环境部署PHP网站
系统环境要求 centos7,yum源正常使用,ip设置为:192.168.8.201; LAMP环境配置 ###软件环境设置systemctl disable firewalld;systemctl stop firewalld;systemctl status firewalldsetenfor ...
分类:Web程序   时间:2020-07-12 16:54:30    阅读次数:66
Linux CentOS 7防火墙常用命令汇总
systemctl命令: 1、启动防火墙 systemctl start firewalld.service 或 systemctl start firewalld 2、关闭防火墙 systemctl stop firewalld.service 或 systemctl stop firewalld ...
分类:系统相关   时间:2020-07-12 10:40:13    阅读次数:90
kubernetes1.17.2离线安装
环境:centos7、三个主节点的kubernetes 1、关闭selinux、firewalld、swap2、修改主机名称 hostnamectl set-hostname master13、更新系统时间 timedatectl set-timezone Asia/Shanghai 4、上传文件( ...
分类:Web程序   时间:2020-07-10 18:59:21    阅读次数:167
Hackademic: RTB2
Description Name: Hackademic: RTB2 Date release: 6 Sep 2011 DHCP service: Enabled IP address: Automatically assign Task:get root and read the file key ...
分类:其他好文   时间:2020-07-10 17:09:19    阅读次数:93
sshd服务,firewalld,ip配置
ip配置 ifconfig 查看 cd /etc/sysconfig/network-scripts vi ifcfg-en0 BOOTPROTO=static IPADDR=192.168.1.100 NETMASK=255.255.255.0 GATEWAY=192.168.1.1 ONBOOT ...
分类:其他好文   时间:2020-07-10 13:10:15    阅读次数:79
Ubuntu通过iptables配置 ip 代理转发
开启 ip 代理转发 临时开启 ip 代理转发 # 执行该命令后立即生效,但是重启后会失效 echo 1 | sudo tee /proc/sys/net/ipv4/ip_forward 永久开启 ip 代理转发 # 为适配不同系统,先删除后添加 sudo sed -i '/net.ipv4.ip_ ...
分类:系统相关   时间:2020-07-10 13:02:43    阅读次数:102
如何用docker 部署lnmp环境?
前提:安装好了docker-ce。systemctlstartdockersystemctlenabledockeriptables-Xiptables-Fserviceiptablessave1、部署nginx:dockerrun-it-d-p80:80-v/usr/share/nginx/html/:/usr/share/nginx/html/-v/etc/nginx/conf.d/:/etc
分类:其他好文   时间:2020-07-10 09:36:54    阅读次数:64
K8S - K3S简介
K3S https://k3s.io/ https://docs.rancher.cn/k3s/ https://rancher.com/docs/k3s/latest/en/ https://github.com/rancher/k3s https://github.com/rancher/k3s ...
分类:其他好文   时间:2020-07-10 00:18:17    阅读次数:106
How to install Zabbix5.0 LTS version with Yum on the CentOS 7.8 system?
Zabbix5.0安装指南 Contents 1. 优化SSH连接速度慢 2. 设置VIM显行数 3. 优化命令行显示 4. 常用小软件安装 5. 精简网卡配置及改网卡名 5.1网卡1 5.2网卡2 5.3唯一属性生效 6. 关闭SELINUX和创建FIREWALLD策略并生效 7. 时间同步 8. ...
分类:其他好文   时间:2020-07-10 00:16:02    阅读次数:71
CentOS7 安装Kafka
CentOS7 安装Kafka 关闭防火墙 systemctl stop firewalld.service systemctl disable firewalld.service 安装JDK yum install -y http://172.16.20.10/Oracle/JAVA/8/8u20 ...
分类:其他好文   时间:2020-07-09 15:30:49    阅读次数:140
5615条   上一页 1 ... 14 15 16 17 18 ... 562 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!