Stefan Laudat wrote:
> porneste netmeeting si da pe windozele tau netstat -an
> eu am gasit urmatoarele (si bineinteles NU a mers cu iptables
> port forwarding):
> 6000,1025,1026,1029,1040,1720,1731
> parca s-a discutat si pe lista de mail pt iptables (IIRC).
> daca il faci sa mearga zi-ne si noua please.
>
> On Tue, Sep 18, 2001 at 01:06:58PM +0300, Eugen Cocalea wrote:
> >
> >
> > va rog frumos, saru-mana, imi spuneti si mie pe ce porturi lucreaza
> > netmeetingu asta?
> >
> > merci,
> >
> > --
> > Eugen Cocalea || [EMAIL PROTECTED]
> > Network Administrator @ isratech.ro || Phone: +40 32 219992
> > Cell: +40 93 605070
> >
> > ---
> > Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
> > unsubscribe from this list.
> >
>
> --
> Stefan Laudat
> CCNA & CCAI
> -------------
> "I'll rob that rich person and give it to some poor deserving slob.
> That will *prove* I'm Robin Hood."
> -- Daffy Duck, "Robin Hood Daffy", [1958, Chuck Jones]
> ---
> Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
> unsubscribe from this list.
Mie imi merge Net Meeting - ul
IP = ip catre care forwardez porturile
# "Net Meeting"
$IPTABLES -t nat -A PREROUTING -p tcp --dport 389 -i $ETH_OUT -j DNAT \
--to $IP:389
$IPTABLES -t nat -A PREROUTING -p tcp --dport 522 -i $ETH_OUT -j DNAT \
--to $IP:522
$IPTABLES -t nat -A PREROUTING -p tcp --dport 1503 -i $ETH_OUT -j DNAT \
--to $IP:1503
$IPTABLES -t nat -A PREROUTING -p tcp --dport 1720 -i $ETH_OUT -j DNAT \
--to $IP:1720
$IPTABLES -t nat -A PREROUTING -p tcp --dport 1731 -i $ETH_OUT -j DNAT \
--to $IP:1731
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.