|
-
Mar 25th, 2004, 03:53 PM
#1
Thread Starter
Banned
how do i stop...
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
-
Mar 25th, 2004, 04:01 PM
#2
allow access to the icmp port. port 5813
-
Mar 25th, 2004, 04:13 PM
#3
Thread Starter
Banned
Originally posted by Cander
allow access to the icmp port. port 5813
thanks ill try it at home
-
Mar 25th, 2004, 04:21 PM
#4
Thread Starter
Banned
Originally posted by Cander
allow access to the icmp port. port 5813
Do I just need to forward this port?
-
Mar 25th, 2004, 04:23 PM
#5
yeah you can forward it to whatever computer on your network is to be pinged
-
Mar 27th, 2004, 02:54 PM
#6
Supreme User
-
Mar 27th, 2004, 03:04 PM
#7
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:
Code:
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.
-
Mar 27th, 2004, 03:07 PM
#8
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.
-
Mar 27th, 2004, 03:09 PM
#9
Supreme User
ok cheers, no wonder i never heard of it - im not using a Newtork or server computer
-
Mar 27th, 2004, 03:14 PM
#10
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 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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|