strongswan/README.md

30 lines
481 B
Markdown
Raw Normal View History

# strongSwan osmo-epdg component
2014-06-24 16:24:57 +00:00
- strongswan + a osmo-epdg plugins
2014-06-24 16:24:57 +00:00
## example configuration
See ./osmo-epdg for a full example configuration (both UE and ePDG).
The ePDG must use the address 192.168.0.2
2024-02-09 16:00:21 +00:00
## how to build
```
apt install libosmocore-dev
```
```
./autogen.sh
./configure \
--enable-eap-aka \
--enable-eap-aka-3gpp \
--enable-eap-aka-3gpp2 \
--enable-eap-simaka-reauth \
--enable-systemd \
--enable-save-keys \
--enable-p-cscf \
--enable-osmo-epdg
```