On Thu, 09 Mar 2006, in the Usenet newsgroup alt.internet.wireless, in article
<(E-Mail Removed)>, William P.N. Smith wrote:
>Secondly, just to try it out, I'm trying to block Ping, but it comes
>up as ports zero thru zero, which is wrong (isn't it?)
Yes - ping doesn't use ports. It's ICMP. See RFC0792
>Then, I fix the ping port to port 7 and enable it and I can still ping
>machines on the WAN side of the router.
See
http://www.iana.org/assignments/port-numbers
Then have a look at RFC0862 was is the _experimental_ protocol that used
port 7.
>Also, if I only wanted to allow WWWebBrowsing, what do I need to allow
>for ports besides 80 (HTTP) and 53 (DNS). I'm not sure if I care if
>people can do HTTPS or anything else...
OUTBOUND to 53/udp, 53/tcp, 80/tcp on the remote servers, FROM anything
above 1025.
INBOUND from 53/udp, 53/tcp, 80/tcp on the remote servers TO anything
above 1025.
You also need ICMP Type 3 as a minimum.
>I've got a couple of WRT54G V5s in stock, but they are unopened, so I'd
>rather keep them pristine...
You _really_ need to do some basic reading. Start with RFC1180
http://www.ietf.org/rfc/rfc0000.txt
http://www.faqs.org/rfcs/rfc0000.html
http://www.rfc-editor.org/rfc/rfc0000.txt
http://www.ccd.bnl.gov/network/general/rfc0000.html
http://www.cis.ohio-state.edu/htbin/rfc/rfc0000.html
Replace the zeros with the _four_ digit document number (ex 0862)
Old guy