• 全部
  • 经验案例
  • 典型配置
  • 技术公告
  • FAQ
  • 漏洞说明
  • 全部
  • 全部
  • 大数据引擎
  • 知了引擎
产品线
搜索
取消
案例类型
发布者
是否解决
是否官方
时间
搜索引擎
匹配模式
高级搜索

F1000防火墙不同内网之间设备如何互通?

2024-06-18提问
  • 0关注
  • 0收藏,155浏览
粉丝:0人 关注:0人

问题描述:

组网及组网描述:

请教大神,这个2个网段下的电脑如何通信?需要怎么设置?

情况是这样的,我进行如下设置,F1000-730防火墙,

把1/0/1口设置成外网口192.168.100.123

把1/0/6口设置成外网口172.16.100.1 /24

把1/0/21口设置成外网口172.16.50.1 /24

对应安全区加入到对应区域了,现在需要PC2与PC3互通,经如下设置后,从172.16.50.5上能ping 通172.16.100.1,但是无法ping通172.16.100.5,是实际电脑配的,PC上都配置了对应网关,也开启了ping ,排除网关和电脑问题。同网段内测试能ping。 

配置如下:

[H3C]dis curr

#

 version 7.1.064, Release 8860P28

 

#

 clock protocol none

#

context Admin id 1

#

 telnet server enable

#

 irf mac-address persistent timer

 irf auto-update enable

 undo irf link-delay

 irf member 1 priority 1

#

 dhcp enable

#

 dns server 8.8.8.8

 dns server 114.114.114.114

#

 

vlan 1

#

dhcp server ip-pool pool50

 gateway-list 172.16.50.1

 network 172.16.50.0 mask 255.255.255.0

 dns-list 192.168.100.1 8.8.8.8

#

dhcp server ip-pool pool100

 gateway-list 172.16.100.1

 network 172.16.100.0 mask 255.255.255.0

 dns-list 8.8.8.8 192.168.100.1

#

interface NULL0

#              

interface GigabitEthernet1/0/0

 port link-mode route

#

interface GigabitEthernet1/0/1

 port link-mode route

 description GuideWan Interface

 bandwidth 10000000

 ip address 192.168.100.123 255.255.255.0

 dns server 192.168.100.1

 manage ping inbound

 manage ping outbound

 gateway 192.168.100.1

#

interface GigabitEthernet1/0/2   ~1/0/5

 port link-mode route

#

interface GigabitEthernet1/0/6

 port link-mode route

 description GuideLan Interface

 ip address 172.16.100.1 255.255.255.0

 manage ping inbound

 manage ping outbound

 gateway 172.16.100.1

#

interface GigabitEthernet1/0/7 ~1/0/20

 port link-mode route

#

#              

interface GigabitEthernet1/0/21

 port link-mode route

 ip address 172.16.50.1 255.255.255.0

 manage ping inbound

 manage ping outbound

 gateway 172.16.50.1

#

interface GigabitEthernet1/0/22

 port link-mode route

 combo enable fiber

#

interface GigabitEthernet1/0/23

 port link-mode route

 combo enable fiber

#

interface GigabitEthernet1/0/24

 port link-mode route

 combo enable fiber

#              

interface M-GigabitEthernet1/0/0

 ip address 192.168.0.1 255.255.255.0

#

interface M-GigabitEthernet1/0/1

 ip address 192.168.1.1 255.255.255.0

#

interface Ten-GigabitEthernet1/0/30

 port link-mode route

#

interface Ten-GigabitEthernet1/0/31

 port link-mode route

#

security-zone name Local

#

security-zone name Trust

 import interface GigabitEthernet1/0/6

 import interface GigabitEthernet1/0/21

#

security-zone name DMZ

#

security-zone name Untrust

 import interface GigabitEthernet1/0/1

#

security-zone name Management

 import interface M-GigabitEthernet1/0/0

 import interface M-GigabitEthernet1/0/1

#

 scheduler logfile size 16

#

line class aux

 user-role network-operator

#

line class console

 authentication-mode scheme

 user-role network-admin

#

line class vty

 user-role network-operator

#

line aux 0

 user-role network-admin

#

line con 0     

 user-role network-admin

#

