Hello
I'm a beginner on FreeBSD system.
I have tried to install the system FreeBSD 8.3 on VirtualBox and am having problems when I do the command [cmd=]portsnap fetch extract[/cmd] seems to me this error:
I tried to follow this tutorial:
http://freebsd.rogness.net/redirect.cgi?basic/nat.html
when I get to this part of tutorial:
First let's check that the firewall has the proper ruleset running:
Do not show me this:
But I continued and when I get this part:
Let's test it out to see if we can get to the internet:
Seems to me this error:
I hope you can help me.
I'm a beginner on FreeBSD system.
I have tried to install the system FreeBSD 8.3 on VirtualBox and am having problems when I do the command [cmd=]portsnap fetch extract[/cmd] seems to me this error:

I tried to follow this tutorial:
http://freebsd.rogness.net/redirect.cgi?basic/nat.html
when I get to this part of tutorial:
First let's check that the firewall has the proper ruleset running:
Code:
# ipfw -a l
00050 1566423 901667271 divert 8668 ip from any to any via xl0
00100 116714 10731910 allow ip from any to any via lo0
00200 0 0 deny ip from any to 127.0.0.0/8
65000 3342945 1813053300 allow ip from any to any
65535 0 0 deny ip from any to any
Do not show me this:
Code:
00050 1566423 901667271 divert 8668 ip from any to any via xl0
But I continued and when I get this part:
Let's test it out to see if we can get to the internet:
Code:
# ping ftp.freebsd.org
PING ftp.freebsd.org (209.180.6.225): 56 data bytes
64 bytes from 209.180.6.225: icmp_seq=0 ttl=240 time=81.597 ms
64 bytes from 209.180.6.225: icmp_seq=1 ttl=240 time=115.910 ms
64 bytes from 209.180.6.225: icmp_seq=2 ttl=240 time=50.444 ms
^C
--- ftp.freebsd.org ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max/stddev = 50.444/82.650/115.910/26.737 ms
#
Seems to me this error:

I hope you can help me.