<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; background-color: transparent;">
Hi All:</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; background-color: transparent;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; background-color: transparent;">
I am working on "IPsec behind NAT" for IPv6. </div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; background-color: transparent;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; background-color: transparent;">
For IPv4, "pluto" listen on 4500 after start up. But for IPv6, "pluto" does NOT listen on it.....</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; background-color: transparent;">
But, for UDP port 500, "pluto" listen on IPv6 after startup....</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; background-color: transparent;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; background-color: transparent;">
How to let "libreswan" listen on 4500 for IPv6? </div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; background-color: transparent;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; background-color: transparent;">
Thanks</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; background-color: transparent;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; background-color: transparent;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; background-color: transparent;">
<div>[root@CentOS7 ~]# netstat -na | grep 500</div>
<div>udp        0      0 127.0.0.1:4500          0.0.0.0:*</div>
<div>udp        0      0 10.0.2.15:4500          0.0.0.0:*</div>
<div>udp        0      0 192.168.122.1:4500      0.0.0.0:*</div>
<div>udp        0      0 127.0.0.1:500           0.0.0.0:*</div>
<div>udp        0      0 10.0.2.15:500           0.0.0.0:*</div>
<div>udp        0      0 192.168.122.1:500       0.0.0.0:*</div>
<div>udp6       0      0 ::1:500                 :::*</div>
<div>unix  3      [ ]         STREAM     CONNECTED     15004</div>
<div>unix  3      [ ]         STREAM     CONNECTED     15003</div>
<div>unix  3      [ ]         STREAM     CONNECTED     26500</div>
<div>[root@CentOS7 ~]#</div>
<div><br>
</div>
<div><br>
</div>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt; background-color: transparent;">
<br>
</div>
</body>
</html>