I have FreeBSD physical server. This server work for me 5 years, after 5 years, mainboard is fail and sometimes it can not turn ON, so I move this server to VM by Proxmox, everything is OK and my FreeBSD boot good.
My FreeBSD has two NIC, one NIC with public IP and one NIC with private IP.
I do not know why sometime one NIC can not work good. For example, yesterday when I try to ssh to my server by 192.168.0.210, I can not ssh, so I ssh to server with public IP and I ssh to server by 8.8.8.210, after ssh when I run
How I can test what is problem?
My FreeBSD has two NIC, one NIC with public IP and one NIC with private IP.
I do not know why sometime one NIC can not work good. For example, yesterday when I try to ssh to my server by 192.168.0.210, I can not ssh, so I ssh to server with public IP and I ssh to server by 8.8.8.210, after ssh when I run
ifconfig, I see em0 do not have IP, my rc.conf is correct, after reboot everything is OK and I can shh by 192.168.0.210 and 8.8.8.210, but today I can not shh by 8.8.8.210, ifconfig show me em1 has IP, but I can not connect to server.How I can test what is problem?