• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Block route to IP

davewolfs

Regular Contributor
How can I block a specific route to an IP (to/from) and also save the settings.

I believe this can be done with iptables, but not sure how.

Thanks!
 
How can I block a specific route to an IP (to/from) and also save the settings.

I believe this can be done with iptables, but not sure how.

Thanks!

maybe somewhere on web UI but the easy way is using IPtables

Code:
# iptables -A INPUT -s 65.55.44.100 -j DROP
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top