码迷,mamicode.com
首页 >  
搜索关键字:centos iptables 网关 当路由    ( 39756个结果
CentOS中部署jar包时提示:org.quartz.SchedulerException: Couldn't get host name
场景 jar包在本地Windows系统上运行不报错,在CentOS服务器上运行时提示: org.quartz.SchedulerException: Couldn't get host name 注: 博客: https://blog.csdn.net/badao_liumang_qizhi 关注公 ...
分类:编程语言   时间:2021-04-27 14:23:18    阅读次数:0
route命令基本使用
0X00 简介 route命令主要用来显示和操作路由表 0x01 使用 Windows下路由表格式如下: IPv4 路由表 活动路由: 网络目标 网络掩码 网关 接口 跃点数 ## 当接口ip地址值和网关值相同时,网关会显示在链路上 打印路由表 route print ## 全部打印 route p ...
分类:其他好文   时间:2021-04-26 13:56:19    阅读次数:0
CentOS7 firewall-cmd 防火墙 命令备忘 批量开放端口
Centos6 使用的是iptables,Centos7 使用的是filewall(-cmd)iptables 用于过滤数据包,属于网络层防火墙。firewall 能够允许哪些服务可用,那些端口可用...属于更高一层的防火墙。 1.firewalld的基本使用启动: systemctl start ...
分类:其他好文   时间:2021-04-26 13:32:00    阅读次数:0
CentOs6 无法正常使用yum命令
安装CentOS 6.8使用yum命令报错 使用四条命令,就可以正常使用yum了 sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf curl -o /etc/yum.repos.d/CentOS-Bas ...
分类:其他好文   时间:2021-04-26 13:13:52    阅读次数:0
Centos7 yum命令异常报错Could not retrieve mirrorlist http://mirrorlist.centos.org
Loaded plugins: fastestmirror, langpacks Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error w ...
分类:Web程序   时间:2021-04-24 13:53:03    阅读次数:0
VMware NAT和桥接
NAT模式: 就是让虚拟机借助NAT(网络地址转换)功能,通过宿主机器所在的网络来访问公网。 也就是说,使用NAT模式可以实现在虚拟系统里访问互联网。 NAT模式下的虚拟机的TCP/IP配置信息是由VMnet8虚拟网络的DHCP服务器提供的,因此IP和DNS一般设置为“自动获取” 优点: 采用NAT ...
分类:系统相关   时间:2021-04-24 13:47:01    阅读次数:0
LVS-NAT
NAT拓扑 lvs-server VIP:10.211.55.99DIP:10.37.129.99 负载均衡器 开启路由功能(VIP桥接,DIP仅主机) rs01 RIP:10.37.129.3 后端服务器 网关指向DIP rs02 RIP: 10.37.129.4 后端服务器 网关指向DIP LV ...
分类:其他好文   时间:2021-04-24 13:24:31    阅读次数:0
sl开火车开心一刻
https://www.cnblogs.com/cnsdhzzl/p/12586711.html 参考地址 安装有趣的命令sl(跑火车) 1.更新yum源 yum -y update 2.尝试安装sl yum install sl 执行yum命令时会去centos镜像查找sl包,但是镜像中没有sl包 ...
分类:其他好文   时间:2021-04-24 13:20:13    阅读次数:0
linux shell while循环
1、测试1 [root@centos7 test2]# i=0 [root@centos7 test2]# max=5 [root@centos7 test2]# while((i<max));do echo $i;((i++));done 0 1 2 3 4 ...
分类:系统相关   时间:2021-04-23 12:03:54    阅读次数:0
CentOS 7 安装 Docker 并使用阿里云镜像加速
1、确认系统版本 cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 2、yum 安装 gcc 相关 yum -y install gcc gcc-c++ 3、卸载旧的版本 yum -y remove docker docker- ...
分类:其他好文   时间:2021-04-23 11:54:07    阅读次数:0
39756条   上一页 1 ... 21 22 23 24 25 ... 3976 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!