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

Ubuntu 24.04 LTS 고정 IP설정하기

달소 달소 217

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
번호 제목 글쓴이 날짜 조회 추천
나만의 구독 관리하기 Wallos 서버 구축하기. 6 달소 1일 전17:19 214 +2
네트워크 구성도와 상세 스펙 공유 3 맘맘 1일 전16:17 227 +1
NPM에서 Tailscale IP로 역방향 프록시 안 되는 문제 해결 방법 2 fenfen 1일 전11:36 138 +5
3736
normal
랩실뚜벅이 11시간 전16:42 156 0
3735
image
달소 1일 전17:44 302 0
3734
image
달소 1일 전17:19 214 +2
3733
image
맘맘 1일 전16:17 227 +1
3732
normal
fenfen 1일 전11:36 138 +5
3731
normal
eond 1일 전09:41 125 0
3730
normal
초보입니다ㅠㅠ 2일 전12:41 154 0
3729
normal
블랙앤해적 3일 전21:41 153 0
3728
image
kmw_ 3일 전19:42 240 0
3727
image
감자탕 3일 전17:03 260 0
3726
image
똥쓰똥쓰 4일 전17:43 243 0
3725
normal
ljr10 4일 전16:55 181 0
3724
image
EXP 4일 전15:32 100 0
3723
image
감자탕 4일 전15:31 168 0
3722
image
klayf 5일 전14:16 273 +14
3721
image
kmw_ 5일 전14:12 218 0
3720
image
동도리군 5일 전13:23 284 0
3719
normal
kmw_ 6일 전18:44 233 0
3718
normal
newsted1 6일 전09:57 139 0
3717
normal
초보입니다ㅠㅠ 24.05.11.01:44 209 0