Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
Network Troublshooting => General Networking Support in Linux => Topic started by: muthu on April 13, 2005, 05:24:33 AM
-
hello sir,
I am using redhat linux 9 .
I am getting one problem.
203.101.45.1 sent an invalid ICMP error to a broadcast
if any solution
please help me.
thanks and regards
s.muthu.
-
I am able to ping this address. this IP address is working fine
check if there may be some firewall setting in your LAN or your system.
ping commands usesICMP packets.
#iptables -L (list the iptables rules)
#iptables -F( flushes these rules)
#iptables-save( save these rules)
-
There could be many reasons..
but the error actually saying that.. your machine had sent a packet and in reply that machine (203.101.45.1 ) sent some but they are having some sort of error.
From what I have heard uptill now it is mostly faced by people running nmbd and smbd on their machine..
it is nothing to worry about.. u can ignore them.. to do so ..
echo 1 >/proc/sys/net/ipv4/icmp_ignore_bogus_error_responses
It can be also that if that remote machine is having misconfigure tcp ip stack !
-
I've been getting the same message (RH 9 - Shrike) from 10.124.32.1. I looked up the address in http://ws.arin.net/cgi-bin/whois.pl and found it to be:
OrgName: Internet Assigned Numbers Authority
OrgID: IANA
Address: 4676 Admiralty Way, Suite 330
City: Marina del Rey
StateProv: CA
PostalCode: 90292-6695
Country: US
Whenever I traceroute anything, 10.124.32.1 is the first address that shows up. I looked up the IP address you're getting messages from and it's:
OrgName: Asia Pacific Network Information Centre
OrgID: APNIC
Address: PO Box 2131
City: Milton
StateProv: QLD
PostalCode: 4064
Country: AU
So it doesn't look like anything malicious, it just fills the message log, and that can be taken care of as someone else noted:
echo 1 > /proc/sys/net/ipv4/icmp_ignore_bogus_error_responses
One thing I still don't understand is this which appeared in the message log similarly on multiple occasions:
Apr 30 10:36:01 localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Apr 30 10:36:01 localhost dhclient: DHCPACK from 10.124.32.1
Apr 30 10:36:01 localhost dhclient: bound to {myipaddress} -- renewal in 138285 seconds.