Changes

Jump to navigation Jump to search
Line 30: Line 30:  
=== NATing Port redirection ===
 
=== NATing Port redirection ===
 
  iptables -t nat -A PREROUTING -p udp --destination-port 514 -j REDIRECT --to-ports 1670
 
  iptables -t nat -A PREROUTING -p udp --destination-port 514 -j REDIRECT --to-ports 1670
Redirectws trafic on port 514 to port 1670
+
Redirectws udp trafic on port 514 to port 1670
 +
 
 
=== iptables to drop outgoing telnet connections ===
 
=== iptables to drop outgoing telnet connections ===
 
  iptables -A OUTPUT -p tcp --dport telnet -j REJECT
 
  iptables -A OUTPUT -p tcp --dport telnet -j REJECT

Navigation menu