Re: [GnomeMeeting-list] Test User?



harald wrote:

Hello,

still testing Gnomemeeting 0.98.5 behind a SuSEfirewall. I mean that i have done all what's described in FAQ. All necessary ports are open. But can't still receive sound and video of other people... Other People see and hear me. Installed a gatekeeper (gnugk) with settings from FAQ. Disabled NAT from Clients. What else can i do to make shure that all is correct? Is there a test user account available to test my installation?
if you're the only user using H323 you can do like this in your iptables rules to avoid the gatekeeper and made thinks working. You must also activate the NAT translation option in GnomeMeeting:

/sbin/iptables -t nat -A PREROUTING -i eth1-p TCP --dport 1720 -j DNAT --to-dest 192.168.10.150 /sbin/iptables -t nat -A PREROUTING -i eth1-p TCP --dport 30000:30010 -j DNAT --to-dest 192.168.10.150 /sbin/iptables -t nat -A PREROUTING -i eth1-p UDP --dport 5000:5005 -j DNAT --to-dest 192.168.10.150

You have to adapt it to your settings like external interface (here is eth1 but could be ethx or ppp or ...), destination h323 host (here 192.168.10.250 but put IP address of your GnomeMeeting host) and location of iptables program (here /sbin/iptables)

Best Regards, Harald.
Nice WE and enjoy

--
daniel huhardeaux



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]