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
- Windows
- ansible
- x-pack
- application security
- XCP-ng
- PlayBook
- Kibana
- Kibana server is not ready yet
- xe guest utilities
- 한글가이드
- freebsd
- endpoint security
- macos
- G-suite
- 보안양파
- Proxy
- elastic stack
- GitLab
- docker
- centos 8
- hardening
- ssh key 배포
- 로그인불가
- proxycfg
- miniconda
- bash
- pfsense
- Elasticsearch
- ELASTIC
Archives
- Today
- Total
선 밖에 선 자유인
Ubuntu 17.10 네트워크 설정 본문
ubuntu 17.10부터는 netplan에서 네트워크 설정
$ sudo vi /etc/netplan/netcfg.yaml
network:
version: 2
renderer: networkd
ethernets:
ens33:
dhcp4: no
dhcp6: no
addresses: [192.168.0.100/24]
gateway4: 192.168.1.1
nameservers:
addresses: [9.9.9.9,168.126.63.1]
# sudo netplan apply
Comments