Does this also enable NetMeeting to work?


----Original Message Follows----
From: Daniel Woods <[EMAIL PROTECTED]>
To: Amit Bapat <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: [expert] LM 7.2 kernel-secure sources
Date: Fri, 8 Dec 2000 12:29:16 -0700 (MST)

 > I installed LM7.2 with security setting High. So it installed 
kernel-secure
 > for me. I want to add a module to kernel for ip_masq_h323 to allow 
windows
 > clients on the local network to use NetMeeting.
 > I have ip_masq_h323.c. All I want is the kernel-secure sources so that I 
can
 > recompile the kernel and install my new modules.
 > Or is it possible to just compile ip_masq_h323.c without recompiling the
 > kernel? How to do that?

I have these lines in my rc.firewall script...
     # Load all required IP MASQ modules
     #    Note: only load required modules that you need
     #
     # Needed to initially load modules
     /sbin/depmod -a

     # These modules are necessary to masquerade their respective services.
     #
     # Supports the proper masquerading of FTP transfers (active and 
passive)
     /sbin/modprobe ip_masq_ftp
     #
     # Supports the masquerading of RealAudio over UDP. Without this module,
     #          Real Audio WILL function but in TCP mode. This can cause
     #          a reduction in sound quality.
     # /sbin/modprobe ip_masq_raudio
     /sbin/modprobe ip_masq_raudio ports=554,7070,7071,6970,6971

So you can also load yours as a kernel module upon bootup.

Thanks... Dan.


_____________________________________________________________________________________
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com


Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.

Reply via email to