일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- macos
- 보안양파
- 로그인불가
- Windows
- Elasticsearch
- miniconda
- bash
- GitLab
- ssh key 배포
- docker
- endpoint security
- freebsd
- Kibana
- Proxy
- elastic stack
- ansible
- XCP-ng
- application security
- xe guest utilities
- Kibana server is not ready yet
- ELASTIC
- centos 8
- pfsense
- G-suite
- hardening
- proxycfg
- 한글가이드
- PlayBook
- x-pack
- Today
- Total
선 밖에 선 자유인
CentOS network interface 이름 변경 본문
VMware ESXi에서 CentOS를 설치하는 경우 VM의 network interface 이름이 eth* 가 아닌 ens* 형식으로 기본 지정됨
이 때 아래와 같이 설정하면 변경 가능
# vi /etc/default/grub
GRUB_CMDLINE_LINUX=”rd.lvm.lv=rootvg/usrlv rd.lvm.lv=rootvg/swaplv crashkernel=auto vconsole.keymap=us rd.lvm.lv=rootvg/rootlv vconsole.font=latarcyrheb-sun16 rhgb quiet net.ifnames=0 biosdevname=0”
# grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file …
Found linux image: /boot/vmlinuz-3.10.0-121.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-121.el7.x86_64.img
Found linux image: /boot/vmlinuz-0-rescue-df30d92ad3eb414583d85bb471003eb4
Found initrd image: /boot/initramfs-0-rescue-df30d92ad3eb414583d85bb471003eb4.img
done
# mv /etc/sysconfig/network-scripts/ifcfg-ens192 /etc/sysconfig/network-scripts/ifcfg-eth0
# shutdown -r now