Or just simply type
After you make your changes, ctrl+c and type "exit"
There's another way to setup your networking through "sysinstall"
As root, type
Then go to, configure, then networking, then interfaces.
This should get you with a list of hardware devices. If you have already made a list of your hardware, you should be able to spot which one you should try out. For example on my desktop i have this -> "nvidia ncforce mcp ethernet" Pick the right one or just brute force them until something works
Now we have a different screen (choose no for ipv6 support & dchp) Put w/e you want as Host and for starters try your router's(?) ip addr as IPv4 Gateway and Name Server. Assuming you have a router, your ISP should have given you its ip addr which should be something like "192.168.1.1". You can then choose your own internal ip addr when talking to the router.
If what I'm saying so far makes sense to you, try this layout:
Host: my_pc
domain: (none)
IPv4 Gateway: 192.168.1.1
Name Server: 192.168.1.1
IPv4 Address: 192.168.1.10
Netmask: 255.255.255.0
options: (none)
Reboot. You can tell if it's working if you can ping
http://www.google.com and get a response.
The reason freebsd isn't like ubuntu which sets up a window manager and x server during installation, is that FreeBSD is used heavily as a server platform by sys/admins who don't really need it.
Hope this helps.