神州云平台如何登录web界面
目录
神州云平台如何登录web界面
神州云平台介绍
云服务实训平台是一个在开源云计算软件架构基础上深度定制化开发的单 节点私有云设备,该设备针对职业教育领域学生实训过程中快速构建网络操作 系统实训环境的场景而开发。设备中软件主要由 Python 语言编写,并基于 Web 页面实现对计算、存储、及网络资源池的管理工作。该设备实施简单、具备一 定的可扩展性,同时设备配套丰富的网络操作系统镜像环境,可运行在各类常 见 Linux 以及 Windows Server 系统。
一、按照此拓扑图连接设备
二、配置三层交换机
# 进入特权模式
sw-1>ena
# 进入全局配置模式
sw-1#conf t
# 配置vlan 1为业务口网关
sw-1(config)#int vlan 1
sw-1(config-if-vlan1)#ip add 192.168.100.1 255.255.255.0
sw-1(config-if-vlan1)#exit
# 进入管理口配置trunk
sw-1(config)#int ethernet 1/0/1
sw-1(config-if-ethernet1/0/1)#switchport mode trunk
sw-1(config-if-ethernet1/0/1)#switchport trunk allowed vlan all
sw-1(config-if-ethernet1/0/1)#no shutdown
sw-1(config-if-ethernet1/0/1)#exit
# 进入业务口配置access
sw-1(config)#int ethernet 1/0/2
sw-1(config-if-ethernet1/0/2)#switchport access vlan 1
sw-1(config-if-ethernet1/0/2)#no shutdown
sw-1(config-if-ethernet1/0/2)#exit
sw-1(config)#int ethernet 1/0/16
sw-1(config-if-ethernet1/0/16)#switchport access vlan 1
sw-1(config-if-ethernet1/0/16)#no shutdown
sw-1(config-if-ethernet1/0/16)#exit
二、配置pc网关为业务口网关
三、win+r输入cmd,测试是否能ping通云平台默认ip地址192.168.100.100
四、登录云平台web界面
打开浏览器界面输入 网址
五、登录云平台
点击管理员,输入用户名:admin 密码:dcncloud