cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2729
Views
0
Helpful
1
Replies

iptables command "translated" Cisco ASA 5540 Ver 9.0(1)

h.quiroz
Level 1
Level 1

I would like to have these commands on our Firewall to avoid at least several students to use this service. Can someone help me to translate this? It's apparently working great if I will use an Linux box or another firewall compatible with iptables.

Thanks in advance.

Hermano

iptables -I INPUT -s hotspotshield.com -j REJECT

iptables -I INPUT -s hotspotshield.net -j REJECT

iptables -I INPUT -s anchorfree.com -j REJECT

iptables -I INPUT -s anchorfree.net -j REJECT

iptables -I INPUT -s openvpn.net -j REJECT

iptables -I OUTPUT -d hotspotshield.com -j REJECT

iptables -I OUTPUT -d hotspotshield.net -j REJECT

iptables -I OUTPUT -d anchorfree.com -j REJECT

iptables -I OUTPUT -d anchorfree.net -j REJECT

iptables -I OUTPUT -d openvpn.net -j REJECT

1 Reply 1

Collin Clark
VIP Alumni
VIP Alumni

Check the following link, it should help you out.

http://www.packetpros.com/2012/08/url-filter-on-asa.html

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card