华为路由器端口映射设置
在本文中,我们将探讨华为路由器端口映射设置的一些基础知识,同时也会介绍一些与华为路由器端口映射设置相关的华为路由器端口映射配置实例内容,希望能够为您提供帮助。
本文内容目录一览:
华为路由器型号usg2110-f端口映射怎么设置?
端口映射是NAT的一种,功能是把在公网的地址转翻译成私有地址,这方面的转发工具很多,比如lcx.exe、fport.exe、花生壳等等,这些软件几乎都是使用的数据转发。
个人用迟让户在使用的时候,使用路由器转发还是非常方便的,具体操作如下:
1、在浏览器中输入路由器的地址,一般默认是 192.168.1.1(具体看个人路由器),登录路由器Web管理页面。
2、进入Web管理页面后,点击“虚拟主机配置”选项(一般迷你路由器是这样的),如下图所示:
非迷你路由器, 一般在“应用”--“高级或旦拆NAT配置”,如下图所示。
3、现在映射的端口为4600,映射的衫枣主机是本机,192.168.1.46,设置完成后,按确定即可。
求教华为AR2200路由器端口映射配置
1、输入display version命令,查看路由器版本,硬件信息,系统启动时间等。
2、修改路由器时间,包括时区设置clock timezone,时钟设置clock datetime,查看设置的时间display clock。
3、在系统视图下修改路由器名称为R1,并配置console登录密码,配置文件如下:
1、system-view
sysname R1
2、system-view
user-interface console 0
authentication-mode password
Please configure the login password (maximum length 16):huawei321
set authentication password cipher huawei456
ctrl+z
save
4、在系统视图下,配置路由器接口IP地址和描述,显示当前接口信息,保存路由器配置,配置如下:
system-view
interface GigabitEthernet 0/0/0
ip address 10.10.10.2 24
description This connet R2-G0/0/0
display this
return
save
5、在用户视图下枣毕,查看当前配置用display current-configuration,查看保存配置用display saved-configuration。
6、在系统视图下,查看路由器配置文件存放目录用dir,删除闪存中配置文件用reset saved-configuration,重启路由用reboot。
路由器(Router),是连接因特网中各局域网、广域网的设备,它会根据信道的情况自动选择和设定路由,以最佳路径,游培按前后顺序发送信号。 路由器是互联网络的枢纽,"交通警察"。目前路由器已经广泛应用于神岩唯各行各业,各种不同档次的产品已成为实现各种骨干网内部连接、骨干网间互联和骨干网与互联网互联互通业务的主力军。路由和交换机之间的主要区别就是交换机发生在OSI参考模型第二层(数据链路层),而路由发生在第三层,即网络层。这一区别决定了路由和交换机在移动信息的过程中需使用不同的控制信息,所以说两者实现各自功能的方式是不同的。
华为路由器端口映射方法
华为路由器端口映射方法
本文介绍了华为3com路由器的端口映射的方法,并且给出了详细的'操作步骤和命令语句,相信看完此文会对具体配置有详细的了解。
************************************************** ******************************
* Copyright(c) 2004-2006 Hangzhou Huawei-3Com Tech. Co., Ltd. *
* Without the owner''''s prior written consent, *
* no decompiling or reverse-engineering shall be allowed. *
************************************************** ******************************
Login authentication
Username:admin
Password:
dis int -(预示端口状况)
Ethernet1/0 current state :UP
Line protocol current state :UP
Description : Ethernet1/0 Interface
The Maximum Transmit Unit is 1500, Hold timer is 10(sec)
缺颂族 Internet Address is 218.206.191.49 ---(找到公网地址的端口)
IP Sending Frames'''' Format is PKTFMT_ETHNT_2, Hardware address is 000f-e24b-90c1
伏弊Media type is twisted pair, loopback not set, promiscuous mode not set
100Mb/s, Full-duplex, link type is autonegotiation
Output flow-control is disabled, input flow-control is disabled
Output queue : (Urgent queuing : Size/Length/Discards) 0/50/0
Output queue : (Protocol queuing : Size/Length/Discards) 0/500/0
樱银Output queue : (FIFO queuing : Size/Length/Discards) 0/75/0
Last clearing of counters: Never
Last 300 seconds input rate 76409.96 bytes/sec, 611279 bits/sec, 221.16 packets/sec
Last 300 seconds output rate 169645.62 bytes/sec, 1357165 bits/sec, 217.84 packets/sec
Input: 84913558 packets, 1899317081 bytes, 84913558 buffers
1556505 broadcasts, 124223 multicasts, 0 pauses
374 errors, 0 runts, 0 giants
0 crc, 0 align errors, 374 overruns
0 dribbles, 0 drops, 0 no buffers
Output:73691649 packets, 1323897889 bytes, 73691649 buffers
19084 broadcasts, 0 multicasts, 0 pauses
0 errors, 0 underruns, 0 collisions
0 deferred, 0 lost carriers
sys --(步入体系视图)
[H3C]int e1/0
[H3C]nat server protocol tcp global 218.206.191.49 www inside 192.168.1.96 www
[H3C]nat server protocol tcp global 218.206.191.49 22 inside 192.168.1.96 22
[H3C]nat server protocol udp global 218.206.191.49 snmp inside 192.168.1.96 snmp
[H3C]nat server protocol udp global 218.206.191.49 snmptrap inside 192.168.1.96 snmptrap --(一看就大白tcp/udp是以及谈,www是80,snmp以及snmptrap是161.162端口)
[H3C]dis thellos
interface Ethernet1/0
ip address 218.206.191.49 255.255.255.248
firewall packet-filter 3000 inbound
nat outbound 3001 --(这是客户上彀用的地址池不消管,其它的就是端口照射了)
nat server protocol tcp global 61.178.77.9 www inside 192.168.1.96 www
nat server protocol tcp global 61.178.77.9 22 inside 192.168.1.96 22
nat server protocol udp global 61.178.77.9 snmp inside 192.168.1.96 snmp
nat server protocol udp global 61.178.77.9 snmptrap inside 192.168.1.96 snmptrap
思科网络的端口照射原理是同样的号令纷歧样罢了,这搭只给出配备布置。
思科网络en
思科网络#config t
思科网络(config)Ip nat inside source static tcp 192.168.1.96 80 218.206.191.49 80
思科网络(config)Ip nat inside source static tcp 192.168.1.96 22 218.206.191.49 22
思科网络(config)Ip nat inside source static tcp 192.168.1.96 161 218.206.191.49 161
思科网络(config)Ip nat inside source static tcp 192.168.1.96 162 218.206.191.49 162 ;
华为路由器如何删除upnp端口映射表
1、打开电脑浏览器,输入路由器的管理地址登录至管理后台。
2、登录成功后,点击上方的更多功能的选项。
3、点击后,在左侧选择网络肢旁设置的戚饥改选项进入。
4、进入后,点击下方的UPnP的选项。
5、点击后,选择开启UPnP的高判开关。
6、点击后,会保存配置,保存完毕即可开启UPnP的功能。
希望本文中提供的路由器和WIFI设置指南可以帮助您更好地了解如何管理和保护您的网络,以满足您的需求。