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
- Python
- centos7
- 인프런
- 빅데이터 분석기사
- nmcli
- FSB
- 빅데이터분석기사 실기
- AWS
- ubuntu
- 빅데이터분석기사
- Cloud
- [EduAtoZ]
- error
- 워게임
- 빅분기 실기
- Linux
- VS Code 오류
- AWS Cloud
- pandas
- 클라우드
- dreamhack
- Dreamhack.io
- 보안뉴스
- pwnable
- mariadb
- 풀이
- wireshark
- tcache
- ios frida
- 빅데이터 분석기사 실기
Archives
- Today
- Total
목록네트워크 연결 수정 (1)
0netw0m1ra
[016] nmcli con 연결 수정
- 주소 변경 # nmcli con mod test-net ipv4.addresses 10.0.0.7/24 - 주소 추가 : LAN카드 IP가 여러개 가능 # nmcli con mod test-net +ipv4.addresses 10.0.0.7/24 - 게이트웨이 변경 # nmcli con mod test-net ipv4.gateway 10.0.0.1 - DNS 세팅 : 인터넷 연결을 위해 # nmcli con mod test-net ipv4.dns 8.8.8.8 # nmcli con reload # nmcli con up test-net - 방법 변경 # nmcli con mod test-net ipv4.method manual - 라우터 설정 변경 : 일반적인 경우를 제외하고, 다른 경우에 게이트웨이..
Unix Linux
2021. 6. 3. 12:37