I have a FreeBSD installation in which networking has been working normally for quite a while but all of a sudden I am unable to ping anything outside my LAN. I may well have changed something unwittingly as I am prone to tinkering, but I thought that routing is pretty straightforward when using DHCP...
Since routing has always 'just worked' I'm not even sure where routing information is stored. Can anyone suggest what I should check?
I running FreeBSD 11.0-RELEASE-p1 i386 on a ThinkPad X61.
/etc/rc.conf contains:
The system does get an IP address assigned from the DHCP server and I am able to access the Internet from other systems as well as from other FreeBSD installations on this system.
As an aside I get a Segmentation fault when running
Since routing has always 'just worked' I'm not even sure where routing information is stored. Can anyone suggest what I should check?
I running FreeBSD 11.0-RELEASE-p1 i386 on a ThinkPad X61.
/etc/rc.conf contains:
Code:
ifconfig_em0="DHCP"
The system does get an IP address assigned from the DHCP server and I am able to access the Internet from other systems as well as from other FreeBSD installations on this system.
As an aside I get a Segmentation fault when running
gpart show
so there may be some underlying fault which I don't know about.