netmeeting my host receives no video
From: Edwin (e.froon@chello.nl)
Date: 01/29/03
- Next message: Armin Krawinkel: "Re: Port number query"
- Previous message: Val V. Polyakov: "Re: help in linux shell script in copying files"
- Next in thread: Luke Vogel: "Re: netmeeting my host receives no video"
- Reply: Luke Vogel: "Re: netmeeting my host receives no video"
- Reply: Kasper Dupont: "Re: netmeeting my host receives no video"
- Reply: Kees Bakker: "Re: netmeeting my host receives no video"
- Reply: Alexander Clouter: "Re: netmeeting my host receives no video"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Edwin" <e.froon@chello.nl> Date: Wed, 29 Jan 2003 22:21:38 GMT
I need 1 host on my internal lan to run netmeeting, now it sends video but
it doesn't receive any from the opposite side.
What am i doing wrong? Can I debug this someway?
This is the part of my iptables config.
# Allow netmeeting connections
$IPTABLES -A PREROUTING -t nat -p tcp -d $INET_IP --dport 1720 -j DNAT --to
$NETMEETING:1720
# ports for Netmeeting dynamic audio/video
$IPTABLES -A INPUT -i $INET_IFACE -p udp --sport 5000:5004 -j ACCEPT
$IPTABLES -A OUTPUT -o $LAN_IFACE -p udp --sport 5000:5004 -j ACCEPT
# ports for Netmeeting with H.245 disabled or Netmeeting users.
$IPTABLES -A INPUT -i $INET_IFACE -p tcp --sport 30000:30020 -j ACCEPT
$IPTABLES -A OUTPUT -o $LAN_IFACE -p tcp --sport 30000:30020 -j ACCEPT
greetings Edwin
- Next message: Armin Krawinkel: "Re: Port number query"
- Previous message: Val V. Polyakov: "Re: help in linux shell script in copying files"
- Next in thread: Luke Vogel: "Re: netmeeting my host receives no video"
- Reply: Luke Vogel: "Re: netmeeting my host receives no video"
- Reply: Kasper Dupont: "Re: netmeeting my host receives no video"
- Reply: Kees Bakker: "Re: netmeeting my host receives no video"
- Reply: Alexander Clouter: "Re: netmeeting my host receives no video"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|