Hi All!
I use External PCI-Express network card: TP-Link TG-3468 v2 Gigabit Ethernet
on FreeBSD 11.4-RELEASE-p3.
/var/run/dmesg.boot
pciconf -lv
I noticed a strange behavior:
Status active, but network traffic is empty!
One startup - network Ok, other startup - Bad and so on randomly.
I use
I assume that the network interface is in the down status when it is first enabled.
Because if you do:
then the network card "comes to life".
I want to understand this random behavior.
And exclude this behavior.
We need stability.
Thank you all!
I use External PCI-Express network card: TP-Link TG-3468 v2 Gigabit Ethernet
on FreeBSD 11.4-RELEASE-p3.
/var/run/dmesg.boot
Code:
re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xe000-0xe0ff mem 0xf7200000-0xf7200fff,0xf0000000-0xf0003fff irq 18 at device 0.0 on pci1
re0: Using 1 MSI-X message
re0: Chip rev. 0x2c000000
re0: MAC rev. 0x00200000
re0: Using defaults for TSO: 65518/35/2048
re0: Ethernet address: 7c:8b:ca:01:a6:eb
pciconf -lv
Code:
re0@pci0:1:0:0: class=0x020000 card=0x34687470 chip=0x816810ec rev=0x06 hdr=0x00
vendor = 'Realtek Semiconductor Co., Ltd.'
device = 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller'
class = network
subclass = ethernet
I noticed a strange behavior:
ifconfig re0
Code:
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
ether 7c:8b:ca:01:a6:eb
hwaddr 7c:8b:ca:01:a6:eb
inet 10.30.0.1 netmask 0xffffff00 broadcast 10.30.0.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
Status active, but network traffic is empty!
One startup - network Ok, other startup - Bad and so on randomly.
I use
arp
and tcpdump
for analysis.I assume that the network interface is in the down status when it is first enabled.
Because if you do:
ifconfig re0 down
ifconfig re0 up
then the network card "comes to life".
I want to understand this random behavior.
And exclude this behavior.
We need stability.
Thank you all!