openwrt IPSEC功能通过strongswan实现

张开发
2026/4/19 11:51:57 15 分钟阅读

分享文章

openwrt IPSEC功能通过strongswan实现
IPSEC功能通过strongswan实现:1、需要在linux 运行make menuconfig -- network--VPN--strongswan,打开配置。2、然后,配置/etc/swanctl/swanctl.conf文件,例如:connections { hth { remote_addrs = 172.17.10.124 dpd_delay = 10 rekey_time = 84600 over_time = 8800 local { auth = psk } remote { auth = psk nbs

更多文章