root@FreeBSD:/root # pciconf -lv | grep -B 4 "network"
subclass = USB
em0@pci0:2:1:0: class=0x020000 card=0x075015ad chip=0x100f8086 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82545EM Gigabit Ethernet Controller (Copper)'
class = network
root@FreeBSD:/root #
root@FreeBSD:/root #
root@FreeBSD:/root #
root@FreeBSD:/root #
root@FreeBSD:/root # pciconf -lv | grep -B 4 "network"
subclass = USB
em0@pci0:2:1:0: class=0x020000 card=0x075015ad chip=0x100f8086 rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82545EM Gigabit Ethernet Controller (Copper)'
class = network
root@FreeBSD:/root # ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=128 time=4.951 ms
64 bytes from 8.8.8.8: icmp_seq=1 ttl=128 time=5.454 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=128 time=35.179 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=128 time=50.297 ms
^C
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 4.951/23.970/50.297/19.515 ms
root@FreeBSD:/root # ping 4.2.2.2
PING 4.2.2.2 (4.2.2.2): 56 data bytes
64 bytes from 4.2.2.2: icmp_seq=0 ttl=128 time=282.859 ms
64 bytes from 4.2.2.2: icmp_seq=1 ttl=128 time=289.059 ms
64 bytes from 4.2.2.2: icmp_seq=2 ttl=128 time=277.916 ms
64 bytes from 4.2.2.2: icmp_seq=3 ttl=128 time=268.283 ms
64 bytes from 4.2.2.2: icmp_seq=4 ttl=128 time=273.846 ms
64 bytes from 4.2.2.2: icmp_seq=5 ttl=128 time=281.142 ms
64 bytes from 4.2.2.2: icmp_seq=6 ttl=128 time=279.444 ms
64 bytes from 4.2.2.2: icmp_seq=7 ttl=128 time=276.571 ms
64 bytes from 4.2.2.2: icmp_seq=8 ttl=128 time=269.546 ms
^C
--- 4.2.2.2 ping statistics ---
9 packets transmitted, 9 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 268.283/277.630/289.059/6.163 ms
root@FreeBSD:/root # netstat -r
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 192.168.241.2 UGS 0 23 em0
localhost link#5 UH 0 64 lo0
192.168.241.0 link#2 U 0 544 em0
192.168.241.136 link#2 UHS 0 0 lo0
Internet6:
Destination Gateway Flags Netif Expire
:: localhost UGRS lo0
localhost link#5 UH lo0
::ffff:0.0.0.0 localhost UGRS lo0
fe80:: localhost UGRS lo0
fe80::%lo0 link#5 U lo0
fe80::1%lo0 link#5 UHS lo0
ff01::%lo0 localhost U lo0
ff02:: localhost UGRS lo0
ff02::%lo0 localhost U lo0
root@FreeBSD:/root #
root@FreeBSD:/root #
root@FreeBSD:/root #
root@FreeBSD:/root # ifconfig
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
ether 00:0c:29:36:b0:3e
inet 192.168.241.136 netmask 0xffffff00 broadcast 192.168.241.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
plip0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> metric 0 mtu 1500
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
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 0x5
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
root@FreeBSD:/root #