answersLogoWhite

0

we can use access control list for block iptables...............and how is possible that the sender dont know that all traffic was blocked

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Create an iptables rule that will block all traffic from 10.14.34.207 and not let the sender know when the traffic is bloked?

Page 789 - start reading.


Create an iptables rule that will block all traffic from 10.14.34.207 and not let the sender know that the traffic was blocked?

page 789 start reading to be sure but this should work iptables --insert INPUT 0 --source 10.14.34.207 --jump DROP iptables -A INPUT -s 10.14.34.207 -j DROP


How do you block ping?

To block ping requests (ICMP Echo Requests) on a device, you can configure the firewall settings. For Windows, you can use the Windows Firewall to create a rule that blocks incoming ICMP traffic. On Linux, you can use iptables with a command like iptables -A INPUT -p icmp --icmp-type echo-request -j DROP. Additionally, many routers have settings to disable ping responses in their configuration menus.


Create an iptables rule that will block all traffic from 10.14.34.207 and not let the sender know the traffic was blocked?

If the sender is any good, they are going to know (traceroute or tcptraceroute will tell them).For forwarded traffic:iptables -I FORWARD -s 10.14.34.207 -j DROPFor traffic that you receive, the best thing to do is to pretend that the port is closed:iptables -I INPUT -s 10.14.34.207 -j REJECT


The command iptables --replace will?

The iptables --replace command is used to replace an existing rule in a specified chain of the iptables firewall configuration without having to delete and re-add the rule. It takes the rule number as an argument, effectively updating the rule at that position with a new specification. This command helps streamline firewall management by allowing modifications to existing rules while maintaining their order in the chain.


The essays on advantages of traffic rule?

In the society, Traffic


When driving it is illegal to block an intersection at any time?

Yes, it is illegal to block an intersection while driving, as this can impede the flow of traffic and create hazardous conditions. Blocking an intersection can lead to traffic jams and increase the risk of accidents. Drivers should ensure they can clear the intersection before entering it, especially when the traffic signal changes. Violating this rule can result in fines or other penalties.


What is iptables and how does the help harden the fedora Linux server?

iptables is the current host-based, Linux IP stateful firewall and routing service that can be enabled in your Fedora Linux Server. It controls incoming and outgoing network connections and either allows, disallows, or forwards requests based on a set of defined rule sets you configure within the firewall application itself.


What is the plural form of traffic rule?

Well, darling, the plural form of "traffic rule" is "traffic rules." It's not rocket science, honey. Just add an "s" at the end and voilà, you've got yourself a plural. Now go out there and follow those traffic rules like the responsible citizen you are!


What is the second rule in driving?

The second rule in driving is to always obey traffic signs and signals.


Traffic school course?

YES the online ones rule!!!


What rule do you see that allows port 80 traffic through the firewall?

A typical rule that allows port 80 traffic through a firewall is one that permits inbound TCP connections on port 80, which is the standard port for HTTP traffic. This rule usually specifies the source and destination IP addresses or networks and allows traffic from any source to the designated server's IP on port 80. Additionally, the action for this rule would be set to "allow" or "accept." This configuration enables web traffic to reach the server hosting the website.