Ubuntu: block external outgoing ip address

#iptables -A OUTPUT -d <ipaddress> -j DROP iptables -A OUTPUT -d 119.140.145.206 -j DROP iptables-save
Block outgoing ip address.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.