码迷,mamicode.com
首页 > Windows程序 > 详细

windows 访问 CentOS 的防火墙及其 网关开放

时间:2021-02-18 13:28:47      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:with   lis   数据库mysql   code   技术   防火   inf   http   img   

1.防火墙开放端口

firewall-cmd --zone=public --add-port=8848/tcp --permanent

 

firewall-cmd --list-ports

 

技术图片

 

 

 

开放centOS 网关,远程连接

grant all privileges on *.* to ‘root‘@‘192.168.128.1‘ identified by ‘root‘ with grant option;

技术图片

 

 

开放docker容器网关,使得运行的docker连接linux数据库mysql

grant all privileges on *.* to ‘root‘@‘172.17.0.1‘ identified by ‘root‘ with grant option;

技术图片

 

windows 访问 CentOS 的防火墙及其 网关开放

标签:with   lis   数据库mysql   code   技术   防火   inf   http   img   

原文地址:https://www.cnblogs.com/lixiaochong/p/14406807.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!