Cannot figure out configuration

Configuration for...? An explanation of what you are attempting to configure would be helpful to those that attempt to help you. Can you explain what you trying to do?
 
Might not have done this with /etc/rc.conf

Code:
ifconfig_NETWORK_ADAPTER_HERE="inet 188.212.101.64 netmask 255.255.252.0"
defaultrouter="188.212.100.1"

Then
service netif restart
service routing restart


Although, if you need this help, you should perhaps not be connecting this machine directly to the internet.
 
Then perhaps you are not connected directly to the internet and should be using

Code:
ifconfig_NETWORK_ADAPTER_HERE="DHCP"
 
Hello,
to be able to help you i need the result of those commands:
ifconfig
netstat -rn4
netstat -ind4
cat /etc/rc.conf
 
Back
Top