line vty 0 63

 authentication-mode scheme

 user-role network-admin

#

 ip route-static 0.0.0.0 0 192.168.100.1

#

performance-management

#

 arp ip-conflict log prompt

#

domain system

#

 domain default enable system

#

l2tp-group 1 mode lns

 allow l2tp virtual-template 1

 undo tunnel authentication

 tunnel name LNS

#              

nat global-policy

 rule name GlobalPolicyRule_1

  description GuideNat

  source-zone Trust

  destination-zone Untrust

  action snat easy-ip

 rule name GlobalPolicyRule_4

  source-zone Trust

  destination-zone Trust

  source-ip subnet 172.16.10.0 24

  source-ip subnet 172.16.50.0 24

  destination-ip subnet 172.16.50.0 24

  destination-ip subnet 172.16.100.0 24

  action snat no-nat

#

 loadbalance isp file sda0:/lbispinfo_v1.5.tp

#

traffic-policy 

 rule 1 name GuideAVCPolicy 

  action qos profile guideavcprofile1 

  source-zone Trust 

  destination-zone DMZ 

  destination-zone Untrust 

 profile name guideavcprofile1

  bandwidth downstream guaranteed 10000000 

  bandwidth downstream maximum 10000000 

#

security-policy ip

 rule 0 name GuideSecPolicy

  action pass

  source-zone Trust

  destination-zone Untrust

  destination-zone DMZ

 

 rule 1 name DHCP

  action pass

  source-zone Local

  source-zone Trust

  source-zone Untrust

  destination-zone Local

  destination-zone Trust

  destination-zone Untrust

  service dhcp-server

  service dhcp-client

  service dhcp-relay

 

 rule 3 name LO   //测试不灵

  action pass

  source-zone Local

  destination-zone Trust

 

rule 4 name 222222  //测试不灵

  action pass  

  source-zone Trust

  source-zone Untrust

  destination-zone Untrust

  destination-zone Trust

 

#

 cloud-management server domain opstunnel-seccloud.h3c.com

#

return

最佳答案

粉丝:103人 关注:8人

网关设置成防火墙的接口地址,放通安全策略就可以互通了

安全区域都是trust 同一个的。 网关设置的也是防火墙接口地址,能ping 通对端防火墙出口地址,但是到不了下端PC

zhiliao_punASw 发表时间:2024-06-18

同一个安全域默认也是拒绝的

zhiliao_sEUyB 发表时间:2024-06-18
0 个回答

该问题暂时没有网友解答

编辑答案

你正在编辑答案

如果你要对问题或其他回答进行点评或询问,请使用评论功能。

分享扩散:

提出建议

    +

亲~登录后才可以操作哦!

确定

亲~检测到您登陆的账号未在http://hclhub.h3c.com进行注册

注册后可访问此模块

跳转hclhub

你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作

举报

×

侵犯我的权益 >
对根叔社区有害的内容 >
辱骂、歧视、挑衅等(不友善)

侵犯我的权益

×

泄露了我的隐私 >
侵犯了我企业的权益 >
抄袭了我的内容 >
诽谤我 >
辱骂、歧视、挑衅等(不友善)
骚扰我

泄露了我的隐私

×

您好,当您发现根叔知了上有泄漏您隐私的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您认为哪些内容泄露了您的隐私?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)

侵犯了我企业的权益

×

您好,当您发现根叔知了上有关于您企业的造谣与诽谤、商业侵权等内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到 pub.zhiliao@h3c.com 邮箱,我们会在审核后尽快给您答复。
  • 1. 您举报的内容是什么?(请在邮件中列出您举报的内容和链接地址)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
  • 3. 是哪家企业?(营业执照,单位登记证明等证件)
  • 4. 您与该企业的关系是?(您是企业法人或被授权人,需提供企业委托授权书)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

抄袭了我的内容

×

原文链接或出处

诽谤我

×

您好,当您发现根叔知了上有诽谤您的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您举报的内容以及侵犯了您什么权益?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

垃圾广告信息
色情、暴力、血腥等违反法律法规的内容
政治敏感
不规范转载 >
辱骂、歧视、挑衅等(不友善)
骚扰我
诱导投票

不规范转载

×

举报说明