HKL's Notes
N/A C.V. · Linkedin · Github


原版OpenWRT启用FTP ALG功能

By , on , tagged: 🏷️Linux  🏷️Operating  🏷️Networking 

本文主要介绍原版OpenWRT系统使用FTP ALG功能。

安装对应kernel mod

root@OpenWrt:~# opkg install kmod-nf-nathelper-extra
root@OpenWrt:~# opkg install kmod-nf-ipvs-ftp

启用对应配置

root@OpenWrt:~# cat /etc/sysctl.d/11-nf-conntrack.conf 
net.netfilter.nf_conntrack_helper=1


Articles are licensed under CC BY-NC 4.0