1
German - Deutsch / Re: Mehrere Subnetze über IPsec mit Fritz!Box erreichen
« on: February 23, 2021, 05:26:47 pm »
This config with two subnets gets accepted by Fritz!Box 7590 and works fine together with a Strongswan peer:
Code: [Select]
(...)
phase2remoteid {
ipnet {
ipaddr = <net1>;
mask = <mask1>;
} {
ipaddr = <net2>;
mask = <mask2>;
}
}
phase2ss = "esp-all-all/ah-all/comp-all/pfs";
accesslist = "permit ip any <net1> <mask1>",
"permit ip any <net2> <mask2>";
app_id = 0;
}