hi all, i've just realize an https web server ( on trustix 2.2 ) and i'd like to redirect every connection on port:80 to port:443. i've load these modules
/sbin/modprobe iptables_nat /sbin/modprobe ip_tables /sbin/modprobe ip_conntrack /sbin/modprobe ip_nat_ftp /sbin/modprobe ip_conntrack_ftp /sbin/modprobe ip_conntrack_irc [EMAIL PROTECTED] /# sysctl -p net.ipv4.ip_forward = 1 net.ipv4.conf.default.rp_filter = 1 kernel.sysrq = 1 kernel.core_uses_pid = 1 net.ipv4.icmp_echo_ignore_broadcasts = 1 net.ipv4.ip_dynaddr = 0 i've setup nat chain as follow, but nothing append [EMAIL PROTECTED] /#iptables -t nat -A PREROUTING -p tcp -s 0/0 -d 192.168.10.183 --dport 80 -j DNAT --to-destnation 192.168.10.183:443 192.168.10.183 is a virtual host on eth0:0 do i have to setup anything else?...some particoular module? thanks a lot in advance lore -- Pino Maiuli Crew -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Problemi di Liquidità ? Con Logos Finanziaria 30.000 € in 24 ore a dipendenti e lavoratori autonomi con rimborsi fino a 120 mesi, clicca qui * Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2911&d=26-1
_______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
