Iptables is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel.
2
votes
0answers
186 views
Clone and Forward with iptables
I'm trying to forward all incoming tcp packets to multiple ip addresses.
Setup:
A - 10.10.10.10
B - 10.10.10.11
C - 10.10.10.12
D - 10.10.10.13
I want B, C and D to receive on port 8000 all ...
2
votes
0answers
519 views
Running iptables on a rooted xoom (android 3 honeycomb)
I am trying to add some rules to filter network traffic from/to the device (Xoom WiFi) using iptables. The iptables command is located at /system/bin/iptables in the xoom device running android 3.0.1. ...
1
vote
0answers
27 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 ...
1
vote
0answers
104 views
Node JS internet gateway/captive portal like used in public WiFi hotspots
I want to build a node js internet gateway/captive portal. So I can have a user 'authorize' his mac address or ip address if the mac address is not possible like used for wifi hotspots
So what I have ...
1
vote
0answers
126 views
Iptables limit time per connecction
I would like to prevent hanging connections to out SMTP server by limiting the time of each connection to 10 minutes. Which means that after 10 minutes the connection should be dropped.
Is it ...
1
vote
0answers
336 views
Matching packets in PREROUTING chain in iptables
I am trying to configure a firewall that will block or change destination of packets based on their content, to be specific - HTTP requests to some pages on some hosts (yeah, that's another "great ...
1
vote
0answers
111 views
Android - Bandwidth Monitoring for a specific IP address in LAN network
My android device acted as DHCP and DNS Server (Hotspot android). As far as I look up. Because android is Linux Based OS, so I use iptables to monitor the bandwidth for a specific ip in my LAN ...
1
vote
0answers
258 views
Configuring iptables for ftp between windows 8 and a windows server: does rst clear nat?
The underlying problem is I can't upload a file via ftp from a windows 8 laptop to a windows server through my linux/iptables firewall (passive or active ftp, doesn't matter). Works with windows 7, ...
1
vote
0answers
562 views
Linux Iptables string module does not match all packets
This is the first time I'm using matching string module for iptables and met some strange behaviour I can't overcome.
In short, it looks like iptables passes "trimmed" packets to module, so module ...
1
vote
0answers
108 views
iptables change destination address base on result from mysql
I need to change destination address of tcp/ip packets based on result of execution mysql query...
SELECT score FROM reputation WHERE ip = packet.source_ip
if (score < a) then ...
1
vote
0answers
173 views
Proxy Arp and 1:1 nat
I have a linux router with 2 nics doing masquerade from network 192.168.0.0/24 to an ADSL router.
users <----> NIC A [router] NIC B <----> INTERNET
Now I'm experimenting with proxy arp on the ...
1
vote
0answers
284 views
Can we issue 'iptables' commands via the '/proc' FS?
I have an embedded Linux platform that is heavily stripped down. It does not have the '/sbin/iptables' binary and it would be impossible (political/technical) to get it installed. Many other tools ...
1
vote
0answers
434 views
Connecting Android Emulator to Remote System
I have 2 ubuntu systems A and B.
A's IP addr is 192.168.0.5
B's IP addr is 192.168.0.3
System A runs Android Emulator. I have a TCP Client App which has to communicate with System B.
Since the ...
1
vote
0answers
1k views
Android kernel .config file for Netfilter and iptables
The latest android sources(android 4.0.1) come with Iptables 1.4.11.
In order to enable iptables and Netfilter, how should the 2.6..35 kernel look like?
I googled some sites and got the following ...
1
vote
0answers
299 views
Calling libiptc API from a separate thread in a C program throws segmentation fault
I am working on performing iptables update through a custom c program using libiptc. The requirement is to invoke iptc APIs from a separate thread every 2 seconds.
I have written a simple C program ...
1
vote
0answers
587 views
Android: “iptables -m owner” support needed (already rebuilt Nexus S kernel)
I've done everything I know that's required to enable support for iptables owner matching for my Nexus S but still no luck. Here's what I've done:
1) Downloaded the Nexus S kernel from ...
1
vote
0answers
208 views
UDP MITM by adding rules to iptables
In http://stackoverflow.com/questions/3878303/c-udp-socket-port-multiplexing, I found that using DNAT PREROUTING, I can redirect the packets for a particular UDP port and listen to packets being ...
0
votes
0answers
11 views
IPConfig rule with both mac address and to specific destination IP Address
I'm trying to add a rule where if the traffic is from MAC Address 12:34:56:78:90:AB and to 1.2.3.4 to target NETMON
I've tried
iptables -t nat -I PREROUTING -m mac --mac-source 12:34:56:78:90:AB -d ...
0
votes
0answers
16 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
...
0
votes
0answers
22 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
28 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
23 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
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
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 ...
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
14 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 ...
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
0answers
71 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
48 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 ...
0
votes
0answers
31 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;
...
0
votes
0answers
70 views
iptables to ignore multiple source ip ranges
How can I deny multiple source ip-ranges in iprange match of iptables?
e.g. I want to track all source ip neither from ip range 192.168.0.1-192.168.0.254 nor 172.16.0.1-172.18.0.254.
If I wrote two ...
0
votes
0answers
40 views
drop rtp packet by specific sequence number with iptables
i try to make Lack Steganography. i should drop some packet before send my stegano packet
Question :
what the command to drop packet from specific sequence number with
iptables? or with other ...
0
votes
0answers
77 views
duplicate log entries in Python UDP syslog server from iptables
I've implemented a basic remote syslog server in Python with the following code:
self.UDPsock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
self.UDPsock.bind(self.addr)
...
0
votes
0answers
55 views
byte counters for MAC address using IPTABLES
Assuming that I am the Server, and I want to watch bandwidth of downloading and uploading for the specific MAC address. With the uploading monitor chain. I use this:
iptables -N clientA_upload and ...
0
votes
0answers
52 views
If DROP in iptables returns no error to host, why ping gets error message “sendmsg: Operation not permitted”?
I want my OS drops network packages silently, without awareness of application. I set following rules:
# iptables -N NEW_CHAIN
# iptables -A OUTPUT -d 10.211.55.6 -j NEW_CHAIN
# iptables -A ...
0
votes
0answers
35 views
configure delay time for interface using iptables
iptables in android can be used to drop packets from an interface. But what i want is delay those incoming packets, to minimize the bandwidth of the connection.
Can iptables in android do this? how?
...
0
votes
0answers
42 views
iptables forwarding
Ok, so I am terrible with iptables so I need some help. Here is what I am trying to do.
I have a lan box on vlan 4 (172.16.9.65)
I have another box on vlan 9 (10.1.0.1)
My gateway for my ...
0
votes
0answers
75 views
port knocking using iptables
I am using following iptables rules for port knocking. Everything works well, but I would like to improve it by being able to knock from HOST_1 and thereby opening the SSH port for HOST_2. Could ...
0
votes
0answers
109 views
Python Scapy nfqueue
Im writing python code to interact with iptables nfqueue on linux systems. I am able to retrieve the queue packets and modify them as i wish however i am having trouble accepting them through the ...
0
votes
0answers
21 views
Http server is accessible only via one network
I have purchased one dedicated linux server and initially given my IP address to access it using SSH for administrative setup and configuration. I installed JBoss Application Server and run web ...
0
votes
0answers
71 views
Linux IPtables DNAT server response not being passed back to client
I have a basic setup that requires the following
Client -> iptables DNAT -> Server using udp messaging:
The configuration I have on my client is: (my server is 172.33.1.30)
ifconfig eth0:1 ...
0
votes
0answers
111 views
iptables redirect not working for some packets
I'm trying to write a transparent proxy that creates jitter in the outgoing packets from a web server ran on my machine. I'm using the following command on Ubuntu 12.10 to redirect incoming traffic ...
0
votes
0answers
200 views
forwarding interfaces with iptables and route
here is my situation:
I got two machines and a route, one macbook and a archlinux. the route is running openwrt.(linux). two machines are connect to the route.
route and archlinux can using xl2tpd ...
0
votes
0answers
131 views
Problems keeping a nodejs script running with Forever
I'm trying to setup a node.js script (Balloons.IO) in production. I've installed forever but anytime server reboot forever list command returns info: No forever processes running Second issue I ...
0
votes
0answers
65 views
nfq_create_queue():Resource temporarily unavailable
Got the error 'Resource temporarily unavailable' when I tried to create multiple nf_queues in my application. I could not find any documentation for this error.
I am trying to implement a ...
0
votes
0answers
46 views
capture mirrored traffic
We have a requirement in that from upstream switch mirrored traffic comes to below 2 physical servers. On servers we run our application to capture traffic on those.
let's say traffic capture ip is ...
0
votes
0answers
46 views
Android displays the total download/upload bandwidth consumed during each tether session
I want to get total bandwidth of download and upload each tether session programmatically. I think that i may use Iptables. I recently do alot of reading but no helps.
0
votes
0answers
79 views
Android- Hotspot Download and Upload Data Size measuring
I am using my android device as the Server (Android Hotspot) and I want to see upload and download data packet of my LAN clients. As far as I do the reading. I use Iptables by the following way:
...
0
votes
0answers
35 views
Which iptables's table is first checked
I was thinking a bit about iptables and a doubt came to my mind.
If I have a rule in the POSTROUTING chain inside the nat table and also a rule in the POSTROUTING chain in the mangle table, which one ...
0
votes
0answers
239 views
iptables based rate limiting
I have my server running on EC2. Have a couple of questions regarding iptables based rate limiting. Please clarify.
1) sudo iptables -I INPUT -p icmp --icmp-type echo-request -m recent --set
sudo ...


