I know it is very basic question but very confusing for a newby like me. I have installed FreeBSD on a PC and after installation, configured a static IP. Even though the entry is there in rc.conf:
but I only see IP on em0 for a few minutes by checking ifconfig. Only during that time when there is the IP entry I can ping other PC on the network but after few minutes, without any error message, it stops pinging other PCs and ifconfig does not show any IP associated to the em0. I have rebooted, manually entered the IP but still having same issue.
Could you please help me?
thanks,
Code:
ifconfig_em0="inet 192.168.0.254 netmask 255.255.255.0"
defaultrouter="192.168.0.1"
but I only see IP on em0 for a few minutes by checking ifconfig. Only during that time when there is the IP entry I can ping other PC on the network but after few minutes, without any error message, it stops pinging other PCs and ifconfig does not show any IP associated to the em0. I have rebooted, manually entered the IP but still having same issue.
Could you please help me?
thanks,