Hello there
Has motherboard with realnek network card and pci-e.
I installed proxmox using gui and my graphics card. Now - when i disable my monitor (gpu is still installed in motherboard, just without any output) - it does not access from my local network. i do not know why. Journalctl is OK
First thing - pci have different name, but i manually create config for my network card and it working with connected monitor again, when is disconnect it - problem occur
Mac adress is correct
Attach journalctl when monidor is disconnected, but gpu is installed
Thanks for help
Has motherboard with realnek network card and pci-e.
I installed proxmox using gui and my graphics card. Now - when i disable my monitor (gpu is still installed in motherboard, just without any output) - it does not access from my local network. i do not know why. Journalctl is OK
First thing - pci have different name, but i manually create config for my network card and it working with connected monitor again, when is disconnect it - problem occur
Bash:
#/etc/systemd/network/10-realtek.link
[Match]
MACAddress=0a:e0:af:f1:06:b8
[Link]
Name=realtek0
Mac adress is correct
Bash:
#/etc/network/interfaces
auto lo
iface lo inet loopback
auto realtek0
iface realtek0 inet manual
post-up /usr/sbin/ethtool -s realtek0 wol g
auto vmbr0
iface vmbr0 inet static
address 192.168.1.100/24
gateway 192.168.1.1
bridge-ports realtek0
bridge-stp off
bridge-fd 0
Attach journalctl when monidor is disconnected, but gpu is installed
Thanks for help