Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- docker
- G-suite
- 보안양파
- PlayBook
- ansible
- hardening
- xe guest utilities
- bash
- GitLab
- endpoint security
- freebsd
- proxycfg
- Kibana
- Windows
- centos 8
- miniconda
- Proxy
- 로그인불가
- Elasticsearch
- pfsense
- macos
- elastic stack
- 한글가이드
- Kibana server is not ready yet
- XCP-ng
- ssh key 배포
- ELASTIC
- x-pack
- application security
Archives
- Today
- Total
선 밖에 선 자유인
xcp-ng FreeBSD xe guest utilities 설치 본문
- 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/
Comments