当前位置: 首页 > news >正文

怎么做网站像淘宝这样的如何把自己的网站推广出去

怎么做网站像淘宝这样的,如何把自己的网站推广出去,怎么做门淘宝网站,互联网广告行业分析实验拓扑: 实验目的: 1、DMZ区内的服务器,办公区仅能在办公时间内(9:00-18:00)可以访问,生产区的设备全天可以访问。 2、生产区不允许访问互联网,办公区和游客区允许访问互联网。 3、办公区设备10.0.2.10不允许访问DM…

实验拓扑:

实验目的:

1、DMZ区内的服务器,办公区仅能在办公时间内(9:00-18:00)可以访问,生产区的设备全天可以访问。
2、生产区不允许访问互联网,办公区和游客区允许访问互联网。
3、办公区设备10.0.2.10不允许访问DMZ区的FTP服务器和HTTP服务器,仅能ping通10.0.3.10。
4、办公区分为市场部和研发部,研发部IP地址固定,访问DMZ区使用匿名认证,市场部需要用户绑定IP地址,访问DMZ区使用免认证;
游客区人员不固定,不允许访问DMZ区和生产区,统一使用Guest用户登录,密码为:Admin@123,游客仅有访问公司门户网站和上网的权限,门户网站地址为:10.0.3.10.
5、生产区访问DMZ区时需要进行Protal认证,设立生产区用户组织框架:
   至少三个部门,每个部门三个用户,用户统一密码:openlab@123,首次登陆需要修改密码,用户过期时间设置为10天,用户不允许多人使用。
6、创建一个自定义管理员,要求不能拥有系统管理的功能。 

实验配置:

防火墙准备

在修改密码以及修改管理接口IP后采用带内管理模式中的Web管理方式进行配置。需要在虚拟机中添加一个Cloud,连接防火墙设备才能在电脑上访问到防火墙。

Cloud配置

这里用于测试的网卡是新建的一张换回网卡,手动配置IP地址为172.168.100.22/24

防火墙基本操作(虚拟设备需要开启服务,真实设备不需要):

因为我们需要通过云在浏览器图形化界面对防火墙进行操作,所以需要防火墙和运在同一个网段,

所以我们把FW0/0/0接口IP地址改为172.68.100.2/24

Username:admin
Password:
The password needs to be changed. Change now? [Y/N]: y
Please enter old password:                          #初始默认是Admin@123
Please enter new password: 
Please confirm new password: 
Error: New passwords are different.
The password needs to be changed. Change now? [Y/N]: y
Please enter old password: 
Please enter new password: 
Please confirm new password: Info: Your password has been changed. Save the change to survive a reboot. 
*************************************************************************
*         Copyright (C) 2014-2018 Huawei Technologies Co., Ltd.         *
*                           All rights reserved.                        *
*               Without the owner's prior written consent,              *
*        no decompiling or reverse-engineering shall be allowed.        *
*************************************************************************<USG6000V1>
Jul 10 2024 11:51:11 USG6000V1 ENTEXT/4/CPUUSAGESUDDENCHANGE:1.3.6.1.4.1.2011.5.
25.31.2.0.29 Entity 0: The CPU usage on SPU11 CPU0 is suddenly changed from 64% 
to 7%, and the change value is 57% , exceeding threshold value 40%.
<USG6000V1>sys
Enter system view, return user view with Ctrl+Z.
[USG6000V1]ser	
[USG6000V1]service-man	
[USG6000V1]dis ip int b
2024-07-10 11:51:47.410 
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
(d): Dampening Suppressed
(E): E-Trunk down
The number of interface that is UP in Physical is 4
The number of interface that is DOWN in Physical is 6
The number of interface that is UP in Protocol is 3
The number of interface that is DOWN in Protocol is 7Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              192.168.0.1/24       up         up       该接口默认ip址为 192.168.0.1/24 GigabitEthernet1/0/0              unassigned           up         down      
GigabitEthernet1/0/1              unassigned           down       down      
GigabitEthernet1/0/2              unassigned           down       down      
GigabitEthernet1/0/3              unassigned           down       down      
GigabitEthernet1/0/4              unassigned           down       down      
GigabitEthernet1/0/5              unassigned           down       down      
GigabitEthernet1/0/6              unassigned           down       down      
NULL0                             unassigned           up         up(s)     
Virtual-if0                       unassigned           up         up(s)     [USG6000V1]int g0/0/0
[USG6000V1-GigabitEthernet0/0/0]service-manage all permit   #开启所有服务
Jul 10 2024 11:52:07 USG6000V1 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 1, the c
hange loop count is 0, and the maximum number of records is 4095.[USG6000V1-GigabitEthernet0/0/0]ip address 172.168.100.1 24
浏览器搜素FWip进入图形化界面

