Here's the problem, I set this:
ipfwadm -I -a acc -b -W ppp0 -P tcp -S 0.0.0.0/0 80 -D 0.0.0.0/0 80
ipfwadm -I -a acc -b -W ppp0 -P udp -S 0.0.0.0/0 80 -D 0.0.0.0/0 80
now ipfwadm -I -l says:
...
acc tcp anywhere anywhere www -> www
acc udp anywhere anywhere www -> www
And yet I can't get my browser to work, why??? A side note, I also
tried accepting on port 53, just to check to see if it was a nameserver
problem in netscape. Thanks in advance for you help.
---russ