码迷,mamicode.com
首页 >  
搜索关键字:centos7 配置接口ip    ( 14726个结果
NAT及其配置
一.配置静态NAT1.给PC1,PC2,配置ip地址2.给R1,R2配置接口IP[r2]interfaceGigabitEthernet0/0/0[r2-GigabitEthernet0/0/1]ipaddress192.168.1.25424[r2-GigabitEthernet0/0/1]quit[r2]interfaceGigabitEthernet0/0/1[r2-GigabitEther
分类:其他好文   时间:2020-08-06 20:44:40    阅读次数:67
RIPV2协议与配置
一.RIPV2的配置1.在R1,R2,R3上配置接口ip<r1>system-view[r1]interfaceGigabitEthernet0/0/0[r1-GigabitEthernet0/0/0]ipaddress10.1.1.124<r2>system-view[r2]interfaceGigabitEthernet0/0/0[r2-GigabitEthernet0
分类:其他好文   时间:2020-08-05 21:04:44    阅读次数:92
OSPF协议的配置
一.OSPF配置1.在R1,R2,R3上配置接口ip<r1>system-view[r1]interfaceGigabitEthernet0/0/0[r1-GigabitEthernet0/0/0]ipaddress10.1.1.124<r2>system-view[r2]interfaceGigabitEthernet0/0/0[r2-GigabitEthernet0/0
分类:其他好文   时间:2020-08-05 21:01:23    阅读次数:95
RIP协议与配置
一.RIP的配置1.在R1,R2,R3上配置接口ip<r1>system-view[r1]interfaceGigabitEthernet0/0/0[r1-GigabitEthernet0/0/0]ipaddress10.1.1.124<r2>system-view[r2]interfaceGigabitEthernet0/0/0[r2-GigabitEthernet0/0
分类:其他好文   时间:2020-08-05 19:49:00    阅读次数:91
MongoDB的部署 && 主从搭建
MongoDB的搭建 环境准备: 1.MongoDB版本4.0 https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.0.4.tgz 2.操作系统:centos7 3.主从部署: 主:192.168.177.139 从:192.168.177 ...
分类:数据库   时间:2020-08-05 00:06:22    阅读次数:88
直连路由的配置
一.路由分类直连路由静态路由(基本静态路由,等价静态路由,活动静态路由,缺省静态路由)动态路由(RIP,OSPF,ISIS,BGP)二.直连路由直连路由是路由器的直连网段生成的。当路由器的接口配置了IP地址,并且接口处于开启状态时,路由器就会生成一条接口IP对应网段的直连路由。1.配置直连路由2.在R1上配置接口IP[r1]interfaceGigabitEthernet0/0/0[r1-Giga
分类:其他好文   时间:2020-08-04 18:22:25    阅读次数:241
静态路由的配置
一.配置基本静态路由1.R1,R2,R3上配置接口ip<r1>system-view[r1]interfaceGigabitEthernet0/0/0[r1-GigabitEthernet0/0/0]ipaddress10.1.1.124<r2>system-view[r2]interfaceGigabitEthernet0/0/0[r2-GigabitEthernet0/
分类:其他好文   时间:2020-08-04 18:20:58    阅读次数:78
Centos7下安装一个或多个tomcat7完整
Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,在运用中也占有大部分的市场。 根据系统下载对应的版,在线的下载地址如下【centos下下载tar.gz格式】: http://tomcat.apache.org/do ...
分类:其他好文   时间:2020-08-04 16:49:51    阅读次数:77
在centos最小安装系统上实现邮件的发送
首先下载mailx,postfix软件包:yum-yinstallmailxpostfix下载完成后,启动postfix服务:systemctlstart--nowpostfix#centos7/8上使用此命令启动postfix服务servicepostfixstart#在centos6上使用此命令启动postfix服务验证mail是否可以发送邮件:
分类:其他好文   时间:2020-08-03 23:15:39    阅读次数:74
4、在centos7上使用consul时,yml配置文件:
server: port: 8006 spring: application: name: consul-provider-payment cloud: consul: host: 192.168.152.131 port: 8500 discovery: service-name: ${sprin ...
分类:其他好文   时间:2020-07-31 14:08:12    阅读次数:99
14726条   上一页 1 ... 43 44 45 46 47 ... 1473 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!