Questions tagged [python-iptables]

Iptables is the tool that is used to manage netfilter, the standard packet filtering and manipulation framework under Linux. It is used to setup, inspect and maintain tables of IPv4 packet filter rules in the Linux kernel. Questions pertaining to maintaining tables of packet filters in Linux must be tagged under this tag.

The package can be installed from THIS PAGE

More details about this package is available on THIS DOCUMENTATION LINK

17 questions
-1
votes
1 answer

Suggestions for an implementation in Django

I have a blog created on django and I need to configure the access using iptables. I do not have any idea how to do it, anybody can indicate some material? I was thinking about creating a function where it is possible to pass a range of ip numbers…
Fabian
  • 11
  • 3
-1
votes
1 answer

Calculate the traffic for specific port forwarded in the Linux

I have a server running Linux : server A I want the traffic on server A to be redirected to remote server b Actually do the same as the forward port I used the following command for the forward port. sysctl net.ipv4.ip_forward = 1 iptables -A INPUT…
Amin
  • 23
  • 1
  • 9
1
2