I tkx U for your answer,
Again about accessing terminal server ...
but, have U a exemple of iptables U use to obtain a good result with the connection ,
I try to make rules with the port U said but it seems it doen't worik ! !
My rules are like this :
iptables -A INPUR -i $EXTIF -m state --state NEW, ESTABLISHED,RELATED -p tcp -s $UNIVERSE -d $EXTIP --dport 3389 -j ACCEPT
iptables -t nat -A PREROUTING -i $EXTIF -p tcp --dport 3389 -j DNAT --to 192.168.1.nn
iptables -A FORWARD -p tcp --dport 3389 -m state --state NEW,ESTABLISHED,RELATED -d 192.168.1.nn -j ACCEPT
where
$EXTIF = eth0
$EXTIP = ip of eth0
192.168.1.nn = ip of the windows 2000 server running terminal server
What's wrong ? ?
At 02:13 8/11/2002 -0500, you wrote:
On Fri, 8 Nov 2002, Marco Hainaut wrote: > I need to make rules with iptables to let access from the outside ( > specific machine (i think mac address) ) to a w2K advanced server running > terminal server in the local network to run a specific application. > > I don't see exactly what I must do !! I don't know which ports are used .. >Terminal Services uses 3389/tcp
-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list