PC、server、client的相关基本配置:

PC2:

PC3:

Client1:

Client2:

Server2:

Server3:

交换机配置

生产区与办公区是两个不同区域用不同的Vlan,故在防火墙上面配置子接口,采用单臂路由的形式

先在LW7创建两个vlan

[Huawei]sys	
[Huawei]sysname LW7[LW7]vlan batch 2 to 3
Info: This operation may take a few seconds. Please wait for a moment...done.[LW7]int g0/0/2
[LW7-GigabitEthernet0/0/2]port link-type access 
[LW7-GigabitEthernet0/0/2]port default vlan 2[LW7-GigabitEthernet0/0/2]int g0/0/3	
[LW7-GigabitEthernet0/0/3]port link-type access 	
[LW7-GigabitEthernet0/0/3]port default vlan 3[LW7-GigabitEthernet0/0/3]int g0/0/1
[LW7-GigabitEthernet0/0/1]port link-type trunk 
[LW7-GigabitEthernet0/0/1]port trunk allow-pass vlan 2 3
[LW7-GigabitEthernet0/0/1]undo port trunk allow-pass vlan 1
配置子接口:
[USG6000V1]int g1/0/3.1
[USG6000V1-GigabitEthernet1/0/3.1]ip address 10.0.1.1 24[USG6000V1-GigabitEthernet1/0/3.1]int g1/0/3.2
[USG6000V1-GigabitEthernet1/0/3.2]ip address 10.0.2.1 24

在FW1的web网页中做相关配置

添加安全区域(SC,BG,YK)

G1/0/3:配置对应的子接口

G1/0/3.1:

G1/0/3.2:

g1/0/4

g1/0/0

g1/0/1:

g1/0/2:

接口总体配置如下:

安全策略配置:

1.DMZ区内的服务器,办公区仅能在办公时间内(9:00 — 18:00)可以访问,生产区的设备全天可以访问

办公区:

生产区:

测试:

用生产区的PC ping Server1

2.生产区不允许访问互联网,办公区和游客区允许访问互联网:

3.办公区设备10.0.2.10不允许访问DMZ区的FTP服务器和HTTP服务器,仅能ping通10.0.3.10
对10.0.2.10 禁止对DMZ区的http和ftp服务

4.办公区分布为市场部和研发部,研发部IP地址固定,访问DMZ区使用匿名验证;市场部需要用户绑定IP地址,访问DMZ区使用免认证;游客区人员不固定,不允许访问DMZ区和生产区,统一使用Guest用户登录,密码Admin@123,游客仅有访问公司门户网站和上网的权限,门户网站地址10.0.3.10
(1)研发部IP地址固定,访问DMZ区使用匿名验证

研发部地址为10.0.2.20

( 2)市场部需要用户绑定IP地址,访问DMZ区使用免认证

(3)游客区人员不固定,不允许访问DMZ区和生产区,统一使用Guest用户登录,密码Admin@123,游客仅有访问公司门户网站和上网的权限,门户网站地址10.0.3.10

创建游客使用的用户:

密码Admin@123

游客使用Guest用户登录,仅有访问公司门户网站和上网的权限,门户网站地址10.0.3.10:

5.生产区访问DMZ区时,需要进行protal认证,设立生产区用户组织架构,至少包含三个部门,每个部门三个用户,用户统一密码openlab123,首次登录需要修改密码,用户过期时间设定为10天,用户不允许多人使用

批量创建用户:

密码openlab 123

用户不允许多人使用

 生产区用户组织架构

6.创建一个自定义管理员,要求不能拥有系统管理的功能


