From: Carlos Ble <carlosble@terra.es>
To: "Pedro C. Arias" <parias@sede.unr.edu.ar>
Cc: netfilter@lists.netfilter.org
Subject: Re: Netmeeting and messenger ports
Date: Tue, 13 May 2003 17:53:57 +0100 [thread overview]
Message-ID: <200305131753.57809.carlosble@terra.es> (raw)
In-Reply-To: <002d01c31958$835ecb30$f000010a@pc207pca>
El Martes, 13 de Mayo de 2003 15:04, Pedro C. Arias escribió:
> Hello, I use NAT to connect internet my internal network trougth a Firewall
> make with iptables, i use NAT, but when somebody external to my network
> send me a file messenger say "Error to receive File ...." somebody has this
> problem ?, with netmeteeng too can't connect
>
> Help me ...
>
> Thanks
> Pedro
> Rosario - argentina
Hi Pedro. I think that we both can talk in spanish but let me write in
english to let people to correct to me if im wrong.
There are some problems with microsoft pptp that maybe corrected with
the linux pptp. Loock for it in google.
For netmeeting and messenger you must open some ports. One solution is
to do DNAT to a specified internal address. This is a example:
# Neetmeeting ports:
iptables -t nat -A PREROUTING -p tcp --dport 389 -i <interface> -j DNAT \
--to 192.168.0.20
iptables -t nat -A PREROUTING -p tcp --dport 522 -i <interface> -j DNAT \
--to 192.168.0.20
iptables -t nat -A PREROUTING -p tcp --dport 1503 -i <interface> -j DNAT \
--to 192.168.0.20
iptables -t nat -A PREROUTING -p tcp --dport 1720 -i <interface> -j DNAT \
--to 192.168.0.20
iptables -t nat -A PREROUTING -p tcp --dport 1731 -i <interface> -j DNAT \
--to 192.168.0.20
# Messenger ports:
iptables -t nat -A PREROUTING -p tcp --dport xxxxx -i <interface> -j DNAT \
--to 192.168.0.20
This corrects the problem for one user but the problem still when many
users wants to use netmeeting. Nowdays im loocking for a solution too.
Suerte.
next prev parent reply other threads:[~2003-05-13 16:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-13 14:04 Netmeeting and messenger ports Pedro C. Arias
2003-05-13 16:53 ` Carlos Ble [this message]
2003-05-17 4:40 ` Esteban Ribicic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200305131753.57809.carlosble@terra.es \
--to=carlosble@terra.es \
--cc=netfilter@lists.netfilter.org \
--cc=parias@sede.unr.edu.ar \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox