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

F100-S-G2 L2TP LAC问题

2025-04-01提问
  • 0关注
  • 0收藏,414浏览
粉丝:0人 关注:0人

问题描述:

F100-S-G2做为网关或旁挂核心交换机(两个模式都测试过),防火墙固件版本为官方最新版,配置l2tp mode lac 对接友商设备,某捷,某为,隧道可以成功建立,但是没有会话,virtual-ppp 频繁up down

配置应该没问题的,用户名密码,隧道密码,多次确认了没错,相同网络环境下使用msr800路由器配置lac模式能正常通信

请问各位大佬,是什么原因导致的呀,安全策略放行了呀,不然隧道也建立不起来呀

组网及组网描述:

最佳答案

粉丝:120人 关注:9人

 F100-S-G2防火墙L2TP LAC模式隧道建立成功但无会话、Virtual-PPP频繁UP/DOWN的可能原因如下:

**1. PPP认证方式不匹配**
- 虽然用户名密码正确,但需确认两端**PPP认证方式(如PAP/CHAP)是否完全一致**。若LAC端与LNS端认证方式冲突(如一端强制CHAP,另一端仅支持PAP),会导致PPP协商失败,引发Virtual-PPP接口震荡。

**2. MTU/MSS参数冲突**
- L2TP封装会增加报文头部,若未调整MTU/MSS值,可能导致分片或丢包。检查并调整:
interface Virtual-TemplateX
mtu 1400 # 建议降低MTU(如1400)
tcp mss 1200
```

**3. NAT穿越未启用**
- 若LAC或LNS位于NAT设备后,需在防火墙开启NAT穿越支持:
l2tp-group X
tunnel name lac-name
start l2tp ip <LNS_IP> # 确保配置正确LNS地址
tunnel authentication # 隧道验证状态需与LNS端一致
tunnel password cipher XXXX # 密钥必须与LNS完全一致(包括空格)
l2tp nat enable # 关键!启用NAT穿越
```

**4. 组号与隧道名称对应关系**
- 若LNS端组号非默认值(如组号为2),需在LAC端明确指定隧道名称与LNS端**完全一致**(包括大小写)。

**5. 设备兼容性问题**
- 不同厂商L2TP实现可能存在差异,需检查:
- **LNS端是否要求强制IPSEC绑定**(如友商设备默认策略),导致纯L2TP无IPSEC时被拒绝。
- **H3C防火墙默认组号为1**,若LNS端组号非1,需在LAC端显式配置`group-id`参数。

**6. 安全策略遗漏**
- 安全策略需放行**UDP 1701(L2TP)和IP协议47(GRE)**,而非仅L2TP隧道建立阶段流量。检查是否存在如下策略:
security-policy ip
rule name permit_l2tp
action pass
source-zone untrust
destination-zone local
service udp-1701 # L2TP控制报文
rule name permit_gre
action pass
source-zone untrust
destination-zone local
service gre # GRE封装数据报文
```

**7. 日志与调试建议**
- 执行以下命令获取详细故障信息:
debugging ppp all # 查看PPP协商过程
debugging l2tp all # 查看L2TP隧道细节
display l2tp session # 检查会话状态
display interface Virtual-PPPX # 观察接口震荡原因
```

**8. 固件潜在问题**
- 尽管使用最新版本,仍可能存在L2TP兼容性缺陷。参考案例库或联系H3C技术支持,确认当前版本是否存在已知Bug(如NAT穿越实现异常)。

**总结**:优先检查**PPP认证方式、MTU/NAT穿越配置、安全策略完整性**,结合调试日志定位具体协商失败阶段。若仍无法解决,建议提供`debugging ppp all`及`display l2tp session verbose`输出,以便进一步分析。


4 个回答
sunny 八段
粉丝:11人 关注:0人

Web方式:L2TP典型配置 

https://www.h3c.com/cn/pub/Document_Center/2023/08/WebHelp_H3C_SecPath_FHQCP_DXPZALJ(V7)/default_auto.htm?CHID=904205


再对比看下,如果不行的话,debug l2tp all看下

大佬debug了,麻烦看下,谢谢

zhiliao_yqfNyN 发表时间:2025-04-01 更多>>

大佬debug了,麻烦看下,谢谢