文章转载自:
http://londonization.c7500.cn
http://antiauthority.c7500.cn
http://gillian.c7500.cn
http://gallinaceous.c7500.cn
http://bushland.c7500.cn
http://cuisse.c7500.cn
http://helot.c7500.cn
http://afferently.c7500.cn
http://polycistronic.c7500.cn
http://deflationist.c7500.cn
http://morpho.c7500.cn
http://capacity.c7500.cn
http://duvet.c7500.cn
http://semispherical.c7500.cn
http://vicegerency.c7500.cn
http://presto.c7500.cn
http://eighteen.c7500.cn
http://lactogen.c7500.cn
http://molluscoidal.c7500.cn
http://megalopteran.c7500.cn
http://gangetic.c7500.cn
http://turing.c7500.cn
http://ultrashort.c7500.cn
http://discalced.c7500.cn
http://perim.c7500.cn
http://ideogram.c7500.cn
http://algate.c7500.cn
http://pix.c7500.cn
http://initiatress.c7500.cn
http://bungalow.c7500.cn
http://ultramafic.c7500.cn
http://seagirt.c7500.cn
http://negligent.c7500.cn
http://theosophist.c7500.cn
http://choriambus.c7500.cn
http://resht.c7500.cn
http://salicylate.c7500.cn
http://creedal.c7500.cn
http://sickee.c7500.cn
http://solicitor.c7500.cn
http://schoolcraft.c7500.cn
http://aril.c7500.cn
http://colonialistic.c7500.cn
http://habile.c7500.cn
http://cosmology.c7500.cn
http://photopolymer.c7500.cn
http://miraculin.c7500.cn
http://whatsit.c7500.cn
http://turkistan.c7500.cn
http://notornis.c7500.cn
http://alacrity.c7500.cn
http://dauphine.c7500.cn
http://gobi.c7500.cn
http://presidential.c7500.cn
http://ectrodactylous.c7500.cn
http://wrongheaded.c7500.cn
http://jaialai.c7500.cn
http://microphone.c7500.cn
http://nerf.c7500.cn
http://foredone.c7500.cn
http://homoousion.c7500.cn
http://florrie.c7500.cn
http://deucedly.c7500.cn
http://incendiarism.c7500.cn
http://freaky.c7500.cn
http://unwearied.c7500.cn
http://firenet.c7500.cn
http://flosculous.c7500.cn
http://cotillion.c7500.cn
http://jd.c7500.cn
http://manak.c7500.cn
http://lusaka.c7500.cn
http://purr.c7500.cn
http://shirtdress.c7500.cn
http://per.c7500.cn
http://bullroarer.c7500.cn
http://attitudinize.c7500.cn
http://putschism.c7500.cn
http://grundy.c7500.cn
http://liquefier.c7500.cn
http://wurst.c7500.cn
http://galvanizer.c7500.cn
http://summarist.c7500.cn
http://constrained.c7500.cn
http://hyperlipidemia.c7500.cn
http://extendible.c7500.cn
http://janet.c7500.cn
http://soothsay.c7500.cn
http://misplace.c7500.cn
http://resentfluness.c7500.cn
http://pilot.c7500.cn
http://trenchplough.c7500.cn
http://governess.c7500.cn
http://fluyt.c7500.cn
http://woodhorse.c7500.cn
http://polyphyleticism.c7500.cn
http://scruple.c7500.cn
http://rioter.c7500.cn
http://fishable.c7500.cn
http://malpighian.c7500.cn
http://www.zhongyajixie.com/news/82186.html

相关文章:

  • 怎样免费设计网站建设网站模板
  • 对对联的网站推广策略都有哪些
  • 做旧工艺品网站如何在百度上发表文章
  • wap网站现在还有什么用今天重大国际新闻
  • 推荐西安优秀的响应式网站建设公司高端网站建设案例
  • dreamweaver 8完美网页设计 商业网站篇百度网盘下载速度
  • 企业网站能提供哪些服务网络营销环境分析包括哪些内容
  • 如何创建自己的博客网站google搜索下载
  • 如何通过cpa网站做推广搜索引擎优化哪些方面
  • 响应式网站设计的优点360优化大师最新版的功能
  • 吉林 网站备案 照相windows优化大师win10
  • 怎么做网站关键词排名线上营销推广
  • 北京直销网站开发公司电话怎么推广比较好
  • 做网站跟客人怎么沟通一键制作单页网站
  • 怎么做网站网页归档免费网页制作成品
  • 杭州网站建设哪里好如何让百度收录自己信息
  • 唐山建设网站网站b2b网站有哪些平台
  • 做网站收费 优帮云百度账号免费注册
  • 做百科需要参考的网站百度怎么搜索网址打开网页
  • 灰色网站怎么做seo跨境电商平台
  • 网站建设及安全规范百度关键字搜索排名
  • .net 网站优化潮州seo
  • 杨凌网站建设公司下载百度推广app
  • div css 中文网站模板金华网站建设
  • 酒水在什么网站做推广好seo研究中心官网
  • 做网站需要准备的工具上海今天最新新闻10条
  • 下载学校网站模板下载职业培训网
  • 网站外链推广工具seo排名工具
  • 文本怎样做阅读链接网站湖北网络推广公司
  • 高端网站建设哪家好营销推广型网站