Код: Выделить всё
options IPFIREWALL_NAT
Код: Выделить всё
CFLAGS+= -DIPFIREWALL_NAT
При сборке ядра выдаёт вот такую гадость:
Код: Выделить всё
ip_fw_nat.o(.text+0xb16):/usr/src/sys/netinet/ip_fw_nat.c:454: undefined reference to `LibAliasSetMode'
ip_fw_nat.o(.text+0xb2b):/usr/src/sys/netinet/ip_fw_nat.c:455: undefined reference to `LibAliasSetAddress'
ip_fw_nat.o(.text+0xc3b):/usr/src/sys/netinet/ip_fw_nat.c:194: undefined reference to `LibAliasRedirectAddr'
ip_fw_nat.o(.text+0xccd):/usr/src/sys/netinet/ip_fw_nat.c:203: undefined reference to `LibAliasRedirectPort'
ip_fw_nat.o(.text+0xd2f):/usr/src/sys/netinet/ip_fw_nat.c:214: undefined reference to `LibAliasRedirectProto'
ip_fw_nat.o(.text+0xde1):/usr/src/sys/netinet/ip_fw_nat.c:230: undefined reference to `LibAliasAddServer'
ip_fw_nat.o(.text+0x102d): In function `ifaddr_change':
/usr/src/sys/netinet/ip_fw_nat.c:100: undefined reference to `LibAliasSetAddress'
ip_fw_nat.o(.text+0x10ea): In function `ipfw_nat':
/usr/src/sys/netinet/ip_fw_nat.c:256: undefined reference to `m_megapullup'
ip_fw_nat.o(.text+0x114f):/usr/src/sys/netinet/ip_fw_nat.c:320: undefined reference to `LibAliasIn'
ip_fw_nat.o(.text+0x116b):/usr/src/sys/netinet/ip_fw_nat.c:323: undefined reference to `LibAliasOut'
*** Error code 1