[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Net Meeting and Linux based firewalls
- To: "Linux-IL mailing list" <linux-il(at-nospam)linux.org.il>
- Subject: Net Meeting and Linux based firewalls
- From: Hetz Ben Hamo <hetz(at-nospam)witch.dyndns.org>
- Date: Tue, 28 Aug 2001 13:48:35 +0300
- Delivered-To: linux.org.il-linux-il@linux.org.il
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
Hi All,
Recently I have been trying to use my webcam and tried to talk to a friend
who has MS Net meeting on his side, and I use GnomeMeeting (which is
nightmare to compile - better search for the binaries)
Anyway, seems that he can see me and I can see myself, but I don't see him -
so I was looking for a solution and found one - but it's for kernel 2.2.X
http://netmeetingmasq.sourceforge.net/
Grab the ip_masq_netmeeting.c file and put it on your /usr/src/linux/net/ipv4/
Edit your Makefile and go to line 96 - add at the end: ip_masq_netmeeting.o
go back to /usr/src/linux/ and do: make dep ; make modules; make
modules_install ; depmod -a
Now - depending on your (tuff?) configurations - you'll have to make some
changes - all explained in the ip_masq_netmeeting.c file
Finally - do: modprobe ip_masq_netmeeting and if everything ok - you should
see the other side...
I don't see a kernel 2.4.X module for Net Meeting - anyone knows about one or
another solution for kernel 2.4.x?
Thanks,
--
Hetz Ben Hamo
hetz@kde.org
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il