2023년 6월 29일 목요일

[Linux]_네트워크 관리

 

[ 출처 : https://tpcable.co.kr/ , https://www.lesstif.com/ ]

네트워크 조회

# nmcli con show







네트워크 설정

# nmcli con mod "System eth0" ipv4.address 192.0.2.2/24 ipv4.gateway 192.0.2.254 ipv4.dns "8.8.8.8 168.126.63.1"

DHCP 활성화

# nmcli device modify "System eth0" ipv4.method auto

부팅시 자동 활성화

# nmcli con mod "System eth0" connection.autoconnect yes

 네트워크 재부팅

# systemctl restart NetworkManager.service 

디바이스 상태 확인(아이피 부여된 상태 전체 조회)

#nmcli device show

네트워크 온오프(유선/무선)

# nmcli net on/off      nmcli radio wifi on/off

네트워크 활성화

# nmcli connection up

 



댓글 없음:

댓글 쓰기