Tagged Questions
0
votes
0answers
34 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
117 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 ...
-1
votes
0answers
30 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 ...
-2
votes
0answers
86 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
52 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
0answers
48 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
56 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
2answers
32 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 ...
0
votes
1answer
23 views
Iptables States
I am trying to block external networks from initiating a connection to my internal networks for both TCP and UDP. My thought is to use --state. I am uncertain about what man page for different states ...
0
votes
1answer
43 views
IP tables catch xmas scans / null scans
im trying to use the below rules to can xmas scans and null scans however when testing I have checked my logs and unable to find the prefix?
iptables -A INPUT -p tcp --tcp-flags ALL ALL -j LOG ...
0
votes
1answer
51 views
how to allow fragmented packets through firewall (ipv4/v6)?
is there a iptables rule that allows the fragmented ipv4/v6 packets?
i searched in the web it shows that the fragmented packets doesn't contain the port number so the firewall simply drops the ...
-1
votes
1answer
182 views
can't access port http port 80 and mysql 3306 port iptables [closed]
I have a http and mysql server on CentOS.
I am trying to access my website and mysql server using port 80 and 3306. I can access both of them if I turn of my iptables off. What rules do I have to add ...
1
vote
0answers
349 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 ...
0
votes
2answers
183 views
Iptables rules for nginx with php-fpm
I am setting up iptables rules on the server where nginx and php-fpm are running. I have allow both 80 and 443 ports but as I see there are also addiitonal connections to higher ports that are ...
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
113 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 ...
0
votes
0answers
138 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
0answers
170 views
IPTABLES allow mail with DROP policy [closed]
I'd like to allow mail through iptables and DROP policy but this script doesn't work what it is wrong here:
## FLUSH de reglas
iptables -F
iptables -X
iptables -Z
iptables -t nat -F
## policy
...
0
votes
0answers
249 views
How to redirect ports for all loopback addresses (127.0.0.*) with iptables? [closed]
I need to redirect some ports on localhost, but not only on 127.0.0.1 but on all loopback addressess (for example 127.0.0.2).
When I add this rule:
-A OUTPUT -d 127.0.0.0/24 -p tcp -m tcp --dport 21 ...
0
votes
0answers
118 views
Can I mix private IP NATed and public IP addresses behind an IPTABLES firewall? [closed]
I wish to host a SIP server and DNS at the end of an ADSL2 connection. My current network sits behind an iptables firewall which runs on a Linux box with two Ethernet interfaces, the WAN interface ...
1
vote
0answers
566 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 ...
0
votes
1answer
62 views
Server Firewall preventing sending of email
The firewall on my VPS appears to be preventing my site from sending email. It was working fine until the end of last month. My hosting provider (Webfusion) has been next to useless.
I am able to ...
0
votes
0answers
239 views
Find out what blocks incoming connections on any Linux machine / open ports
Sometimes I log in to a machine of one client and I cannot receive incoming connections on some ports.
In Windows besides the Windows firewall a user could have installed a firewall program, or there ...
0
votes
0answers
114 views
Cannot disable iptables redirect [closed]
I have tomcat running on port 8080 and I setup iptables to redirect traffic on port 80 to 8080 like this
sudo iptables -I INPUT 1 -p tcp --dport 8080 -j ACCEPT
sudo iptables -I INPUT 1 -p tcp --dport ...
0
votes
1answer
983 views
how I can I set iptables to only allow certain mac addresses to connect to connect to a server
I am currently attempting to configure iptables to only allow certain mac addresses to connect it (this is a debian machine being used as a router) in order to provide a small level of protection to ...
0
votes
0answers
284 views
IPTables adding new rule syntax [closed]
I have attempted to follow the instructions at:
http://d4forg.blogspot.co.uk/2012/01/detect-and-block-synfloods.html
which outlines two commands to run on the server:
iptables -I INPUT -p tcp -m ...
0
votes
2answers
325 views
Dynamic firewall rules or iptables API for Ubuntu 12?
I have a firewalled server (in this case, Redis, but this probably isn't central to my question.) I want to lock down access to only certain IP addresses -- a variable, changing set of worker Amazon ...
-2
votes
1answer
611 views
Centos/fedora/amazon linux: iptables best practice
I tried to stick with one flavor of linux, but have somehow gotten into CentOs, Fedora and Amazon Linux mix. (Amazon linux is lowest priority as it has its own firewall thru console)
Goal: Configure ...
1
vote
0answers
118 views
How to make a rule apply to packet fragments using puppetlabs/firewall [closed]
I am trying to configure iptables using the puppetlabs/firewall module.
When using iptables, one can use the -f parameter to make a rule apply to only the 2nd+ fragments of fragmented packets.
Is ...
0
votes
1answer
193 views
Is there any firewall protocol other than iptables in Linux operating system? [closed]
Is there any firewall available in Linux other than iptables?
0
votes
1answer
109 views
Problems occur when I block a specific user to access Internet using iptables while ufw is enable
I have enable ufw to reject some in going traffic, only allow port 80,22 to be opened.
And further more, today I need to block specific user to access Internet using iptables rule as follow:
$ ...
0
votes
1answer
156 views
How to use the Python UFW (Uncomplicated Firewall) API in Ubuntu?
I use UFW on Ubuntu 12.04 to allow and deny IP addresses to ports from the command line.
How can I use the API to do the following in Python?
$ sudo ufw status
$ sudo ufw allow from 207.46.232.182
...
-1
votes
1answer
965 views
Iptables: Redirect to port 8080 and ACCEPT only one IP address
Background Info: I have rooted an android phone and installed droidwall to get access to iptables. The kernel version is 2.6.35.7-perf.
Objective: Test the efficiency of a proxy (on port 8080) ...
-1
votes
1answer
957 views
IPtables block range with exception
I have a server in my network for which I want to DROP outbound traffic to any other host in the LAN, except for one or 2 single hosts. E.g. I want to block outbound traffic to 123.123.1.1/16, except ...
0
votes
0answers
363 views
ufw and redirecting for a single IP only [closed]
I have a java server (jetty) running on 8080. Port 80 has been redirected in rules.before:
-A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080
Now I need to put an Apache server on that box ...
-1
votes
1answer
5k views
Block all udp traffic except dns using iptables [closed]
I am trying to block all UDP traffic on my machine except for DNS queries originating from my machine.
I am using all ACCEPT policy because I don't want to block any TCP traffic.
Here are my rules:
...
0
votes
0answers
132 views
iptables and cisco acl throuhput exponential behaviour
i am writting to ask about iptables and cisco acl performance in TCP and UDP filtering. I was testing it with large number of firewall rules. I get exponential behaviour.
...
0
votes
0answers
664 views
java.net.ConnectException: Connection timed out, Tomcat 7 and iptables
I am experiencing a weird problem..
Basically our Java developer said that in the java application the services that access the db to write on it get this error:
java.net.ConnectException: ...
0
votes
0answers
108 views
Rpc usage with linux firewall?
I want to perform Rpc client thread and firewall script on suse linux 2.6.16 kernel.
Here are my firewall chain rules; It is a netfiler and other builtin chains are DEFAult ACCEPT policiy
Chain ...
1
vote
1answer
3k views
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 the local network and one interface is for the internet. I am able to route traffic through it ...
1
vote
1answer
300 views
iptables recent module --set option [closed]
I read a firewall script including following lines
iptables -A pfc -p udp --dport 5060 -m recent --name badguy --update --seconds 60 -hitcount 600 -j DROP
iptables -A pfc -p udp --dport 5060 -m ...
-1
votes
1answer
178 views
Need Packet filtering and packet editing api for windows
As the title says, i need a packet filtering (Firewall) and packet editing API for windows
I did a lot of google search and find some packet filtering API
like
1.Winpcap
2.WIPFW
3.Pktfilter
but ...
11
votes
2answers
13k views
iptables remove specific rules
I am hosting a special HTTP and HTTPS services on port 8006 and 8007. I use IPTABLES to 'active' the server; i.e. to route the incoming HTTP and HTTPS ports:
iptables -A INPUT -i eth0 -p tcp --dport ...
0
votes
1answer
2k views
IPTables port forwarding [closed]
Does anyone have an example for routing incoming requests on port 2450 to a different IP address on port 2451? Let's say for clarity:
incoming IP is 192.168.0.100
the other server is 192.168.0.101
...
0
votes
0answers
790 views
can't open PORT on IPTABLES firewall
I'm struggling to understand why I can't open port 61616 by adding IPTABLES rule. Here is the listing of all rules, obtained via IPTABLES -L command.
Chain INPUT (policy ACCEPT)
target prot opt ...
0
votes
0answers
2k views
To check linux firewall status without root privileges
I'm writing a bash script which will check if the local firewall is up, and based on the status, perform some operation.
Ideally, within my script I would do:
su root ...
0
votes
1answer
247 views
using python: how create firewall to block/drop network packets
Like the question stated... How to use python to block/drop packets from blacklisted host (MAC address) ... or more specific, ARP packets
I know that *inux has utilities like "iptables" that can ...
1
vote
1answer
306 views
SSH Connection Lost [closed]
I have recently started using iptables, and I executed iptables -F without knowledge of what it might do. And suddenly I have lost connection to the node. I can't even ping the node. Any help would be ...
3
votes
2answers
4k views
iptables block access to port 8000 except from IP address
I've never used iptables, and the documentation online seems a bit opaque.
I'd like to block all requests to port 8000 on my server except those coming from a specific IP address. How do I do that ...
