发布网友 发布时间:2022-04-24 04:43
共2个回答
热心网友 时间:2023-08-08 03:27
你可以将路由的*口配置为192.168.5.144(注意这个IP地址是示范,只要这个IP地址跟公司内网其他用户的地址没冲突即可),设置WAN口的IP地址后,还要设置LAN口的IP 地址如192.168.1.1/24,在路由器上还要配置默认路由和地址转换。然后将你的电脑设置为192.168.1.10/24网关为192.168.1.1;并添加DNS服务器地址。你的电脑即可上网。
路由器配置可参考如下配置:
acl number 3001
rule 0 permit ip
#
interface Ethernet1/0
ip address 192.168.1.1 255.255.255.0
#
interface Ethernet2/0
ip address 192.168.5.144 255.255.255.0
nat outbound 3001
#
ip route-static 0.0.0.0 0.0.0.0 192.168.5.1
Interface fastethernet0/0
Ip address 192.168.1.1 255.255.255.0
Duplex auto
Speed auto
Ip nat inside
No shutdown
Interface fastethernet0/1
Ip address 219.82.220.129 255.255.255.248
Duplex auto
Speed auto
Ip nat outside
No shutdown
Access-list 1 permit 192.168.1.0 0.0.0.255
Ip nat inside source list1 interface fastethernet0/1 overload
Ip nat inside source static tcp 192.168.1.2 80 202.99.220.130 80
Ip nat inside source static tcp 192.168.1.3 21 202.99.220.130 21
Ip nat inside source static tcp 192.168.1.4 25 202.99.220.130 25
Ip nat inside source static tcp 192.168.1.5 110 202.99.220.130 110
热心网友 时间:2023-08-08 03:27
楼上写的虽然多,但命令不正确.
进入<h3c>后.
输入sys 变成 [h3c]
[h3c]interface GigabitEthernet1/0 //路由器公网接口
[h3c]ip add 219.150.205.*** 255.255.255.0
[h3c]nat server protocol tcp global 219.150.205.*** www inside 192.168.168.168 www //映射80端口
nat server protocol tcp global 219.150.205.*** ftp inside 192.168.168.168 ftp //映射 ftp端口.
要注意,ftp要设置serv-u的模式为被动模式. 80倒没有什么要求的.
为了防止有些网站打不开. 可在公网地址下面加入mtu 1450 以及tcp mss 1024.
另外, 这款也支持web界面访问的. 不过功能没有命令行强大.
可以通过升级http.zip 包来实现.