Experience using NetMeeting in Linux Transparent Proxy environment ..

Source: Internet
Author: User
Article title: NetMeeting experience in Linux Transparent Proxy environment... Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
After my painstaking search, I finally found a solution... the solution is as follows:
Download a kernel patch file in http://gzcs.d2g.com/forum first
Newnat5-and-helpers-2.4.16.patch.gz
Support kernel 2.4.16 so if you do not have the 2.4.16 kernel, you have to go to the http://www.kernel.org to download a .. (because I have not tried to install a later version of 2.4.16, do not know the line can not)
Then, of course we have patched the kernel ..
Gzip-cd newnat5-and-helpers-2.4.16.patch.gz | patch-p1-E
OK! Make menuconfig after patching. remember to select ip_nat_h323 ..
Then we can compile the kernel and install the new kernel. I will not talk about this much ..
And then enable the modules we have compiled ..
/Sbin/modprobe ip_nat_h323
/Sbin/modprobe ip_conntrack_h323
Then add the following rules in the firewall ..
/Sbin/iptables-I input-p tcp-I ppp0 -- dport 1720-j ACCEPT
/Sbin/iptables-t nat-I prerouting-I ppp0-j DNAT-p tcp -- dport 1720 -- to ipaddress: 1720 (here, the ipaddress allows you to use the IP address of the NETMEETING machine for that user)
Good! In this case, the call is unobstructed... :) Good Lucky...
  
Here is an English article about this:
Http://mail.gnome.org/archives/gnomemeeting-list/2001-October/msg00003.html
  
Http://roeder.goe.net /~ Koepi/
  
  
  
  
  
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.