IT/System & Network
xcp-ng FreeBSD xe guest utilities 설치
Hotman
2020. 12. 28. 03:20
- FreeBASD VM 에서 xe-guest-utilities 설치
# pkg install xe-guest-utilities
# echo 'xenguest_enable="YES"' >> /etc/rc.conf.local
# ln -s /usr/local/etc/rc.d/xenguest /usr/local/etc/rc.d/xenguest.sh
# service xenguest start
- xcp-ng 하이퍼바이저 shell에서 해당 VM의 NIC uuid 확인하여 아래와 같이 tx off
xe vif-param-set uuid=<NIC 1 uuid> other-config:ethtool-tx="off"
xe vif-param-set uuid=<NIC 2 uuid> other-config:ethtool-tx="off"
출처: xcp-ng.org/blog/2019/08/20/how-to-install-pfsense-in-a-vm/