zhiliao_yqfNyN 发表时间:2025-04-01
粉丝:32人 关注:1人

看一下日志,然后开启debug抓包看一下,debug security-policy packet 也给打开

没有,lns是公网固定ip

zhiliao_yqfNyN 发表时间:2025-04-01 更多>>

<FW>terminal de <FW>terminal debugging The current terminal is enabled to display debugging logs. <FW>ter <FW>terminal m <FW>terminal monitor The current terminal is enabled to display logs. <FW>*Apr 1 08:48:39:491 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=0000-0000-0000,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100. *Apr 1 08:48:41:313 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6546, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none. *Apr 1 08:48:41:314 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6547, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none. *Apr 1 08:48:41:314 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=20201, Dst-Port=53, Protocol=TCP(6), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none. *Apr 1 08:48:45:258 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Message-Type AVP: 80 08 00 00 00 00 00 0a *Apr 1 08:48:45:258 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Assigned-Session-ID AVP: 80 08 00 00 00 0e 9b 76 *Apr 1 08:48:45:258 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Call-Serial-Number AVP: 80 0a 00 00 00 0f 00 00 9b 76 *Apr 1 08:48:45:261 2025 FW L2TPV2/7/CONTROL-PKT: Received ICRP packet from port 1701 (TunnelID=56504, length=28, Ns=4, Nr=12). Packet content: c8 02 00 1c dc b8 9b 76 00 04 00 0c 80 08 00 00 00 00 00 0b 80 08 00 00 00 0e 00 04 *Apr 1 08:48:45:261 2025 FW L2TPV2/7/EVENT: Parsed Message-Type AVP: 11. *Apr 1 08:48:45:261 2025 FW L2TPV2/7/EVENT: Parsed Assigned-Session-ID AVP: 4. *Apr 1 08:48:45:261 2025 FW L2TPV2/7/EVENT: TunnelID=56504, SessiOnID=39798: Processed ICRP packet in Wait-reply state, wait add data plane end. *Apr 1 08:48:45:261 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Message-Type AVP: 80 08 00 00 00 00 00 0c *Apr 1 08:48:45:262 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated (Tx)Connect-Speed AVP: 80 0a 00 00 00 18 00 00 00 00 *Apr 1 08:48:45:262 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Framing-Type AVP: 80 0a 00 00 00 13 00 00 00 00 *Apr 1 08:48:45:262 2025 FW L2TPV2/7/KEVENT: AutoClient Notify ppp up(IF_LINKUP_UP). (ifIndex = 137) %Apr 1 08:48:45:263 2025 FW IFNET/3/PHY_UPDOWN: Physical state on the interface Virtual-PPP1 changed to up. *Apr 1 08:48:45:264 2025 FW L2TPV2/7/EVENT: TunnelID=56504, SessiOnID=39798: in Wait-reply state, sent ICCN packet to the peer and changed the session state to Established. *Apr 1 08:48:45:265 2025 FW L2TPV2/7/CONTROL-PKT: Received ZLB-ACK packet from port 1701 (TunnelID=56504, length=12, Ns=5, Nr=13). Packet content: c8 02 00 0c dc b8 00 00 00 05 00 0d *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=23): ff 03 c0 21 01 20 00 13 01 04 05 dc 03 05 c2 23 05 05 06 06 0b 1c 35 *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=19): ff 03 c0 21 01 46 00 0f 03 05 c2 23 05 05 06 ae 4e 32 8d *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=53): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=23): ff 03 c0 21 02 20 00 13 01 04 05 dc 03 05 c2 23 05 05 06 06 0b 1c 35 *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=57): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=19): ff 03 c0 21 02 46 00 0f 03 05 c2 23 05 05 06 ae 4e 32 8d *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=32): ff 03 c2 23 01 04 00 1c 10 16 a8 b0 1d 16 a8 e4 a3 16 a9 19 29 16 a9 4d af 47 61 74 65 77 61 79 *Apr 1 08:48:46:276 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 01 01 00 1d 10 81 01 9a be 78 bb 8b ad d8 e5 70 02 24 e4 56 31 64 6f 72 61 65 6d 6f 6e *Apr 1 08:48:46:276 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:277 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 02 04 00 1d 10 01 da b5 59 eb 7d c6 0b 57 db 8d 42 58 0e ec d8 64 6f 72 61 65 6d 6f 6e *Apr 1 08:48:46:277 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 %Apr 1 08:48:46:277 2025 FW IFNET/5/LINK_UPDOWN: Line protocol state on the interface Virtual-PPP1 changed to up. *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=32): ff 03 c2 23 02 01 00 1c 10 26 b2 eb 6a a8 f1 ae f2 0f 98 18 fa be eb e6 20 47 61 74 65 77 61 79 *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=20): ff 03 c2 23 03 04 00 10 41 41 41 20 61 75 74 68 20 6d 73 67 *Apr 1 08:48:46:281 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 04 01 00 1d 49 6c 6c 65 67 61 6c 20 75 73 65 72 20 6f 72 20 70 61 73 73 77 6f 72 64 2e *Apr 1 08:48:46:281 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:282 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 01 02 00 1d 10 51 49 8d 1c 12 67 39 76 bb 1b 37 82 67 ec 53 c5 64 6f 72 61 65 6d 6f 6e *Apr 1 08:48:46:282 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=32): ff 03 c2 23 02 02 00 1c 10 fb e6 ea fd 6f 25 03 4d 5e e2 e3 be 09 aa 8d 48 47 61 74 65 77 61 79 *Apr 1 08:48:46:286 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 04 02 00 1d 49 6c 6c 65 67 61 6c 20 75 73 65 72 20 6f 72 20 70 61 73 73 77 6f 72 64 2e *Apr 1 08:48:46:286 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:287 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 01 03 00 1d 10 9f 9c c0 31 79 e2 bf bf 18 70 ff 35 b9 f2 8d 98 64 6f 72 61 65 6d 6f 6e *Apr 1 08:48:46:287 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=32): ff 03 c2 23 02 03 00 1c 10 8c 22 5b 1a b2 11 5f cb 62 52 62 6c 40 7f cc 24 47 61 74 65 77 61 79 *Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 04 03 00 1d 49 6c 6c 65 67 61 6c 20 75 73 65 72 20 6f 72 20 70 61 73 73 77 6f 72 64 2e *Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=8): ff 03 c0 21 05 47 00 04 *Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=42): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 %Apr 1 08:48:46:292 2025 FW IFNET/5/LINK_UPDOWN: Line protocol state on the interface Virtual-PPP1 changed to down. *Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=8): ff 03 c0 21 06 47 00 04 *Apr 1 08:48:46:295 2025 FW L2TPV2/7/KEVENT: LAC PPP user on interface Virtual-PPP1 is down . *Apr 1 08:48:46:295 2025 FW L2TPV2/7/KEVENT: LNS Notify ppp down(IF_LINKUP_DOWN). (ifIndex = 137) *Apr 1 08:48:46:296 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Message-Type AVP: 80 08 00 00 00 00 00 0e %Apr 1 08:48:46:296 2025 FW IFNET/3/PHY_UPDOWN: Physical state on the interface Virtual-PPP1 changed to down. *Apr 1 08:48:46:296 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Assigned-Session-ID AVP: 80 08 00 00 00 0e 9b 76 *Apr 1 08:48:46:296 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Result-Code AVP: 80 08 00 00 00 01 00 01 *Apr 1 08:48:46:297 2025 FW L2TPV2/7/KEVENT: LNS Notify ppp down(IF_LINKUP_DOWN). (ifIndex = 137) *Apr 1 08:48:46:299 2025 FW L2TPV2/7/CONTROL-PKT: Received ZLB-ACK packet from port 1701 (TunnelID=56504, length=12, Ns=5, Nr=14). Packet content: c8 02 00 0c dc b8 00 00 00 05 00 0e *Apr 1 08:48:46:349 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Trust, Dst-ZOne=Local;If-In=Vlan-interface1012(135), If-Out=NULL0(131); Packet Info:Src-IP=10.1.12.1, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=68e2-0956-e638,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100. *Apr 1 08:48:49:491 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=0000-0000-0000,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100. *Apr 1 08:48:51:413 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6548, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none. *Apr 1 08:48:51:414 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6549, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none. *Apr 1 08:48:51:414 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=20202, Dst-Port=53, Protocol=TCP(6), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none. *Apr 1 08:48:55:258 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Message-Type AVP: 80 08 00 00 00 00 00 0a *Apr 1 08:48:55:258 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Assigned-Session-ID AVP: 80 08 00 00 00 0e 39 b2 *Apr 1 08:48:55:258 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Call-Serial-Number AVP: 80 0a 00 00 00 0f 00 00 39 b2 *Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT: Received ICRP packet from port 1701 (TunnelID=56504, length=28, Ns=5, Nr=15). Packet content: c8 02 00 1c dc b8 39 b2 00 05 00 0f 80 08 00 00 00 00 00 0b 80 08 00 00 00 0e 00 05 *Apr 1 08:48:55:261 2025 FW L2TPV2/7/EVENT: Parsed Message-Type AVP: 11. *Apr 1 08:48:55:261 2025 FW L2TPV2/7/EVENT: Parsed Assigned-Session-ID AVP: 5. *Apr 1 08:48:55:261 2025 FW L2TPV2/7/EVENT: TunnelID=56504, SessiOnID=14770: Processed ICRP packet in Wait-reply state, wait add data plane end. *Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Message-Type AVP: 80 08 00 00 00 00 00 0c *Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated (Tx)Connect-Speed AVP: 80 0a 00 00 00 18 00 00 00 00 *Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Framing-Type AVP: 80 0a 00 00 00 13 00 00 00 00 *Apr 1 08:48:55:261 2025 FW L2TPV2/7/KEVENT: AutoClient Notify ppp up(IF_LINKUP_UP). (ifIndex = 137) *Apr 1 08:48:55:262 2025 FW L2TPV2/7/EVENT: TunnelID=56504, SessiOnID=14770: in Wait-reply state, sent ICCN packet to the peer and changed the session state to Established. %Apr 1 08:48:55:263 2025 FW IFNET/3/PHY_UPDOWN: Physical state on the interface Virtual-PPP1 changed to up. *Apr 1 08:48:55:264 2025 FW L2TPV2/7/CONTROL-PKT: Received ZLB-ACK packet from port 1701 (TunnelID=56504, length=12, Ns=6, Nr=16). Packet content: c8 02 00 0c dc b8 00 00 00 06 00 10 *Apr 1 08:48:55:682 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Trust, Dst-ZOne=Local;If-In=Vlan-interface1012(135), If-Out=NULL0(131); Packet Info:Src-IP=10.1.12.1, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=68e2-0956-e638,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100. *Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=23): ff 03 c0 21 01 21 00 13 01 04 05 dc 03 05 c2 23 05 05 06 06 75 ce 81 *Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=19): ff 03 c0 21 01 48 00 0f 03 05 c2 23 05 05 06 4e 7a 01 3f *Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=53): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 5 *Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=23): ff 03 c0 21 02 21 00 13 01 04 05 dc 03 05 c2 23 05 05 06 06 75 ce 81 *Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=57): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 5 *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=19): ff 03 c0 21 02 48 00 0f 03 05 c2 23 05 05 06 4e 7a 01 3f *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=32): ff 03 c2 23 01 05 00 1c 10 18 50 7f 5d 18 50 b7 cb 18 50 f0 39 18 51 28 a7 47 61 74 65 77 61 79 %Apr 1 08:48:56:275 2025 FW IFNET/5/LINK_UPDOWN: Line protocol state on the interface Virtual-PPP1 changed to up. *Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 01 01 00 1d 10 cc 24 47 9c 54 3b c8 b5 79 0e fe 99 d3 42 97 ff 64 6f 72 61 65 6d 6f 6e *Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 5 *Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 02 05 00 1d 10 ad ba 8b ea ff 2b 63 ab 6c 3e b2 30 4f 22 a5 6f 64 6f 72 61 65 6d 6f 6e *Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 5 *Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=32): ff 03 c2 23 02 01 00 1c 10 f0 60 ca 0e 9c f9 9f fd 89 a4 d2 51 2f eb d9 68 47 61 74 65 77 61 79 *Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701

