# fullconenat-fw3-patch **Repository Path**: leniter/fullconenat-fw3-patch ## Basic Information - **Project Name**: fullconenat-fw3-patch - **Description**: FULLCONENAT target patch for OpenWrt firewall3 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-01-29 - **Last Updated**: 2021-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## FULLCONENAT target patch for OpenWrt firewall3 Replaces firewall3's MASQUERADE target with FULLCONENAT Depends --- https://github.com/LGA1150/openwrt-fullconenat Compile --- ``` # Download fullconenat.patch to package/network/config/firewall/patches/ mkdir package/network/config/firewall/patches wget -P package/network/config/firewall/patches/ https://github.com/LGA1150/fullconenat-fw3-patch/raw/master/fullconenat.patch # Patch LuCI pushd feeds/luci wget -O- https://github.com/LGA1150/fullconenat-fw3-patch/raw/master/luci.patch | git apply popd # Configure, select iptables-mod-fullconenat make menuconfig # Compile firewall3 only make package/firewall/compile V=s # or compile the whole image make V=s ```