Ok. I'm trying to install this module from source. It is to allow netmeeting and other H323 programs to work through the firewall. It can be found at: http://www.coritel.it/projects/sofia/nat.html ---- I downloaded the .c file and followed the directions on the page: *** HOW to build the module: - Put the file ip_masq_h323.c in the directory /usr/src/linux/net/ipv4 - Edit the file /usr/src/linux/net/ipv4/Makefile - Modify the line to look like this: M_OBJS += ip_masq_ftp.o ip_masq_irc.o ip_masq_raudio.o ip_masq_quake.o ip_masq_h323.o - Be sure to have enabled the module support in the kernel - Issue make modules modules_install from /usr/src/linux - Now try to insmod ip_masq_h323 and look the log file /var/log/messages ----- I did this all up to the last line where I get an error: insmod: ip_masq_h323: no module by that name found. All I really want to do is compile it to a .o file and copy the file to my linux router box which is using kernel 2.2.16 I installed the updates to kernerl 2.2.16 prior to all of this as best I could. Where did I go wrong? What do I do now? Jim
