Iptables is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel.

learn more… | top users | synonyms

-2
votes
0answers
9 views

Iptables allow Port: 123 - CentOS [closed]

How is it possible to allow the port 123 for incoming requests in my iptables file? I'm using CentOs 5. I have already tried to edit the iptables file, but it always said some error. Can anyone ...
-1
votes
0answers
16 views

hope soemone can help on Iptable questions [closed]

I have this kind of setup for iptables root@bt:~# iptables -L -n Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ...
0
votes
0answers
15 views

what is the --kerneltz in iptables command

I am using iptables for my project but facing some problem as follow. 1.in iptables 1.4.7 iptables -A INPUT -s 10.0.4.247 -m time --datestart 2013-5-16T12 --datestop 2013-5-16T16 -j DROP or ...
-1
votes
1answer
24 views

Linux: forward incoming connections from subdomain to port? [closed]

I'm currently running two minecraft servers on the same computer, and would like two separate subdomains so people don't have to connect to one with domain.com:25566. The solution I can see to this, ...
0
votes
1answer
14 views

iptable for port forwarding

I want to redirect all trafic coming to my Linux (192.168.1.34) on the port 22 to another address So I used the following iptable command sudo iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT ...
-1
votes
0answers
21 views

Apache server reached MaxClients setting [closed]

I'm using Apache/2.2.15 (Unix) in CentOS release 6.3 (Final) 2.6.32-279.1.1.el6.x86_64. I have some HTTP requests from specific referer with diferrent ip adresses and i want to block these requests ...
0
votes
0answers
19 views

IPTable Routing - Why output doesn't have any affect?

I'm confused over why my iptables are behaving like this. I'm attempting to block port 25 from PPTP VPN users. Most of the guides online mention blocking port 25 in the output chain to block SMTP. ...
0
votes
0answers
23 views

iptables moving rule in a list

i have 2 rules of iptables iptables -A INPUT -s 5.5.5.5 -j DROP iptables -A INPUT -s 6.5.5.5 -j ACCEPT is there a function or a command that will swap the rules to be like this: iptables -A INPUT ...
0
votes
0answers
15 views

Problems in creating rules in iptable [migrated]

Hello to all :) I need a little help with creating a rules. Im starting to learn iptables and firewalls but I have some questions. I need to allow HTTP communication only from PcA to PcB./ My code is: ...
0
votes
1answer
18 views

Number of packets ordered by IP [closed]

My server is currently under a small DOS attack. I would like to know if there is an easy way to get the list of IPs sending packets to my server, ordered by the number of packet they sent, on a ...
-3
votes
0answers
20 views

Python ip forwarding [closed]

I have to develop a program in python that will run in a linux device. That device have to sniff all the input connection on eth0 and insert delay on the input stream forwarding it to eth1. Can you ...
0
votes
0answers
18 views

block specific udp packet with iptables

Is it possible to block specific udp packet using iptables? for example I want to block packet containing bd 65 like at line 3, that is a sequence number of RTP packet
0
votes
0answers
21 views

How do I route a port range in a linux host to a guest VM? [migrated]

I am trying to redirect a certain port range in a linux host to one of its guest VMs. I would like for this redirection to apply to all the host's interfaces, including localhost. I was able to do: ...
-1
votes
1answer
28 views

Iptables rules blocking everything [closed]

