Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Esteban Ribicic <eribicic@UolSinectis.com>
To: carlosble@terra.es
Cc: "Pedro C. Arias" <parias@sede.unr.edu.ar>, netfilter@lists.netfilter.org
Subject: Re: Netmeeting and messenger ports
Date: 17 May 2003 01:40:42 -0300	[thread overview]
Message-ID: <1053146443.5519.6.camel@dejawu> (raw)
In-Reply-To: <200305131753.57809.carlosble@terra.es>

yo use los modulos de pom (patch o matic) que estan en netfilter.org
pareciera ser que andan.

suerte


On Tue, 2003-05-13 at 13:53, Carlos Ble wrote:
> 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.



      reply	other threads:[~2003-05-17  4:40 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
2003-05-17  4:40   ` Esteban Ribicic [this message]

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=1053146443.5519.6.camel@dejawu \
    --to=eribicic@uolsinectis.com \
    --cc=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