Hello, I have just installed FreeBSD 12 on a physical server and am having issues with networking.
When I ping an IP like 8.8.8.8 I get no response back. All DNS lookups fail to resolve.
I can see this traffic going out on the router without being blocked or treated any differently than sessions from other hosts on the network.
I have looked at many previous post about networking issues for FreeBSD and none have helped solve my issue.
/etc/rc.conf :
/etc/resolv.conf:
Any help is greatly appreciated, thank you.
When I ping an IP like 8.8.8.8 I get no response back. All DNS lookups fail to resolve.
I can see this traffic going out on the router without being blocked or treated any differently than sessions from other hosts on the network.
I have looked at many previous post about networking issues for FreeBSD and none have helped solve my issue.
/etc/rc.conf :
Code:
hostname=fbsd1
ifconfig_bge0="inet 10.0.0.2 netmask 255.255.255.0"
defaultroute="10.0.0.1"
sshd_enable="YES"
dumpdev="AUTO"
/etc/resolv.conf:
Code:
nameserver 1.1.1.1
nameserver 8.8.8.8
ifconfig -a
:
Code:
bge0: flags=8843<UP ,BROADCAST ,RUNNING ,SIMPLEX ,MULTICAST> metric 0 mtu 1500
options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
ether 14:18:77:41:65:50
inet 10.0.0.2 netmask 0xffffff00 broadcast 10.0.0.255
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options =29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Any help is greatly appreciated, thank you.