-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
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 ...
0
votes
1answer
162 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 ...
-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 ...
1
vote
1answer
77 views

Source address of TCP_RST segment sent by IPTables

Iptables can be configured to reject a packet with an action such as sending TCP_RST or ICMP_HOST_UNREACHABLE packets back to the source. Like this: iptables -A INPUT -p TCP --dport 22 -j REJECT ...
0
votes
1answer
717 views

Redirect all outgoing traffic on port 80 to a different IP on the same server [closed]

I have multiple IP addresses on the same server and I would like to redirect all outgoing traffic on port 80 to a different IP on the same server just no to use always main IP. Currently I'm using ...
-1
votes
1answer
944 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
72 views

need to my server's ip changes when it needs to connect port 'x' on ip 'y' [closed]

I have a linux server and have a proxy server on another machine. My linux server needs connect to port 'x' on ip 'y' Is it possible to create iptables rule or another way to: when my linux server ...
1
vote
1answer
315 views

Server has 2 IP addresses. How can I route 2 servers with 2 different ports to the 2 IPs on the same port

I want to route: 127.0.0.1:25565 <-> 40.39.210.1:25565 127.0.0.1:25564 <-> 40.39.210.40:25565 Note that the 2 internal IPs are the same, but the ports are different, and the 2 external ...
0
votes
0answers
276 views

Get the current ip address of a vip

I'm trying to block access from some ip's using iptables, but can't seem to use the vip address. And I can't seem to be able to find a way to find the current ip of the vip. Don't know if this is ...
0
votes
2answers
159 views

What is ip table [closed]

I am doing a php site. Each time i restart the server i need to disable ip tables.. What is the use of ip tables.. Someone please help me..