I opened up all ports in my ipfw firewall and I still can't run the [cmd=]portsnap fetch update[/cmd] command. I get the following error message when I execute the command:
Here is my ipfw config:
Is there any other suggestion on what may be blocking this update command from running?
Code:
Fetching snapshot tag from portsnap1.FreeBSD.org... failed.
Here is my ipfw config:
Code:
#!/bin/sh
ipfw="/sbin/ipfw -q -f"
${ipfw} flush
${ipfw} add 99999 allow all from any to any
Is there any other suggestion on what may be blocking this update command from running?