Click to See Complete Forum and Search --> : how do i stop...
jhermiz
Mar 25th, 2004, 02:53 PM
a router from dropping pings...
for instance I cant ping my machine from work...and my buddies cant. I think my router is dropping any ping requests. How can I allow for ping requests?
Jon
Cander
Mar 25th, 2004, 03:01 PM
allow access to the icmp port. port 5813
jhermiz
Mar 25th, 2004, 03:13 PM
Originally posted by Cander
allow access to the icmp port. port 5813
thanks ill try it at home
jhermiz
Mar 25th, 2004, 03:21 PM
Originally posted by Cander
allow access to the icmp port. port 5813
Do I just need to forward this port?
Cander
Mar 25th, 2004, 03:23 PM
yeah you can forward it to whatever computer on your network is to be pinged
Madboy
Mar 27th, 2004, 01:54 PM
What does pinging mean?
visualAd
Mar 27th, 2004, 02:04 PM
Originally posted by Madboy
What does pinging mean?
When you ping someone you send them ICMP (Internet Control Message Protocol) echo request packet
In repsonse the host you have sent the echo request packet to should reply with none other than an echo reply ICMP packet.
The ping utility generates output simillar to this:
PING 192.168.0.3 (192.168.0.3): 56 data bytes
64 bytes from 192.168.0.3: icmp_seq=0 ttl=128 time=0.3 ms
64 bytes from 192.168.0.3: icmp_seq=1 ttl=128 time=0.3 ms
64 bytes from 192.168.0.3: icmp_seq=2 ttl=128 time=0.3 ms
64 bytes from 192.168.0.3: icmp_seq=3 ttl=128 time=0.3 ms
--- 192.168.0.3 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 0.3/0.3/0.3 ms
The purpose of the pinging is to determine network connectivity with another host. If the echo request doesn't get a reply, it means the host cannot be reached.
visualAd
Mar 27th, 2004, 02:07 PM
Originally posted by Cander
allow access to the icmp port. port 5813
ICMP doesn't use ports. You just need to accept/forward ICMP packets.
Madboy
Mar 27th, 2004, 02:09 PM
ok cheers, no wonder i never heard of it - im not using a Newtork or server computer
visualAd
Mar 27th, 2004, 02:14 PM
Originally posted by Madboy
ok cheers, no wonder i never heard of it - im not using a Newtork or server computer
I've never been connected to a Newtwork either :lol: But if you are connected to the internet you can ping other computers.
Whether or not they send you a reply is another story. Many hosts block ICMP packets from the internet becuase malicous users flood them with pings from spoofed addresses.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.