DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] pfsense ipsec traffic decryption
@ 2019-04-30 19:26 avatli
  0 siblings, 0 replies; only message in thread
From: avatli @ 2019-04-30 19:26 UTC (permalink / raw)
  To: users



Hello

Briefly, a host connects to a pfsense gateway and the traffic from
the host is encrypted with IPSec Tunnel mode, so I just need to know
how to decrypt the ESP traffic using DPDK. Is it possible?

If it makes any sense, I copied the pfsense configuration below

<phase1>
     <ikeid>1</ikeid>
     <iketype>ikev1</iketype>
     <mode>main</mode>
     <interface>wan</interface>
     <remote-gateway>172.10.10.30</remote-gateway>
     <protocol>inet</protocol>
     <myid_type>myaddress</myid_type>
     <myid_data></myid_data>
     <peerid_type>peeraddress</peerid_type>
     <peerid_data></peerid_data>
     <encryption-algorithm>
          <name>aes</name>
          <keylen>256</keylen>
     </encryption-algorithm>
     <hash-algorithm>sha1</hash-algorithm>
     <dhgroup>2</dhgroup>
     <lifetime>28800</lifetime>
     <pre-shared-key>test123</pre-shared-key>
     <private-key></private-key>
     <certref></certref>
     <caref></caref>
     <authentication_method>pre_shared_key</authentication_method>
     <descr></descr>
     <nat_traversal>on</nat_traversal>
     <mobike>off</mobike>
     <rekey_enable></rekey_enable>
     <dpd_delay>10</dpd_delay>
     <dpd_maxfail>5</dpd_maxfail>
</phase1>
<phase2>
     <ikeid>1</ikeid>
     <uniqid>5cc05cd15ce0c</uniqid>
     <mode>tunnel</mode>
     <reqid>1</reqid>
     <localid>
          <type>network</type>
          <address>0.0.0.0</address>
          <netbits>0</netbits>
     </localid>
     <remoteid>
          <type>network</type>
          <address>10.30.30.0</address>
          <netbits>24</netbits>
     </remoteid>
     <protocol>esp</protocol>
     <encryption-algorithm-option>
          <name>aes</name>
          <keylen>auto</keylen>
     </encryption-algorithm-option>
     <hash-algorithm-option>hmac_sha1</hash-algorithm-option>
     <pfsgroup>0</pfsgroup>
     <lifetime>3600</lifetime>
     <pinghost></pinghost>
     <descr></descr>
</phase2>


Thanks in advance

- Volkan



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-30 19:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 19:26 [dpdk-users] pfsense ipsec traffic decryption avatli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).