Joseph wrote: > Is there a standard port the web-browser connection is going OUT (to > internet) on?
You might want to read up on how TCP/IP works. Outgoing connections are made on a random (well, not random, but not exactly predictable) port >1024. All ports <=1024 are restricted for root's use only. If you're trying to do something with a firewall, trying matching a destination port of 80 instead of the source port. -- Andrew Gaffney http://dev.gentoo.org/~agaffney/ Gentoo Linux Developer Installer Project -- gentoo-user@gentoo.org mailing list