my IPTables rules are blocking my servers connect to external http server and mysql. I want to block all input connections, just let SSH, and allow only some output ports, since its a proxy server. [ ...
0
votes
0answers
12 views

Filter packets using packet size in Ubuntu

I need to filter a protocol (ideally using iptables) that is detected using the sizes of the first piece of data sent and the first piece of data received. This is the logic: if (sentSize1 >= 50 ...
0
votes
1answer
15 views

TCP DF packets get block though in IPTABLES the required port is allowed by rule

The rule is added to accept on Port 10000 as: iptables -I INPUT 5 -i eth0 -p tcp --dport 10000 -j ACCEPT But the packet to 10000 port is blocked by ipatables with this log: packet-droppedIN=eth0 ...
-1
votes
0answers
12 views

log output VPN traffic with iptables [closed]

I'm using pptpd on Ubuntu 10.04 to allow users to connect and route their traffic through my servers. However because a single external IP is shared with multiple users I need a log of all connections ...
0
votes
0answers
5 views

Bad informations from destination port

I wrote a kernel module which retrieves information from the package through the monitoring interface (pc B ubuntu), exp : I started a web page (from pc A), normally the destination port is '80 ', by ...
-1
votes
2answers
25 views

How to use iptables exclamation in linux [closed]

Hi I want to ask how can I block a single www using just one command and '!' mark. With that I want to settle the following entry: ACCEPT ALL but NOT www.somewww.com I have tried: iptables -A OUTPUT ...
1
vote
0answers
26 views

Paket injection, filtering and mangling WITHOUT netfilter (avoiding GPL)?

I'll have to do packet inspection, mangling, dropping and injection of packets on a Linux system. Ideally, this would be in user space and on IP packets and Ethernet frames, too. Unfortunately, i ...
0
votes
0answers
16 views

Unable to communicate with Iono

While access the site I got Unable to communicate with Iono. When I check the developer they told that ip address ... is blocking the firewall. I contacted the hosting provider and they you need to ...
0
votes
0answers
13 views

make external computer in linux virtual machine

I am working on IPtables rules for linux on virtual machine. Actually I have no good experience on that. I'm using Fedora, I create two virtual machine one for the firewall's rules and the other one ...
-2
votes
0answers
11 views

Routing packets via Dual Gateway [closed]

I have a CentOS 6 server with 3 interfaces eth0 -> connected to LAN network eth1 -> connected to ISP router 1 -- default gateway eth2 -> connected to ISP router 2 While the default gateway ...
0
votes
1answer
16 views

IP Tables in Red Hat Linux how to set a forwarding

I have configured the ip tables to forward which comes in to 80 port and it have to forward in to another ip. But it's not working. I have use the following rule in the ip tables. -A FORWARD -i bond0 ...
0
votes
0answers
83 views

iptables postrouting change source IP address based on destination port [closed]

I want to change the source address based on destination port/protocol criteria, I've come up with a config so far but it seems to not working. On my interface eth1 I have the IP address x.x.x.4 and I ...
0
votes
0answers
28 views

Ubuntu port forwarding to tap interface

I would migrate my webserver into a Qemu-VM that works, but i can only access the server with its local ip. So i would to forward a port from my Static Internet IP to the VM. My setup: TAP Interface ...
0
votes
1answer
17 views

recaptcha not showing on centos server

I use recaptcha for one of my pages. When deployed locally everything is working fine, but when deployed to the CentOS server the image is not rendered. I have the following in my application: ...
0
votes
1answer
16 views

iptables 4.12 IP not found: BASH function $line issue

While creating a simple script that grabs a blacklist of ip addresses and blocks them, I came across this issue: ## Function giving greif function _droplist (){ while read line; do $IPT ...
0
votes
0answers
57 views

Changing the incoming interface of the packet using iptables MARK and ip route commands

I was trying to change the incoming interface of the packet using iptables MARK and ip route commands. I have tried this approach which suggests the use of iptable Mark and iproute2 utilities instead ...
0
votes
0answers
10 views

redirect traffic from 2 Ubuntu external NICs to specific internal hosts [migrated]

I am having problems redirecting incoming traffic to 2 external facing interfaces on my Ubuntu 12.10 server to 2 separate internal hosts. I am able to redirect incoming traffic on my eth0 just fine to ...
-1
votes
0answers
26 views

Older linux kernel and iptables [closed]

I have a virtual server instance (OpenVZ) and I have need of adding a rule to iptables that will block udp packets sent with a certain hex-string in them (it's an srcds server of an old game that was ...
1
vote
1answer
97 views

ANDROID : IPTABLES how to block application making internet connection

There does not seem to be any information on this topic. I would like to find how I can use IPTABLES in Android to block an application making a connection. So far I have: 1) Recompiled the ...
-2
votes
0answers
63 views

IPtables rule to open tftp port still blocking the tftp communication [closed]

I have added this rules to iptables in my device. iptables -I INPUT 1 -i eth0 -p udp --dport 69 -m state --state NEW,ESTABLISHED -j ACCEPT iptables -I INPUT 2 -j DROP when i tried to download a ...
0
votes
0answers
45 views

Using netsh advfirewall to block URLs in Windows

I know that Windows allow blocking IP addresses through netsh like so: netsh advfirewall firewall add rule name="Block some stuff" dir=in action=block remoteip=xxx.xxx.xxx.xxx enable=yes But is ...
-1
votes
1answer
54 views

Iptables DROP SSL traffic (443)

I'm trying to block any request to a SSL GET resource with specific parameters using iptables, i.e.: https://domain.com/hello?param=aux I have already blocked traffic to port 80 with the following ...
0
votes
1answer
50 views

how to duplicate all IP packets to another network interface [closed]

I have a machine which is the gateway of a subnetwork, and i want to analyze all packets going through it, eth0 is the interface used here. I already have a virtual TAP interface, and I need to find ...
0
votes
1answer
59 views

Android how to call iptables from inside application

I can do Runtime.getRuntime().exec("/system/bin/iptables --version"); And that does return the version number. But when I try to manipulate iptables calls like Runtime.getRuntime().exec("su -c ...
0
votes
0answers
4 views

iptables dnat in lvs server ( tunnel mode) not work [migrated]

I use LVS - tunnel mode, then i want use iptables to redirect the Destination port to LVS. eg: LVS-server( tunl0: 110.75.11.11), eth0:10.232.67.1 realserver ( eth0:10.232.67.2, tunl0: ...
0
votes
0answers
16 views

squid: can't connect to peer with tcp_outgoing_address [migrated]

I encountered the problem with configuration of two squid servers. I have the following scheme - The main idea is to download all files from rackspace and amazon through parent squid and store all ...
0
votes
1answer
42 views

How to drop IP packets received on the default route interface when no other than default route is found?

I am setting up a router based on a linux kernel. As expected, ipv4 packets received on the interface used by default route are sent back to the same interface in case no other route is found. Is ...
-1
votes
0answers
42 views

UDPsize=4069 How To Block iptables [closed]

mb.city.sakura.chiba.jp.domain > 10-172-109-11.cloud.opsource.net.20133: [udp sum ok] 39384 q: ANY? isc.org. 15/4/4 isc.org. SPF, isc.org. DNSKEY, isc.org. DNSKEY, isc.org. NAPTR, isc.org. AAAA ...
-1
votes
0answers
12 views

blocked windows size 0 in iptables

110.183.135.131.26013 > 10.172.109.11.6005: Flags [S], seq 4150450426, win 0, length 0 How to make rule for blocked win 0 in iptables, maybe need module iptables using u32 or what, Please help me ...
0
votes
1answer
52 views

Why can't I block an ip address with iptables on debian 6?

I believe that I have setup the firewall correctly like this: #!/bin/sh IPT="/sbin/iptables" # Flush old rules, old custom tables $IPT --flush $IPT --delete-chain # Set default policies for all ...
0
votes
0answers
30 views

how to set execution order between iptables rule and kernel module(netfilter hook)?

Iptables rule : iptables -A FORWARD -t mangle -m mark --mark 0x1 -j DROP KERNEL MODULE HOOK: nfho.hook = hook_func; nfho.hooknum = NF_INET_FORWARD; nfho.pf = PF_INET; ...
-1
votes
0answers
40 views

creating an API with flask [closed]

Need help for completing this task. I am a beginner. Use django/flask application to create an API to accept POST requests and run it as a daemon. This daemon must be able to modify the iptable ...
-2
votes
0answers
70 views

Using netfilter/iptables to route packets from one interface to another [closed]

I have two interfaces eth0 and eth1, and I would like to route the packets coming in through eth0 and matching ip destination of x.x.x.x out to the eth1. Is this possible to do using iptables, if so, ...
1
vote
2answers
49 views

PHP Redirect, Iptables, and data after connection closed

This is an odd one. We recently found a 3-month old bug in our code where we post a 302 redirect header after a print_r. As a result, the browser would receive the string, and not redirect to the ...
-2
votes
1answer
44 views

HTTP and HTTPS iptables rule is getting ignored

I already know that the answer with be something simple that I have messed up with! But any idea what's going wrong with these rules? sudo iptables -I INPUT -p tcp -m state --state ...
0
votes
2answers
78 views

Iptables to modify source ip. Nothing in POSTROUTING chain log

Here is a little picture Asterisk eth1 10.254.254.2/28------------- Many Good Guys eth1:1 192.168.83.5/32----------- 192.168.59.3 Bad Guy Peer I have an Asterisk which is connected with several ...
0
votes
2answers
30 views

Unblock MySQL connections from outside [closed]

I am running mysql on a debian server. I want to connect to mysql from outside but of course ports where blocked by iptables. So in iptables I added the mysql port like this: iptables -I INPUT -p ...

1 2 3 4 5 11