1.win10怎么建立局域网玩游戏
1、找到桌面左下角windows的图标点击右键。
2、在弹出的方框中找到命令提示符,打开。
3、弹出如图命令框,在里面直接输入netsh wlan set hostednetwork mode=allow ssid=局域网的名字 key=密码
4、到这一步别急着回车,在空格输入
netsh wlan start hostednetwork后按回车
5、当提示出现已启动承载网络,才算完成,否则一定是输入错误,直接复制粘贴最好
6、打开网络连接,发现已经创建好了局域网,等小伙伴的加入吧。
2.如何设置VLAN 求助
在交换机上设置 一般vlan是按部门或者按物理位置比如同层之间划分的不同的vlan必须使用不同的网段 就是说你要用4个网段在交换机上的命令S> enable 进入特权模式 S# configure terminal 进入全局配置模式 S(config)# hostname name 改变交换机名称 交换机连交换机的配置S(config)#in f0/1(交换机用交叉线)(根据实际线路接口我是举例的。
)S(config)if#sw mo trunkS(config)if#no sh_______________添加vlan S(config)#vlan 2S(config)#vlan 3S(config)#vlan 4S(config)#vlan 5_______________将接口加入vlans(config)in f0/10 (下面的PC使用的接口根据实际情况而定)s(config)if#sw access vlan 2 (将PC加入vlan2)s(config)if#no sh (激活)_______________________然后再路由器上以单臂路由为例根据实际接口 如果你是f1/0 就用f1/0.1 f0/0 就用f0/0.1router > enable 进入特权模式 router# configure terminal 进入全局配置模式router(config) in f0/0.1 (我以0。
1为例)router(config-if)en do 1 (将这个网段封装你在路由上按TAB 键能出来的)router(config-if)ip add xxxxxx(该网段的网关)router(config-if)no sh (激活)然后设置下一个router > enable 进入特权模式 router# configure terminal 进入全局配置模式router(config) in f0/0.2 (我以0。1为例)后面以此内推。
3.WIN10系统访问局域网中其他电脑要怎么输入网络凭据
您可以在被共享电脑设置一个有密码的管理员用户;或者尝试一下将Windows 10电脑的注册表键值修改。详细介绍如下:
这是由于微软为Windows 10添加了新的安全机制导致的,没有密码的访问形式因此被系统判定为不安全,你可以尝试以下方法:
1、在被共享电脑设置一个有密码的管理员用户;
2、尝试一下将Windows 10电脑的注册表键值修改;【HKEY_LOCAL_MACHINE—-SYSTEM—- CurrentControlSet—-Services—-LanmanWorkstation—Parameters】,在Parameters里右击新建DWORD(32位)值重命名为数值【1】保存即可。
4.如何配置Windows桥接至VLAN
VLAN的配置过程其实非常简单,只需两步:(1)为各VLAN组命名;(2)把相应的VLAN对应到相应的交换机端口。
下面是具体的配置过程: 第1步:设置好超级终端,连接上1900交换机,通过超级终端配置交换机的VLAN,连接成功后出现如下所示的主配置界面(交换机在此之前已完成了基本信息的配置): 1 user(s) now active on Management Console. User Interface Menu [M] Menus [K] Command Line [I] IP Configuration Enter Selection: 【注】超级终端是利用Windows系统自带的"超级终端"(Hypertrm)程序进行的,具体参见有关资料。 第2步:单击"K"按键,选择主界面菜单中"[K] Command Line"选项 ,进入如下命令行配置界面: CLI session with the switch is open. To end the CLI session,enter [Exit ]. > 此时我们进入了交换机的普通用户模式,就象路由器一样,这种模式只能查看现在的配置,不能更改配置,并且能够使用的命令很有限。
所以我们必须进入"特权模式"。 第3步:在上一步">"提示符下输入进入特权模式命令"enable",进入特权模式,命令格式为">enable",此时就进入了交换机配置的特权模式提示符: #config t Enter configuration commands,one per line.End with CNTL/Z (config)# 第4步:为了安全和方便起见,我们分别给这3个Catalyst 1900交换机起个名字,并且设置特权模式的登陆密码。
下面仅以Switch1为例进行介绍。配置代码如下: (config)#hostname Switch1 Switch1(config)# enable password level 15 XXXXXX Switch1(config)# 【注】特权模式密码必须是4~8位字符这,要注意,这里所输入的密码是以明文形式直接显示的,要注意保密。
交换机用 level 级别的大小来决定密码的权限。Level 1 是进入命令行界面的密码,也就是说,设置了 level 1 的密码后,你下次连上交换机,并输入 K 后,就会让你输入密码,这个密码就是 level 1 设置的密码。
而 level 15 是你输入了"enable"命令后让你输入的特权模式密码。 第5步:设置VLAN名称。
因四个VLAN分属于不同的交换机,VLAN命名的命令为" vlan vlan号 name vlan名称 ,在Switch1、Switch2、Switch3、交换机上配置2、3、4、5号VLAN的代码为: Switch1 (config)#vlan 2 name Prod Switch2 (config)#vlan 3 name Fina Switch3 (config)#vlan 4 name Huma Switch3 (config)#vlan 5 name Info 【注】以上配置是按表1规则进行的。 第6步:上一步我们对各交换机配置了VLAN组,现在要把这些VLAN对应于表1所规定的交换机端口号。
对应端口号的命令是"vlan-membership static/ dynamic VLAN号 "。在这个命令中"static"(静态)和"dynamic"(动态)分配方式两者必须选择一个,不过通常都是选择"static"(静态)方式。
VLAN端口号应用配置如下: (1). 名为"Switch1"的交换机的VLAN端口号配置如下: Switch1(config)#int e0/2 Switch1(config-if)#vlan-membership static 2 Switch1(config-if)#int e0/3 Switch1(config-if)#vlan-membership static 2 Switch1(config-if)#int e0/4 Switch1(config-if)#vlan-membership static 2 …… Switch1(config-if)#int e0/20 Switch(config-if)#vlan-membership static 2 Switch1(config-if)#int e0/21 Switch1(config-if)#vlan-membership static 2 Switch1(config-if)# 【注】"int"是"nterface"命令缩写,是接口的意思。"e0/3"是"ethernet 0/2"的缩写,代表交换机的0号模块2号端口。
(2). 名为"Switch2"的交换机的VLAN端口号配置如下: Switch2(config)#int e0/2 Switch2(config-if)#vlan-membership static 3 Switch2(config-if)#int e0/3 Switch2(config-if)#vlan-membership static 3 Switch2(config-if)#int e0/4 Switch2(config-if)#vlan-membership static 3 …… Switch2(config-if)#int e0/15 Switch2(config-if)#vlan-membership static 3 Switch2(config-if)#int e0/16 Switch2(config-if)#vlan-membership static 3 Switch2(config-if)# (3). 名为"Switch3"的交换机的VLAN端口号配置如下(它包括两个VLAN组的配置),先看VLAN 4(Huma)的配置代码: Switch3(config)#int e0/2 Switch3(config-if)#vlan-membership static 4 Switch3(config-if)#int e0/3 Switch3(config-if)#vlan-membership static 4 Switch3(config-if)#int e0/4 Switch3(config-if)#vlan-membership static 4 …… Switch3(config-if)#int e0/8 Switch3(config-if)#vlan-membership static 4 Switch3(config-if)#int e0/9 Switch3(config-if)#vlan-membership static 4 Switch3(config-if)# 下面是VLAN5(Info)的配置代码: Switch3(config)#int e0/10 Switch3(config-if)#vlan-membership static 5 Switch3(config-if)#int e0/11 Switch3(config-if)#vlan-membership static 5 Switch3(config-if)#int e0/12 Switch3(config-if)#vlan-membership static 5 …… Switch3(config-if)#int e0/20 Switch3(config-if)#vlan-membership static 5 Switch3(config-if)#int e0/21 Switch3(config-if)#vlan-membership static 5。
5.如何配置Windows桥接至VLAN
VLAN的配置过程其实非常简单,只需两步:(1)为各VLAN组命名;(2)把相应的VLAN对应到相应的交换机端口。
下面是具体的配置过程: 第1步:设置好超级终端,连接上1900交换机,通过超级终端配置交换机的VLAN,连接成功后出现如下所示的主配置界面(交换机在此之前已完成了基本信息的配置): 1 user(s) now active on Management Console. User Interface Menu [M] Menus [K] Command Line [I] IP Configuration Enter Selection: 【注】超级终端是利用Windows系统自带的"超级终端"(Hypertrm)程序进行的,具体参见有关资料。 第2步:单击"K"按键,选择主界面菜单中"[K] Command Line"选项 ,进入如下命令行配置界面: CLI session with the switch is open. To end the CLI session,enter [Exit ]. > 此时我们进入了交换机的普通用户模式,就象路由器一样,这种模式只能查看现在的配置,不能更改配置,并且能够使用的命令很有限。
所以我们必须进入"特权模式"。 第3步:在上一步">"提示符下输入进入特权模式命令"enable",进入特权模式,命令格式为">enable",此时就进入了交换机配置的特权模式提示符: #config t Enter configuration commands,one per line.End with CNTL/Z (config)# 第4步:为了安全和方便起见,我们分别给这3个Catalyst 1900交换机起个名字,并且设置特权模式的登陆密码。
下面仅以Switch1为例进行介绍。配置代码如下: (config)#hostname Switch1 Switch1(config)# enable password level 15 XXXXXX Switch1(config)# 【注】特权模式密码必须是4~8位字符这,要注意,这里所输入的密码是以明文形式直接显示的,要注意保密。
交换机用 level 级别的大小来决定密码的权限。Level 1 是进入命令行界面的密码,也就是说,设置了 level 1 的密码后,你下次连上交换机,并输入 K 后,就会让你输入密码,这个密码就是 level 1 设置的密码。
而 level 15 是你输入了"enable"命令后让你输入的特权模式密码。 第5步:设置VLAN名称。
因四个VLAN分属于不同的交换机,VLAN命名的命令为" vlan vlan号 name vlan名称 ,在Switch1、Switch2、Switch3、交换机上配置2、3、4、5号VLAN的代码为: Switch1 (config)#vlan 2 name Prod Switch2 (config)#vlan 3 name Fina Switch3 (config)#vlan 4 name Huma Switch3 (config)#vlan 5 name Info 【注】以上配置是按表1规则进行的。 第6步:上一步我们对各交换机配置了VLAN组,现在要把这些VLAN对应于表1所规定的交换机端口号。
对应端口号的命令是"vlan-membership static/ dynamic VLAN号 "。在这个命令中"static"(静态)和"dynamic"(动态)分配方式两者必须选择一个,不过通常都是选择"static"(静态)方式。
VLAN端口号应用配置如下: (1). 名为"Switch1"的交换机的VLAN端口号配置如下: Switch1(config)#int e0/2 Switch1(config-if)#vlan-membership static 2 Switch1(config-if)#int e0/3 Switch1(config-if)#vlan-membership static 2 Switch1(config-if)#int e0/4 Switch1(config-if)#vlan-membership static 2 …… Switch1(config-if)#int e0/20 Switch(config-if)#vlan-membership static 2 Switch1(config-if)#int e0/21 Switch1(config-if)#vlan-membership static 2 Switch1(config-if)# 【注】"int"是"nterface"命令缩写,是接口的意思。"e0/3"是"ethernet 0/2"的缩写,代表交换机的0号模块2号端口。
(2). 名为"Switch2"的交换机的VLAN端口号配置如下: Switch2(config)#int e0/2 Switch2(config-if)#vlan-membership static 3 Switch2(config-if)#int e0/3 Switch2(config-if)#vlan-membership static 3 Switch2(config-if)#int e0/4 Switch2(config-if)#vlan-membership static 3 …… Switch2(config-if)#int e0/15 Switch2(config-if)#vlan-membership static 3 Switch2(config-if)#int e0/16 Switch2(config-if)#vlan-membership static 3 Switch2(config-if)# (3). 名为"Switch3"的交换机的VLAN端口号配置如下(它包括两个VLAN组的配置),先看VLAN 4(Huma)的配置代码: Switch3(config)#int e0/2 Switch3(config-if)#vlan-membership static 4 Switch3(config-if)#int e0/3 Switch3(config-if)#vlan-membership static 4 Switch3(config-if)#int e0/4 Switch3(config-if)#vlan-membership static 4 …… Switch3(config-if)#int e0/8 Switch3(config-if)#vlan-membership static 4 Switch3(config-if)#int e0/9 Switch3(config-if)#vlan-membership static 4 Switch3(config-if)# 下面是VLAN5(Info)的配置代码: Switch3(config)#int e0/10 Switch3(config-if)#vlan-membership static 5 Switch3(config-if)#int e0/11 Switch3(config-if)#vlan-membership static 5 Switch3(config-if)#int e0/12 Switch3(config-if)#vlan-membership static 5 …… Switch3(config-if)#int e0/20 Switch3(config-if)#vlan-membership static 5 Switch3(config-if)#int e0/21 Switch3(config-if)#vlan-membership static 5 Switch3(config-if)#。
6.如何配置虚拟局域网
配置虚拟局域网(VLAN) SPOTO CCNA实验拓扑: 实验设备:Cisco5300路由器一台、Cisco Catalyst1900交换机一台、Cisco2500系列路由器二台。
Catalyst 1900的Ax(F0/26)口连接5300路由器的Fastethernet 0口,路由器R1 1、R22的AUI(E0)分别连接1900交换机的Ethernet 0/1和E0/2。 实验要求: 在1900交换机上配置VLAN1和VLAN2,将R11加入VLAN1,R22加入VLAN2;在as5300路由器上起单臂路由,路由VLAN1与VLAN2间的通信,最终实现R11能成功访问R22。
IP地址表: 实验配置: Catalyst 1900上的配置: >en #conf t (config)#hostname sw1900 sw1900(config)#enable password level 1 spoto //设置进入用户模式的密码为”spoto” sw1900(config)#enable password level 15 spoto //设置进入到特权模式的密码。 sw1900(config)#enable secret cisco //设置加密口令,覆盖level 15的权限并使之失效。
sw1900(config)#end sw1900#sh run //验证配置。 sw1900#conf t sw1900(config)#int f0/26 sw1900(config)#trunk on //将与路由器直连的Fast Ethernet端口配置为中继端口。
sw1900(config)#vtp server //设置交换机为VTP服务器模式。 sw1900(config)#vlan 2 name V2 //创建VLAN 2并命名。
sw1900(config)#int e0/2。
转载请注明出处windows之家 » win10电脑设置vlan