Top "Iptables" questions

GENERAL IPTABLES SUPPORT IS OFF-TOPIC.

How can I check the hit count for each rule in iptables?

I want to know how can I find out which rule was accessed and how many times, from the access …

linux firewall iptables
iptables: how to delete postrouting rule?

I would like to delete POSTROUTING rule below, [root@hostname ~]# service iptables status Table: nat Chain PREROUTING (policy ACCEPT) num …

iptables
Trying to connect to remote MySQL host (error 2003)

I have a MySQL instance running on a Debian server and I can connect to it locally with no problems. …

mysql debian iptables mysql-error-2003
How to open port 2195 in iptables CentOS 6 for activating the APNS

I tried this solution: iptables -I OUTPUT -p tcp --dport 2195 -j ACCEPT /etc/init.d/iptables stop /etc/init.d/…

linux centos apple-push-notifications iptables centos5
SSL installed on Apache2 but HTTPS not working

I recently installed an SSL certificate on my Amazon EC2 Ubuntu 12.04(32bit) server running Apache 2. When I attempt to access …

apache ssl amazon-ec2 firewall iptables
iptables in android

Are IPtables inbuilt in android kernel? If they are, how to use them in our android application?

android networking iptables
How to permanently update iptables

I'm trying to redirect http traffic to port 8080 on the same machine and have the iptables rules below working. iptables …

ubuntu iptables
Charles proxy fails on SSL Connect Method

I have Android 4.3 forced to use Charles proxy via IPTABLES. The charles certificate is installed on the phone. I am …

ssl proxy iptables charles-proxy
Using iptables to change a destination port

Is it possible to change the destination port of a UDP packet using iptables? I'm trying to get an SNMP …

linux iptables
How to use iptables in linux to forward http and https traffic to a transparent proxy

I have a Ubuntu linux system acting as a gateway system with two interfaces on it. One interface is for …

linux firewall iptables gateway transparentproxy