전체 게시글
[Network] Ethernet Auto-negotiation
1. 링크 협상 방식 1) Auto-negotiation : 자동으로 링크 협상을 맺는 방법 2) Forced operation : 수동으로 speed/duplex를 지정하여 링크 협상을 맺는 방법 3) Parallel detection : 파트너가 forced operation으로 10/100Mbps인 경우 auto negotiation을 중단하고 링크 협상을 맺기 위한 방법 2. Auto-negotiation의 개념 Auto-negotiation이란 스위치, 라우터, 서버 또는 기타 장치의 포트가 링크의 다른 쪽 끝에 있는 장치와 통신하여 연결을 위한 최적의 duplex mode와 speed를 결정할 수 있도록 하는 기능이다. :: Duplex mismatch 발생 과정 eth2, eth3은 10/1..
![[CentOS] CentOS7 Putty 접속](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FG4Fc9%2FbtrqmNuJs2q%2F5Jx9MU1ztApKfqGHceN0b0%2Fimg.png)
[CentOS] CentOS7 Putty 접속
1. 네트워크 설정 1) ifconfig로 IP 확인 2) #vi /etc/sysconfig/network-scripts/ifcfg-ens33 2. openssh 설정 1) openssh 설치 # yum -y install openssh* 2) ssh 시작 # service sshd start 3) 리부팅 후에도 ssh 자동으로 시작 # chkconfig sshd on 3. vmware NAT 설정 1) 포트포워딩 설정 edit - Virtual Network Editor 2) Network Adapter 설정 VM - settings... 4. 네트워크 연결 VMware Network Adapter VMnet8 - 사용함