1
Gelen https'leri yerel IP'ye iptables ile yönlendir
1 ağ arayüzüne (eth0, public ip) sahip bir yönlendiricim ve eth0: 0, local ip 192.168.1.1 için bir takma ad var. Gelen tüm https (443) trafiğini başka bir sunucuya yönlendirmek istiyorum. Denedim iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -m conntrack --ctstate NEW -j DNAT --to-destination 192.168.1.2:443ve …