Dos reglas: iptables -t nat -A PREROUTING -i $WAN_IFACE -d $IP_WAN -p tcp --dport 3389 -j DNAT --to-destination $IP_LAN:3389
iptables -A FORWARD -i $WAN_IFACE -o $LAN_IFACE -d $IP_LAN -p tcp --dport 3389 -j ACCEPT --- "Fabian Donoso C." <[EMAIL PROTECTED]> escribió: > Hola: > Tengo un Red hat como firewall con iptables y squid > como proxy y > necesito conectarme con un equipo xp con terminal > server hacia fuera de la > empresa y no puedo. Cual deberÃa ser la regla para > dejar salir a este equipo > hacia fuera y conectarse al terminal?, porque le di > acceso a Internet y > navega bien por la web. > > saludos > > Atte. > :::::::::::::::::::::::::::::::::::::::::::: > Fabian Donoso C. > > > _______________________________________________ > Linux-plug mailing list > [email protected] > http://www.linux.org.pe/cgi-bin/mailman/listinfo/linux-plug > ___________________________________________________________ 1GB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo http://correo.yahoo.com.ar _______________________________________________ Linux-plug mailing list [email protected] http://www.linux.org.pe/cgi-bin/mailman/listinfo/linux-plug
