This is a discussion on Block ping response with Endian firewall within the Linux software forums, part of the Linux Getting Started category; Hello to all, Please, how to block ICMP with Endian firewall?, try with command iptables that I found in this ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
Hello to all, Please, how to block ICMP with Endian firewall?, try with command iptables that I found in this forum, but did not work.
Thank you very much for your help! |
| Sponsored Links | ||
|
|
|
|||
|
Quote:
TCP/IP typically uses Big Endian style, and it might even be a part of the design of it. What little I know of basic TCP/IP protocols all use Big Endian. So your right monk with iptables. iptables can list rules for ICMP with #iptables -A INPUT -p icmp -j DROP This might be better since the above one kills all icmp if I remember correctly. #iptables -A INPUT -p icmp --icmp-type echo-request -j DROP Theoretically, this is enough, but it might be best to deny replies out. #iptables -A OUTPUT -p icmp --icmp-type echo-reply -j DROP |
|
|||
|
Hi All,
i do not know about Big Endian Firewall.But if your intention is to block icmp request for all, then u can use iptables. [or] u can do some changes in /proc filesystem. #cd /proc/sys/net/ipv4 #echo 1 > icmp_echo_ignore_all ( to block icmp request to all) #echo 0 > icmp_echo_ignore_all (to allow icmp request to all) thanks, aaru |
|
|||
|
Quote:
I applied your sentences and i blocked ping ... |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to ping ??? | raina_ajeet | Linux software | 2 | 04-24-2008 06:39 PM |
| script to ping + date | dendi_rm | Shell scripting | 3 | 09-11-2007 11:42 AM |
| SNMP Error:no response received | manish_2479 | Networking, Firewalls and Security | 2 | 06-14-2007 05:17 AM |
| Can't ping to a linux box by its machine name. | lacloai | Linux software | 6 | 05-17-2007 03:56 AM |
| Unable to ping from SuSE Server | ricc | Linux software | 2 | 11-01-2005 10:50 AM |