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 |
Tags
- 인프런
- ios frida
- 빅데이터 분석기사
- 빅데이터분석기사 실기
- Cloud
- Dreamhack.io
- 빅데이터 분석기사 실기
- Linux
- nmcli
- centos7
- AWS
- AWS Cloud
- ubuntu
- FSB
- dreamhack
- 워게임
- 풀이
- pandas
- tcache
- 빅분기 실기
- mariadb
- 클라우드
- VS Code 오류
- 빅데이터분석기사
- [EduAtoZ]
- Python
- 보안뉴스
- wireshark
- error
- pwnable
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