I am a new FreeBSD user.
I had CentOS 7 installed, it was working fine. I installed FreeBSD using this:
FreeBSD-10.1-RELEASE-amd64-uefi-bootonly.iso
The install seemed to go okay. The system connected to the network, and installed the needed files.
After rebooting, I logged in, but could not ping anything except myself.
The built in ethernet port on my system does not work correctly, so I installed a network card. This configuration has been working fine for me.
/etc/rc.conf and /etc/resolv.conf look fine.
When I do an
Not sure why.
I had CentOS 7 installed, it was working fine. I installed FreeBSD using this:
FreeBSD-10.1-RELEASE-amd64-uefi-bootonly.iso
The install seemed to go okay. The system connected to the network, and installed the needed files.
After rebooting, I logged in, but could not ping anything except myself.
The built in ethernet port on my system does not work correctly, so I installed a network card. This configuration has been working fine for me.
/etc/rc.conf and /etc/resolv.conf look fine.
Code:
hostname="ash"
ifconfig_nfe0="inet 192.168.1.107 netmask 0xffffff00"
defaultrouter="192.168.1.1"
sshd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
Code:
search nuclix
nameserver 8.8.8.8
nameserver 8.8.4.4
When I do an
ifconfig. My good port nfe0 reads:
Code:
media: Ethernet autoselect (none)
status: no carrier
Not sure why.
Code:
# ifconfig
dc0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=80008<VLAN_MTU,LINKSTATE>
ether 00:80:c6:f2:4e:ef
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect
status: no carrier
nfe0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=82008<VLAN_MTU,WOL_MAGIC,LINKSTATE>
ether 00:1b:b9:54:9a:42
inet 192.168.1.107 netmask 0xffffff00 broadcast 192.168.1.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (none)
status: no carrier
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>