# nat46 **Repository Path**: zypae/nat46 ## Basic Information - **Project Name**: nat46 - **Description**: OpenWRT feed with stateless NAT46 kernel module - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-27 - **Last Updated**: 2021-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README nat46 ===== This is an OpenWRT feed with a Linux kernel module implementing flexible NAT46. Compiling ========= With Barrier Breaker (trunk), add the following line to *feeds.conf.default*: ``` src-git nat46 https://github.com/ayourtch/nat46.git ``` then issue: ``` ./scripts/feeds update -a ./scripts/feeds install -a -p nat46 ``` This will cause the following to appear in the "make menuconfig": * Kernel modules -> Network Support -> kmod-nat46 Managing ======== The management of the NAT46 interfaces is done via the /proc/net/nat46/control file. For more information about the module, take a look at the nat46/modules/README file.