zhiliao_yqfNyN 发表时间:2025-04-01

没看出什么异常,除了一个本地防火墙找DNS的报文被丢弃了,你这个用了域名吗

zhiliao_v6hOyc 发表时间:2025-04-01

没有,lns是公网固定ip

zhiliao_yqfNyN 发表时间:2025-04-01
zhiliao_yqfNyN 知了小白
粉丝:0人 关注:0人

debug 来了,大佬们帮帮忙,谢谢,lns-ip 替换为了X.X.X.X

<FW>terminal de

<FW>terminal debugging
The current terminal is enabled to display debugging logs.
<FW>ter
<FW>terminal m
<FW>terminal monitor
The current terminal is enabled to display logs.
<FW>*Apr 1 08:48:39:491 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=0000-0000-0000,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100.

*Apr 1 08:48:41:313 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6546, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none.

*Apr 1 08:48:41:314 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6547, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none.

*Apr 1 08:48:41:314 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=20201, Dst-Port=53, Protocol=TCP(6), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none.

*Apr 1 08:48:45:258 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Message-Type AVP:
80 08 00 00 00 00 00 0a
*Apr 1 08:48:45:258 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Assigned-Session-ID AVP:
80 08 00 00 00 0e 9b 76
*Apr 1 08:48:45:258 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Call-Serial-Number AVP:
80 0a 00 00 00 0f 00 00 9b 76
*Apr 1 08:48:45:261 2025 FW L2TPV2/7/CONTROL-PKT:
Received ICRP packet from port 1701 (TunnelID=56504, length=28, Ns=4, Nr=12). Packet content:
c8 02 00 1c dc b8 9b 76 00 04 00 0c 80 08 00 00
00 00 00 0b 80 08 00 00 00 0e 00 04
*Apr 1 08:48:45:261 2025 FW L2TPV2/7/EVENT:
Parsed Message-Type AVP: 11.
*Apr 1 08:48:45:261 2025 FW L2TPV2/7/EVENT:
Parsed Assigned-Session-ID AVP: 4.
*Apr 1 08:48:45:261 2025 FW L2TPV2/7/EVENT:
TunnelID=56504, SessiOnID=39798: Processed ICRP packet in Wait-reply state, wait add data plane end.
*Apr 1 08:48:45:261 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Message-Type AVP:
80 08 00 00 00 00 00 0c
*Apr 1 08:48:45:262 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated (Tx)Connect-Speed AVP:
80 0a 00 00 00 18 00 00 00 00
*Apr 1 08:48:45:262 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Framing-Type AVP:
80 0a 00 00 00 13 00 00 00 00
*Apr 1 08:48:45:262 2025 FW L2TPV2/7/KEVENT:
AutoClient Notify ppp up(IF_LINKUP_UP). (ifIndex = 137)
%Apr 1 08:48:45:263 2025 FW IFNET/3/PHY_UPDOWN: Physical state on the interface Virtual-PPP1 changed to up.
*Apr 1 08:48:45:264 2025 FW L2TPV2/7/EVENT:
TunnelID=56504, SessiOnID=39798: in Wait-reply state, sent ICCN packet to the peer and changed the session state to Established.
*Apr 1 08:48:45:265 2025 FW L2TPV2/7/CONTROL-PKT:
Received ZLB-ACK packet from port 1701 (TunnelID=56504, length=12, Ns=5, Nr=13). Packet content:
c8 02 00 0c dc b8 00 00 00 05 00 0d
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=23):
ff 03 c0 21 01 20 00 13 01 04 05 dc 03 05 c2 23
05 05 06 06 0b 1c 35
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=19):
ff 03 c0 21 01 46 00 0f 03 05 c2 23 05 05 06 ae
4e 32 8d
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=53):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=23):
ff 03 c0 21 02 20 00 13 01 04 05 dc 03 05 c2 23
05 05 06 06 0b 1c 35
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=57):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=19):
ff 03 c0 21 02 46 00 0f 03 05 c2 23 05 05 06 ae
4e 32 8d
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=32):
ff 03 c2 23 01 04 00 1c 10 16 a8 b0 1d 16 a8 e4
a3 16 a9 19 29 16 a9 4d af 47 61 74 65 77 61 79
*Apr 1 08:48:46:276 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 01 01 00 1d 10 81 01 9a be 78 bb 8b
ad d8 e5 70 02 24 e4 56 31 64 6f 72 61 65 6d 6f
6e
*Apr 1 08:48:46:276 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:277 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 02 04 00 1d 10 01 da b5 59 eb 7d c6
0b 57 db 8d 42 58 0e ec d8 64 6f 72 61 65 6d 6f
6e
*Apr 1 08:48:46:277 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
%Apr 1 08:48:46:277 2025 FW IFNET/5/LINK_UPDOWN: Line protocol state on the interface Virtual-PPP1 changed to up.
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=32):
ff 03 c2 23 02 01 00 1c 10 26 b2 eb 6a a8 f1 ae
f2 0f 98 18 fa be eb e6 20 47 61 74 65 77 61 79
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=20):
ff 03 c2 23 03 04 00 10 41 41 41 20 61 75 74 68
20 6d 73 67
*Apr 1 08:48:46:281 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 04 01 00 1d 49 6c 6c 65 67 61 6c 20
75 73 65 72 20 6f 72 20 70 61 73 73 77 6f 72 64
2e
*Apr 1 08:48:46:281 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:282 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 01 02 00 1d 10 51 49 8d 1c 12 67 39
76 bb 1b 37 82 67 ec 53 c5 64 6f 72 61 65 6d 6f
6e
*Apr 1 08:48:46:282 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=32):
ff 03 c2 23 02 02 00 1c 10 fb e6 ea fd 6f 25 03
4d 5e e2 e3 be 09 aa 8d 48 47 61 74 65 77 61 79
*Apr 1 08:48:46:286 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 04 02 00 1d 49 6c 6c 65 67 61 6c 20
75 73 65 72 20 6f 72 20 70 61 73 73 77 6f 72 64
2e
*Apr 1 08:48:46:286 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:287 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 01 03 00 1d 10 9f 9c c0 31 79 e2 bf
bf 18 70 ff 35 b9 f2 8d 98 64 6f 72 61 65 6d 6f
6e
*Apr 1 08:48:46:287 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=32):
ff 03 c2 23 02 03 00 1c 10 8c 22 5b 1a b2 11 5f
cb 62 52 62 6c 40 7f cc 24 47 61 74 65 77 61 79
*Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 04 03 00 1d 49 6c 6c 65 67 61 6c 20
75 73 65 72 20 6f 72 20 70 61 73 73 77 6f 72 64
2e
*Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=8):
ff 03 c0 21 05 47 00 04
*Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=42):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
%Apr 1 08:48:46:292 2025 FW IFNET/5/LINK_UPDOWN: Line protocol state on the interface Virtual-PPP1 changed to down.
*Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=8):
ff 03 c0 21 06 47 00 04
*Apr 1 08:48:46:295 2025 FW L2TPV2/7/KEVENT:
LAC PPP user on interface Virtual-PPP1 is down .
*Apr 1 08:48:46:295 2025 FW L2TPV2/7/KEVENT:
LNS Notify ppp down(IF_LINKUP_DOWN). (ifIndex = 137)
*Apr 1 08:48:46:296 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Message-Type AVP:
80 08 00 00 00 00 00 0e
%Apr 1 08:48:46:296 2025 FW IFNET/3/PHY_UPDOWN: Physical state on the interface Virtual-PPP1 changed to down.
*Apr 1 08:48:46:296 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Assigned-Session-ID AVP:
80 08 00 00 00 0e 9b 76
*Apr 1 08:48:46:296 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Result-Code AVP:
80 08 00 00 00 01 00 01
*Apr 1 08:48:46:297 2025 FW L2TPV2/7/KEVENT:
LNS Notify ppp down(IF_LINKUP_DOWN). (ifIndex = 137)
*Apr 1 08:48:46:299 2025 FW L2TPV2/7/CONTROL-PKT:
Received ZLB-ACK packet from port 1701 (TunnelID=56504, length=12, Ns=5, Nr=14). Packet content:
c8 02 00 0c dc b8 00 00 00 05 00 0e
*Apr 1 08:48:46:349 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Trust, Dst-ZOne=Local;If-In=Vlan-interface1012(135), If-Out=NULL0(131); Packet Info:Src-IP=10.1.12.1, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=68e2-0956-e638,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100.

