> I have downloaded NAT. I have decmpressed the tarball and > applied it to the kernel using this command ( kernel > V2.0.36) /usr/src/linux/zcat nat-static.tar.gz | patch -p1 I > am not sure if this is correct, I then went into menuconfig > and tagged the "Network Address Translation". I quit and ran > "make dep" and "make clean". I rebooted. I have no Idea how > to get ipnatadm to acctually work. I have no command called > ipnatadm or the ipnatadm.h file You have to go in the ipnatadm folder (in the NAT tarball) and run "make" and "make install". The ipnatadm command isn't install by the kernel.
|