• 돌아가기
  • 아래로
  • 위로
  • 목록
  • 댓글
가이드

Ubuntu 24.04 LTS 고정 IP설정하기

달소 달소 137

0

3

 

안녕하세요. 달소입니다.

 

이번글에서는 앞서 설치한 Ubuntu 24에서 고정 ip를 설정하는방법입니다.

기본적으로 Ubuntu 20인가부터 netplan을 사용하기 시작했기때문에 설정방법은 모두 대동소이하나 기록용으로 남겨봅니다.

 

최초에 dhcp로 설정한 경우에는 헷갈릴수도있으니까요.

 

기본 vi 에디터가 없으면 apt install vim 으로 설치해주시면됩니다.

 

vi /etc/netplan/50-cloud-init.yaml

 

 DHCP로 설치하신경우 기본적으로 아래와같이 되어있는데요.

 

image.png.jpg

 

해당 값들을 아래처럼 바꿔주시면 됩니다.

 

인터페이스는 ifconfig 명령어로 확인해주시고 설정해주세요.

 

image.png.jpg

 

address: 는 ip와 서브넷마스크를 의미합니다.

nameservers:는 dns이고

routes:는 디폴트라우팅 설정입니다.

 

# This file is generated from information provided by the datasource.  Changes
# to it will not persist across an instance reboot.  To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
    ethernets:
        ens18:
            addresses:
            - 192.168.1.23/24
            nameservers:
                addresses:
                - 1.1.1.1
                search:
                - 8.8.4.4
            routes:
            -   to: default
                via: 192.168.1.1
    version: 2

 

설정 후 netplan apply로 적용을 해주시면되는데

주의할점은 기존연결한 ip가 구 ip라면 연결이 끊기기때문에 가급적 콘솔에서 작업해주시는게 좋습니다.

 

image.png.jpg

 

ip가 바뀌면 아래처럼 다시 로그인하실 수 있습니다.

 

image.png.jpg

 

신고공유스크랩
3
profile image 1등
kmw_ 2024.04.26. 19:28
고정아이피 설정하려 했다가 이게 맞나 싶었는데 바뀌었나보군요
profile image
kmw_ 2024.04.26. 19:32
kmw_

추가로 위 방법대로 안해도

# This file is generated from information provided by the datasource.  Changes
# to it will not persist across an instance reboot.  To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
    ethernets:
        enp6s18:
            addresses: [192.168.0.16/24]
            gateway4: 192.168.0.1
            nameservers:
                addresses: [1.1.1.1, 1.0.0.1]
    version: 2

 이전 방법으로 해도 되긴합니다 (분명 답글로 단것같은데 새로 달렸네요)

댓글 쓰기 권한이 없습니다. 로그인

취소 댓글 등록

cmt alert

신고

"님의 댓글"

이 댓글을 신고하시겠습니까?

댓글 삭제

"님의 댓글"

삭제하시겠습니까?


목록

공유

facebooktwitterpinterestbandkakao story
번호 분류 제목 글쓴이 날짜 조회 추천
잡담 iventoy pxe는 속도가 엄청 느리군요.. nohdd는 왜 빠르지.. 음... purndal 1일 전00:52 137 +2
잡담 proxmox로 갈아탔습니다 7 기현 3일 전07:34 413 +2
잡담 Immich가 FUTO에 합류했습니다.(Immich 핵심 팀은 정규직으로 근무합니다.) 4 달소 3일 전11:38 309 +1
3899 질문
normal
니속사정 10시간 전20:42 134 0
3898 잡담
image
kmw_ 12시간 전19:26 194 0
3897 잡담
image
ljr10 12시간 전18:44 162 0
3896 질문
image
ljr10 18시간 전12:45 126 0
3895 잡담
image
purndal 1일 전00:52 137 +2
3894 질문
normal
스키피95 2일 전00:07 113 0
3893 질문
normal
고심분투 2일 전17:10 192 0
3892 질문
image
경호 2일 전15:50 92 0
3891 질문
normal
경호 2일 전13:23 62 0
3890 잡담
image
기현 3일 전07:34 413 +2
3889 잡담
image
keiminem 3일 전13:12 510 0
3888 잡담
normal
달소 3일 전11:38 309 +1
3887 질문
image
EXP 4일 전23:48 92 0
3886 질문
normal
홍익 4일 전19:26 221 0
3885 정보
image
지딱코 4일 전14:31 235 +1
3884 가이드
image
달소 5일 전22:22 388 +3
3883 가이드
image
ljr10 5일 전08:20 179 0
3882 가이드
image
달소 6일 전06:46 200 +1
3881
image
달소 6일 전05:50 233 +6
3880 정보
image
달소 6일 전05:38 136 0