DPDK IPsec-GW Transport mode Issue

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

DPDK IPsec-GW Transport mode Issue

ソリューションへジャンプ
950件の閲覧回数
sheikfaaruk
Contributor III

I am working with LS1046ARDB Evaluation Board to develop a network based application. I have started my project with Flex-builder(flexbuild_lsdk2108), Flex-installer(version: 1.13.2108) and Codewarrior IDE.

I have download the images from https://lsdk.github.io/components.html
boot_LS -> wget https://www.nxp.com/lgfiles/sdk/lsdk2108/boot_LS_arm64_lts_5.10.tgz
firmware image -> wget https://www.nxp.com/lgfiles/sdk/lsdk2108/firmware_ls1046ardb_sdboot.img
Rootfs -> wget https://www.nxp.com/lgfiles/sdk/lsdk2108/rootfs_lsdk2108_ubuntu_main_arm64.tgz

I have followed the steps in this URL -> https://doc.dpdk.org/guides/sample_app_ug/ipsec_secgw.html and tested dpdk-ipsec-secgw

setup:
PC1 <--> NXP-1-P0 <--> IPSEC[ENC/DEC] <--> NXP-1-P1 <--> NXP-2-P1 <--> IPSEC[ENC/DEC] <--> NXP-2-P0 <--> PC2

command which i run it on NXP-1 board [LS1046ARDB]
user@localhost:~$ sudo dpdk-ipsec-secgw -c 0x3 -n 2 -- -p 0x3 -P -u 0x2 --config="(0,0,0),(1,0,1)" -f ep0_gcm.cfg --mtu 3600 -j 5000

command which i run it on NXP-2 board [LS1046ARDB]
user@localhost:~$ sudo dpdk-ipsec-secgw -c 0x3 -n 2 -- -p 0x3 -P -u 0x2 --config="(0,0,0),(1,0,1)" -f ep1_gcm.cfg --mtu 3600 -j 5000

Output:
Tunnel mode:
Ping is working
SSH connection is working
SFTP also working

Transport mode:
Ping is working
But SSH and SFTP is not working

I attached Configuration file for Transport/Tunnel mode and wireshare log

My question is for Transport mode any other parse arguments which i have to enable or what to do? 

タグ(3)
0 件の賞賛
返信
1 解決策
912件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

I just confirmed with the AE team.

DPDK IPsec-GW Transport mode is not supported in LSDK 21.08.

元の投稿で解決策を見る

0 件の賞賛
返信
5 返答(返信)
913件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

I just confirmed with the AE team.

DPDK IPsec-GW Transport mode is not supported in LSDK 21.08.

0 件の賞賛
返信
900件の閲覧回数
sheikfaaruk
Contributor III

Thank you for your reply.
In which version i can able to achieve full working DPDK IPsec-GW Transport mode ?
@yipingwang 

0 件の賞賛
返信
871件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

I just confirmed with DPDK development team.

We never officially supported Transport mode. As tunnel mode is mostly used in most usecase.

Hardware is capable of supporting the transport mode and in the past we have few PoCs to support transport mode. So it is doable, but currently we are not planning to work on it.

Why do you need Transport Mode?

0 件の賞賛
返信
857件の閲覧回数
sheikfaaruk
Contributor III
In our requirement we need deveIop IPsec-GW with Tunnel and Transport mode in LS1046ARDB Evaluation Board
while testing Tunnel Mode with default code : SSH / SFTP / ICMP is working
but Transport Mode : ICMP only working . SSH and SFTP is not working
@yipingwang
0 件の賞賛
返信
811件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

You many consider paid service from NXP if the feature is not supported or tested in our official release.

0 件の賞賛
返信