<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://docs.koba.ninja/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://docs.koba.ninja/feed.php">
        <title>生まれ変わる - umarekawaru - technical:ipsec</title>
        <description></description>
        <link>https://docs.koba.ninja/</link>
        <image rdf:resource="https://docs.koba.ninja/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-02T16:27:51+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://docs.koba.ninja/doku.php?id=technical:ipsec:iproute2-gre&amp;rev=1679944932&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.koba.ninja/doku.php?id=technical:ipsec:ipsec-tools&amp;rev=1679945001&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.koba.ninja/doku.php?id=technical:ipsec:pfsense&amp;rev=1718845878&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.koba.ninja/doku.php?id=technical:ipsec:routeros&amp;rev=1734123127&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.koba.ninja/doku.php?id=technical:ipsec:strongswan&amp;rev=1686581542&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://docs.koba.ninja/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>生まれ変わる - umarekawaru</title>
        <link>https://docs.koba.ninja/</link>
        <url>https://docs.koba.ninja/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://docs.koba.ninja/doku.php?id=technical:ipsec:iproute2-gre&amp;rev=1679944932&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-27T19:22:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>iproute2-gre</title>
        <link>https://docs.koba.ninja/doku.php?id=technical:ipsec:iproute2-gre&amp;rev=1679944932&amp;do=diff</link>
        <description>Description

A tunnel can be use to encapsulate packets in an IP header for transmitting over IP infrastructure. GRE [RFC2784] is a particular tunnelling protocol supported by Cisco routers which can carry different protocols over IPv4.

Iproute2 Commands</description>
    </item>
    <item rdf:about="https://docs.koba.ninja/doku.php?id=technical:ipsec:ipsec-tools&amp;rev=1679945001&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-27T19:23:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ipsec-tools</title>
        <link>https://docs.koba.ninja/doku.php?id=technical:ipsec:ipsec-tools&amp;rev=1679945001&amp;do=diff</link>
        <description>Description

IPsec-Tools was devloped by the KAME project and is now deprecated. You may still find this package usefulf for quickly configuring IPsec tunnels in an lab environment.

Install

Install from Alpine APK or a package of your choice.

apk add ipsec-tools</description>
    </item>
    <item rdf:about="https://docs.koba.ninja/doku.php?id=technical:ipsec:pfsense&amp;rev=1718845878&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-20T01:11:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pfsense</title>
        <link>https://docs.koba.ninja/doku.php?id=technical:ipsec:pfsense&amp;rev=1718845878&amp;do=diff</link>
        <description>pfSense Site to Site IPSec VPN

Topology

Configuration

Create Phase 1 Tunnel

* 
Navigate to VPN &gt; IPSec and click + Add P1

* 
Enter a description

* 
Key Exchange Version: IKEv2

* 
Interface: WAN

* 
Remote Gateway: 172.16.1.10

* 
Authentication Method: Mutual PSK</description>
    </item>
    <item rdf:about="https://docs.koba.ninja/doku.php?id=technical:ipsec:routeros&amp;rev=1734123127&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-13T20:52:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>routeros</title>
        <link>https://docs.koba.ninja/doku.php?id=technical:ipsec:routeros&amp;rev=1734123127&amp;do=diff</link>
        <description>RouterOS Site to Site IPSec VPN

Create IPSec

Peer

/ip/ipsec/peer/add name=&quot;$peer_name&quot; address=$peer_address profile=$profile_name exchange-mode=ike2 send-initial-contact=yes

Identity

/ip/ipsec/identity/add peer=$peer_name auth-method=pre-shared-key secret=&quot;$secret&quot; generate-policy=no policy-template-group=$policy_name</description>
    </item>
    <item rdf:about="https://docs.koba.ninja/doku.php?id=technical:ipsec:strongswan&amp;rev=1686581542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-12T14:52:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>strongswan</title>
        <link>https://docs.koba.ninja/doku.php?id=technical:ipsec:strongswan&amp;rev=1686581542&amp;do=diff</link>
        <description>Description

This example demonstrates how to configure a Site-to-Site IPSec VPN with Strongswan and SSL certificates. The example was tested and verified using Fedora VMs in GNS3.

Install

Install the strongswan package from fedora package repository.</description>
    </item>
</rdf:RDF>
