H3C防火墙配置,把某不能上网的网段改成能上网
发布网友
发布时间:2022-05-01 14:49
我来回答
共2个回答
热心网友
时间:2023-10-20 00:19
sys
local-user admin service telnet
acl num 2000 //新增
rule per source 192.168.3.0 0.0.0.255 //新增
quit //新增
interface eth 0/0/1
ip add 192.168.3.1 24
quit
interface eth 0/0/0
ip add 192.168.2.254 24 //新增
nat out 2000
quit
firewall zone trust
add interface eth0/0/1
quit
firewall zone untrust
add interface eth 0/0/0
quit
firewall packet-filter default permit all
ip rout 0.0.0.0 0.0.0.0 192.168.2.1
user-interface vty 0 4
authentication-mode password
set authentication password simple admin
quit
//新增 的这几条写上就可以了。
热心网友
时间:2023-10-20 00:19
究竟几台防火墙?
热心网友
时间:2023-10-20 00:19
sys
local-user admin service telnet
acl num 2000 //新增
rule per source 192.168.3.0 0.0.0.255 //新增
quit //新增
interface eth 0/0/1
ip add 192.168.3.1 24
quit
interface eth 0/0/0
ip add 192.168.2.254 24 //新增
nat out 2000
quit
firewall zone trust
add interface eth0/0/1
quit
firewall zone untrust
add interface eth 0/0/0
quit
firewall packet-filter default permit all
ip rout 0.0.0.0 0.0.0.0 192.168.2.1
user-interface vty 0 4
authentication-mode password
set authentication password simple admin
quit
//新增 的这几条写上就可以了。
热心网友
时间:2023-10-20 00:19
究竟几台防火墙?