일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- LattePanda
- 자작 NAS
- RHEL
- PostgreSQL
- 라떼판다 NAS
- RHEL 7
- MSA
- Packstack
- haproxy
- LattePanda Ubuntu
- centos 7
- MariaDB
- CentOS 8
- CentOS
- RDP Wrap
- nextcloud
- Rocky Linux 8
- ubuntu
- WireGuard
- RHEL 8
- 라떼판다 우분투
- openstack
- Kubernetes
- podman
- 라떼판다
- Rocky Linux
- Openstack Rocky
- Windows 10 Home
- LattePanda NAS
- MySQL
Archives
- Today
- Total
목록Netplan (1)
간마늘작업소
[Ubuntu] 고정 IP 설정 하기
0.개요 Ubuntu는 18.04를 기준으로 고정 IP 설정 방법이 달라짐 Ubuntu 18.04 이전 - networking 서비스로 제어 Ubuntu 18.04 이후 - netplan으로 제어 1.Ubuntu 18.04 이전 cd /etc/network/ sudo vi interfaces (전략) # The primary network interface auto eth0 # iface eth0 inet dhcp iface eth0 inet static address 192.168.0.40 netmask 255.255.255.0 gateway 192.168.0.1 dns-nameservers 8.8.8.8 파일 수정. eth0 : 네트워크 장치 이름 dhcp : 자동 할당 static : 수동 설정 s..
Linux/02.Ubuntu
2022. 7. 6. 10:54