fail2ban (1) 썸네일형 리스트형 ip고정_htop_fail2ban dpkg --get-selections# 설치패키지 확인. #ip고정 ifconfig#먼저 address, netmask을 각각 확인합니다. route#gateway 확인합니다. nano /etc/network/interfaces# 아래 내용을 추가 - 위의 확인한 내용을 입력합니다.##################################################################################################iface eth0 inet static # dhcp로 되어있으면 이걸 static 로 해야 고정이 됩니다.address 1.1.1.1 // 고정IP주소를 넣는다 netmask 1.1.1.1 // 넷마스크 gateway 1.1.1.1 // eth0의 게.. 이전 1 다음