Iptables is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel.
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:
...
1
vote
2answers
210 views
Grep and print back reference
I have this iptable log:
Feb 25 10:32:48 XXX: [414645.555838] FW: DEN TCP IN=eth0 OUT= MAC=XYZ SRC=1.1.1.1 DST=2.2.2.2 LEN=40 TOS=0x00 PREC=0x00 TTL=57 ID=0 DF PROTO=TCP SPT=80 DPT=51814 WINDOW=0 ...
-1
votes
2answers
21 views
filtering of 2 ips. Is the possible with Iptables? [closed]
I have a VPS that has 2 ips, and created a subdomain redirects dev.dominio.com.br to 189.xx.xx.102 (second ip), and let mail, ftp, www for 189.xx.xx.101 (first ip).
I have a JBoss and Apache running ...
1
vote
1answer
49 views
command to enable packet loss
I am searching a good way to enable packet loss. I came across this command for ubuntu. This command is supposed to make the interface wlan11 to lose 10% (0.10) of the packets it receives.
sudo ...
0
votes
1answer
28 views
Unable to connect to cloud server via browser (iptables)
I am not sure if stackoverflow allows for server configuration questions as well, but as this might be related to apache I hope someone can help. I am trying to setup my cloudserver to allow for ...
0
votes
1answer
52 views
iptables: what is a chain?
I've been reading about iptables for hours and I still don't understand what is it that they're calling a "chain".
I see this word everywhere in the doc and in tutorials and it's still fuzzy to me ...
0
votes
1answer
51 views
How to retrieve original destination address
I'm using a REDIRECT iptables rule from my router(OpenWRT) to redirect certain UDP packets from the server A to the server B and I need to know how to get the original destination address(like a ...
2
votes
0answers
187 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 ...
1
vote
1answer
266 views
Linux nat/iptables configuration for this setup [closed]
I have an experimental setup, of 4 linux (CentOS) machines:
All 4 machines are internally connected using different networks and can ping eachother directly connected interfaces. However only PC4 ...
0
votes
1answer
107 views
with iptables forwarding port to other client but with recognition of original sender ip
I have a firewall (based on iptables) at dedicated ubuntu server.
I have several LAN Clients.
At one of my LAN Clients I am running software where I can restrict acces based on IP.
For me it is ...
2
votes
4answers
133 views
strip out value from return using awk
Im not sure how to strip out the "DST=" from these lines..
Here is my command(its returning what it should) and please if there is a more efficient way or a better way, feel free to criticize.
awk ...
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
votes
2answers
73 views
What actually does “iptables -A INPUT -p udp -j REJECT”“ this rule?” [closed]
I know that the rule is for UDP block from host, but unfortunately it is blocking UDP for my loopback IP. Is it normal behavior of the rule.
Note: I don't want to block UDP for my loopback address.
3
votes
1answer
101 views
libipq performance issues
I am making a packet filtering program running on Ubuntu 12.04 which uses libipq as the library for copying packets into userspace. The logic of libipq works fine for me, my issue is that I have ...
1
vote
1answer
390 views
How to redirect ip address using iptables [closed]
I have small local network with 5 computers. My provider gave me real ip address (194.187...), but computers in the network cannot see it. So I have to make redirect on my router (with linux system), ...
1
vote
1answer
84 views
make different requests forward to different interfaces
I have a gateway computer which connects Internet via ADSL and got a virtual interface ppp0. The I establish a pptp vpn through the ADSL and got a virtual interface ppp1.
There are several computers ...
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 ...
2
votes
0answers
109 views
Forward traffic on specific address to external host with iptables? [closed]
I'd to forward all TCP traffic on port 25565 connected through the IP of xx.xx.xx.xx externally to yy.yy.yy.yy on port 25565.
Essentially,
xx.xx.xx.xx:25565 --> yy.yy.yy.yy:25565
It can't, ...
0
votes
1answer
164 views
IPTABLES How to block 8.8.8.8
I am creating a script that allows you to block, IP, port, certain IP's and ports, and DNS servers. It basically gets a name and blocks certain addresses for that person.
Problem is, I am stuck at ...
0
votes
1answer
112 views
iptables --gid-owner works only for user's main group
I am trying to disable access to IP 1.2.3.4 for all users except for members of group "neta". This is a new group which I created only for this matter.
iptables -I OUTPUT -o eth0 -p tcp -d 1.2.3.4 -m ...
-3
votes
1answer
66 views
Any ways to tweak MediaWiki sources for rejecting anonymous requests faster? [closed]
One of our MediaWiki - based projects seems under DoS attack - unusual number of anonymous users try to edit pages and view or edit history requests. While anonymous editing is disabled on that ...
-1
votes
2answers
160 views
Linux: Loopback incoming packets on an interface
What is the best possible way to send packets coming on an interface back to the same interface without changing anything in the packet. I want to have a loopback effect for the actual traffic coming ...
0
votes
3answers
260 views
Maximum value of TCP sequence number
I'm trying to capture packets and reorganize packets for obtaining original HTTP request.
I'm capturing packets by IPQUEUE(by iptables rule), and I figured out that packets are not captured in order.
...
0
votes
1answer
90 views
Unable to connect to Gerrit SSHD
I am trying to setup gerrit, but I guess I am missing some configuration as I am unable to connect to gerrit sshd. This guide is what I am trying to follow. The web interface is opening up and I was ...
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 ...
1
vote
3answers
190 views
copy iptables rules from one server to another
I have a server with iptables rules setup. I want to use the same rules on a new server. Can I somehow copy/paste them or download/re-upload them using terminal? I'm on Ubuntu.
-2
votes
1answer
3k views
How to limit bandwidth on iptables? [closed]
I want to limit bandwidth up to 40Mbps on upload.
Please tell me how to set limit of bandwidth on iptables?
OS : Ubuntu 12.04
MTU : 1500
I tried following setting on iptables, but it couldn't work ...
0
votes
0answers
233 views
open port 2195 and 2196 on ubuntu 12.10 [closed]
I have a VPS on linode running ubunto 12.10 ,i want to use him for apple push notifications.
my question is how i can open the 2195 and 2196 ports on this vps.
if i try :
telnet server ip 2195
give ...
0
votes
1answer
120 views
Not able to access Centos Apache page from another Computer
Today a started apache on CentOS and I'm able to open the test page on same machine as localhost. But I'm unable to open it using another computer. The CentOS server is on a VLAN (using switch) behind ...
0
votes
1answer
187 views
iptables src-range and dst-range
How do we use these flags with iptables? I keep getting invalid option/bad argument errors:
sudo iptables -A FORWARD --src-range 192.168.25.149-192.168.25.151 -j ACCEPT
0
votes
0answers
256 views
Add Squid in the chain: Clients<->OpenVPN Server<->Internet
A server has OpenVPN and Squid installed. OpenVPN clients now have the access to the internet thanks to push "route 172.16.0.1 255.255.255.0", push "redirect-gateway def1 bypass-dhcp" in OpenVPN ...
0
votes
2answers
58 views
Ignore blank variable return from qx
I'm having difficulty with one little bit of my code.
open ("files","$list");
while (my $sort = <files>) {
chomp $sort;
foreach my $key (sort keys %ips) {
if ($key =~ $sort) {
...
0
votes
0answers
50 views
Outgoing traffic not caught in TC chains
we share a rather narrow internet connection with 14 people. Hence the need for powerful traffic shaping. My setup involves 254 chains for all IPs being made available through the DHCPd.
My problem: ...
0
votes
1answer
169 views
How to mark packets sending to server using iptables extensions?
I'd like to make SSH-identification a little stronger using iptables extensions (or IPSec tools?) for marking (while sending) and matching (while recieving) the packets between my laptop and my ...
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
votes
1answer
98 views
Iptables rules on Debian [closed]
All
I want to forward port 7727 on local host to remote host:7727
I add
#iptables -t nat -A PREROUTING -p tcp --dport 7727 -j DNAT --to 172.27.13.134:7727
root@ERS:~# iptables --list
and ...
0
votes
1answer
136 views
IPTables rules being applied multiple times at startup
Specifically talking about an Ubuntu 10.04 LTS server (Lucid Lynx), although its probably applicable to other Linux versions.
I was trawling through the logs for a few websites, doing some spring ...
0
votes
1answer
565 views
Iptables: forward request on different interfaces and port
i have a machine whit 2 interfaces:
eth0 inet addr:1.1.1.1
eth1 inet addr:2.2.2.2
eth0 is server, eth1 is netword on virtual machine.
I have ssh on server, so 1.1.1.1:22 is busy.
I need ...
0
votes
0answers
106 views
Will this iptables configuration block requests from IPs that have too many requests per minute?
I use Cloudflare for one of my websites that has a lot of visitors (average of 3 page views every second) however, for some people an offline message is being displayed. Since all the requests will ...
0
votes
0answers
65 views
Iptable rules not behaving as expected
I have the following iptable rules for a new system.
Basically I am trying to allow incoming www, ssl and ssh and allow outgoing ftp,ssh,smtp,dns,www and ssl connections. Plus a special rules for an ...
0
votes
0answers
48 views
CentOS 6 with Deflate anyone?
I have used this script:
http://deflate.medialayer.com/
For many years for CentOS 4 and 5. But sadly, im mean, sadly the command is uses does not seems to work in CentOS 6 anymore:
netstat -ntu | awk ...
0
votes
0answers
137 views
Missing UID for last ACK packet in TCP connection - Unable to configure iptables
I am trying to configure iptable rules based on UID to achieve split tunneling.
All the packets in the TCP connection have an UID, except the last ACK packet.(after the FIN ACK )
Because of this, ...
0
votes
2answers
90 views
Unable to get a response from http POST
I'm attempting to use twilio to automatically make a few calls for me, but I'm having a bit of trouble getting it to work properly. I'm making phone calls using twilio like this:
conn.calls.create(
...
1
vote
2answers
234 views
Iptables sniffing traffic not sent to local machine
I have a switch configured to mirror all traffic to an ethernet interface of a server. I can actually see the packets received with tshark, tcpdump, etc, but iptables doesn't seem to see this traffic. ...
-1
votes
2answers
989 views
iptables: allow OUTPUT only for http and ssh [closed]
How to allow outgoing trafic only for http and ssh?
i've tried:
iptables -A OUTPUT -p tcp --dport ssh -j ACCEPT
iptables -A OUTPUT -p tcp --dport http -j ACCEPT
but as soon as i add
iptables ...
0
votes
1answer
166 views
How to count number of packets received from a specific host?
I want to inspect which host is sending the most traffic to my server. How can I get something like this:
172 192.168.1.1
19 192.168.1.56
Which means that in a specific time interval, my serve ...
1
vote
1answer
375 views
Can iptables allow DNS queries only for a certain domain name?
I have iptables blocking all UDP traffic at the moment, however I want to allow only certain DNS queries to get through.
Let's use google.com as an example.
I am trying to use string matching to ...
0
votes
1answer
140 views
iptables to filter buffer overflow shell spawning [closed]
iptables can filter hex strings. Is it possible to use this to filter shell spawning when exploiting a buffer overflow ? What hex code would that be ? Would it be a different hex code for 32 and 64 ...
0
votes
1answer
87 views
Block sqlmap injection request via Iptalbes/firewall
I was checking the security on my server RHEL-5. I was running sqlmap and its gone through smoothly via iptables firewall.
I want to block the sqlmap injection via firewall. So If anybody will try ...
1
vote
7answers
314 views
Automate whitelisting ip addresses in iptables via bash
I am looking for the best way to automate whitelisting IP addresses into iptables. The list of ip addresses and ports comes from a JSON file /accept-rules.json which is formatted like:
[
{
...