*Apr 1 08:48:49:491 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=0000-0000-0000,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100.

*Apr 1 08:48:51:413 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6548, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none.

*Apr 1 08:48:51:414 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6549, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none.

*Apr 1 08:48:51:414 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=20202, Dst-Port=53, Protocol=TCP(6), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none.

*Apr 1 08:48:55:258 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Message-Type AVP:
80 08 00 00 00 00 00 0a
*Apr 1 08:48:55:258 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Assigned-Session-ID AVP:
80 08 00 00 00 0e 39 b2
*Apr 1 08:48:55:258 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Call-Serial-Number AVP:
80 0a 00 00 00 0f 00 00 39 b2
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT:
Received ICRP packet from port 1701 (TunnelID=56504, length=28, Ns=5, Nr=15). Packet content:
c8 02 00 1c dc b8 39 b2 00 05 00 0f 80 08 00 00
00 00 00 0b 80 08 00 00 00 0e 00 05
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/EVENT:
Parsed Message-Type AVP: 11.
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/EVENT:
Parsed Assigned-Session-ID AVP: 5.
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/EVENT:
TunnelID=56504, SessiOnID=14770: Processed ICRP packet in Wait-reply state, wait add data plane end.
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Message-Type AVP:
80 08 00 00 00 00 00 0c
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated (Tx)Connect-Speed AVP:
80 0a 00 00 00 18 00 00 00 00
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Framing-Type AVP:
80 0a 00 00 00 13 00 00 00 00
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/KEVENT:
AutoClient Notify ppp up(IF_LINKUP_UP). (ifIndex = 137)
*Apr 1 08:48:55:262 2025 FW L2TPV2/7/EVENT:
TunnelID=56504, SessiOnID=14770: in Wait-reply state, sent ICCN packet to the peer and changed the session state to Established.
%Apr 1 08:48:55:263 2025 FW IFNET/3/PHY_UPDOWN: Physical state on the interface Virtual-PPP1 changed to up.
*Apr 1 08:48:55:264 2025 FW L2TPV2/7/CONTROL-PKT:
Received ZLB-ACK packet from port 1701 (TunnelID=56504, length=12, Ns=6, Nr=16). Packet content:
c8 02 00 0c dc b8 00 00 00 06 00 10
*Apr 1 08:48:55:682 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Trust, Dst-ZOne=Local;If-In=Vlan-interface1012(135), If-Out=NULL0(131); Packet Info:Src-IP=10.1.12.1, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=68e2-0956-e638,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100.

*Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=23):
ff 03 c0 21 01 21 00 13 01 04 05 dc 03 05 c2 23
05 05 06 06 75 ce 81
*Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=19):
ff 03 c0 21 01 48 00 0f 03 05 c2 23 05 05 06 4e
7a 01 3f
*Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=53):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 5
*Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=23):
ff 03 c0 21 02 21 00 13 01 04 05 dc 03 05 c2 23
05 05 06 06 75 ce 81
*Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=57):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 5
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=19):
ff 03 c0 21 02 48 00 0f 03 05 c2 23 05 05 06 4e
7a 01 3f
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=32):
ff 03 c2 23 01 05 00 1c 10 18 50 7f 5d 18 50 b7
cb 18 50 f0 39 18 51 28 a7 47 61 74 65 77 61 79
%Apr 1 08:48:56:275 2025 FW IFNET/5/LINK_UPDOWN: Line protocol state on the interface Virtual-PPP1 changed to up.
*Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 01 01 00 1d 10 cc 24 47 9c 54 3b c8
b5 79 0e fe 99 d3 42 97 ff 64 6f 72 61 65 6d 6f
6e
*Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 5
*Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 02 05 00 1d 10 ad ba 8b ea ff 2b 63
ab 6c 3e b2 30 4f 22 a5 6f 64 6f 72 61 65 6d 6f
6e
*Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 5
*Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=32):
ff 03 c2 23 02 01 00 1c 10 f0 60 ca 0e 9c f9 9f
fd 89 a4 d2 51 2f eb d9 68 47 61 74 65 77 61 79
*Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701

Destination port: 1701​

参考典型配置案例集→L2TP→Web方式:L2TP典型配置

哪里不行啊,我模拟器都做成功了,策略any-any,

编辑答案

你正在编辑答案

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

分享扩散:

提出建议

    +

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

确定

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

对根叔社区有害的内容

×

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

不规范转载

×

举报说明