일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Routing
- coding test
- 라우터
- 코딩테스트
- snort
- 스노트 룰
- 라우팅프로토콜
- docker
- Router
- 컨테이너
- Snort Rule
- programmers
- 프로그래머스
- TDD
- 데이터베이스
- database
- db
- osi7layer
- 리눅스
- Cosmos
- 트레바리
- Python
- Container
- OSI7계층
- 라우팅
- Linux
- 코딩 테스트
- MySQL
- 도커
- 스노트
Archives
- Today
- Total
목록네트워크 설정 (1)
Simple is IT, 누구나 보고 누구나 깨닫는 IT
CentOS Linux Network configure
ifconfig ifconfig, route를 이용한 ip 수동 설정ifconfig [장치명] [IP address] netmask [subnetmask]route add default gw [Gateway address]ip 자동 설정dhclient [장치명] 파일을 이용한 DHCP설정/etc/sysconfig/network-scripts/ifcfg-ens33BOOTPROTO=dhcp // dhcp로 할당한다ONBOOT=yes // 재시작 시 자동으로 파일을 이용한 Static설정/etc/sysconfig/netowrk-scrips/ifcfg-ens33BOOTPROTO=static // static으로 할당한다.ONBOOT=yes // 재시작 시 자동으로IP,MASK,GW 등..
Simple is IT/Server
2020. 5. 6. 13:38