OK, it looks like you skipped a part of the installation ... there is a section in the Installation Handbook that talks about setting up your networking.
There would have been a comment about installing a dhcp client.
You can setup a fixed address ... just to get you communicating.
The /etc/conf.d/net.example file shows all the options ... example to add a static address and a default gateway ... add these lines to the /etc/conf.d/net file:
Code:
config_eth0=( "192.168.0.2/24" )
routes_eth0=( "default via 192.168.0.1" )
__________________
Men occasionally stumble over the truth,
but most of them pick themselves up
and hurry off as if nothing had happened.
Winston Churchill
... then the Unix-Gods created "man" ...