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

路由器nat回流

2024-11-07提问
  • 0关注
  • 0收藏,237浏览
粉丝:0人 关注:0人

问题描述:

nat hairpin enable 和 双向nat 都没生效,求大佬帮忙看下

组网及组网描述:


[GW_RT]dis cu
#
 version 7.1.064, Release 0615P13
#
 sysname GW_RT
#
 nat log enable
 nat log flow-begin
 nat log flow-end
 nat log alarm
#
 lldp global enable
#
 password-recovery enable
#
vlan 1
#
policy-based-route pbr1 permit node 0
 if-match acl 3002
 apply next-hop 10.10.10.1
#
policy-based-route pbr1 permit node 2
 if-match acl 3000
 apply next-hop 20.20.20.1
#
policy-based-route pbr1 permit node 4
 if-match acl 3010
 apply next-hop 30.30.30.1
#
controller Cellular2/0/0
#
controller Cellular2/0/1
#
interface Route-Aggregation1
#
interface NULL0
#
interface GigabitEthernet2/0/0
 port link-mode route
 combo enable fiber
#
interface GigabitEthernet2/0/1
 port link-mode route
 description TO_ISP
 combo enable copper
 ip address 10.10.10.2 255.255.255.252
 packet-filter 3200 inbound
 nat outbound 2000
#
interface GigabitEthernet2/0/2
 port link-mode route
 description TO_ISP
 combo enable fiber
 mtu 1460
 ip address 30.30.30.2 255.255.255.248
 tcp mss 1024
 packet-filter 3200 inbound
 nat outbound 3010
 nat server protocol tcp global 30.30.30.6 8000 inside 192.168.51.121 8080
#
interface GigabitEthernet2/6/0
 port link-mode route
#
interface GigabitEthernet2/6/1
 port link-mode route
#
interface GigabitEthernet2/6/2
 port link-mode route
 description TO_ISP
 ip address 20.20.20.2 255.255.255.248
 packet-filter 3200 inbound
 nat outbound 3000
#
interface GigabitEthernet2/6/3
 port link-mode route
#
interface GigabitEthernet2/6/4
 port link-mode route
#
interface GigabitEthernet2/6/5
 port link-mode route
 description to_USG6600E_g0/0/5 内网口
 ip address 192.168.254.254 255.255.255.0
 nat hairpin enable
 ip policy-based-route pbr1
#
interface GigabitEthernet2/6/6
 port link-mode bridge
 port link-type trunk
 port trunk permit vlan all
#
interface GigabitEthernet2/6/7
 port link-mode bridge
 port link-type trunk
 port trunk permit vlan all
#
interface M-GigabitEthernet0
#
interface Ten-GigabitEthernet2/0/3
 port link-mode route
#
interface Ten-GigabitEthernet2/0/4
 port link-mode route
#
 scheduler logfile size 16
#
 ip route-static 0.0.0.0 0 30.30.30.1
 ip route-static 0.0.0.0 0 10.10.10.1
 ip route-static 0.0.0.0 0 20.20.20.1
 ip route-static 192.168.0.0 16 192.168.254.1
#
acl basic 2000
 rule 0 permit
#
acl advanced 3000
 description wuxian
 rule 0 permit ip source 192.168.64.0 0.0.31.255
 rule 40 permit ip source 192.168.30.0 0.0.1.255
#
acl advanced 3002
 rule 0 permit ip source 192.168.0.0 0.0.15.255 destination 10.184.20.249 0
 rule 1 permit ip source 192.168.64.0 0.0.31.255 destination 10.184.20.249 0
 rule 2 permit ip source 192.168.64.0 0.0.31.255 destination 10.189.1.41 0
 rule 4 permit ip source 192.168.0.0 0.0.15.255 destination 10.189.1.41 0
 rule 10 permit ip source 192.168.64.0 0.0.31.255 destination 202.119.133.3 0
#
acl advanced 3010
 rule 0 deny ip source 192.168.22.0 0.0.1.255
 rule 10 deny ip source 192.168.13.192 0.0.0.63
 rule 15 permit ip
#
acl advanced 3200
 description JinZhiDuanKou
 rule 0 deny tcp destination-port eq 445
 rule 5 deny udp destination-port eq 445
 rule 10 deny tcp destination-port eq 137
 rule 15 deny udp destination-port eq netbios-ns
 rule 20 deny tcp destination-port eq 138
 rule 25 deny udp destination-port eq netbios-dgm
 rule 30 deny tcp destination-port eq 139
 rule 35 deny udp destination-port eq netbios-ssn
 rule 40 deny tcp destination-port eq 135
 rule 45 deny udp destination-port eq 135
#
user-group system
#
return
[GW_RT]

2 个回答
粉丝:16人 关注:1人

策略路由问题


是内网访问30.30.30.6 流量送不到 GigabitEthernet2/0/2吗

丨Answer 发表时间:2024-11-07 更多>>

是acl 3010的问题吗

丨Answer 发表时间:2024-11-07

还望大佬明细 感谢

丨Answer 发表时间:2024-11-07

是内网访问30.30.30.6 流量送不到 GigabitEthernet2/0/2吗

丨Answer 发表时间:2024-11-07

把策略路由修改一下,强制走策略路由了

还有个有线地址段是192.168.51.0/24 这个应该没匹配policy-based-route pbr1 permit node 2 吧

丨Answer 发表时间:2024-11-07 更多>>

直接匹配到policy-based-route pbr1 permit node 2 从20.20.20.1 出去了 是吗

丨Answer 发表时间:2024-11-07

是的

神烦烦烦烦烦烦烦烦烦烦卍 发表时间:2024-11-07

还有个有线地址段是192.168.51.0/24 这个应该没匹配policy-based-route pbr1 permit node 2 吧

丨Answer 发表时间:2024-11-07

编辑答案

你正在编辑答案

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

分享扩散:

提出建议

    +

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

确定

亲~检测到您登陆的账号未在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. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

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

不规范转载

×

举报说明