전체 글
Hi,
-
각 컴퓨터 IP 설정하기 # R1 설정 > en #conf t Router(config)#host R1 R1(config)#int g0/0 R1(config-if)#ip addr 203.230.7.1 255.255.255.0 R1(config-if)#no shut R1(config-if)#int s0/0/1 R1(config-if)#ip addr 203.230.8.1 255.255.255.0 R1(config-if)#no shut R1(config-if)#int s0/0/0 R1(config-if)#ip addr 203.230.12.2 255.255.255.0 R1(config-if)#no shut # R2 설정 Router(config)#host R2 R2(config)#int g0/0 R2(confi..
2. 라우팅 프로토콜 - RIP각 컴퓨터 IP 설정하기 # R1 설정 > en #conf t Router(config)#host R1 R1(config)#int g0/0 R1(config-if)#ip addr 203.230.7.1 255.255.255.0 R1(config-if)#no shut R1(config-if)#int s0/0/1 R1(config-if)#ip addr 203.230.8.1 255.255.255.0 R1(config-if)#no shut R1(config-if)#int s0/0/0 R1(config-if)#ip addr 203.230.12.2 255.255.255.0 R1(config-if)#no shut # R2 설정 Router(config)#host R2 R2(config)#int g0/0 R2(confi..
2022.05.17 -
각 라우터와 PC에 IP할당과 설정 시리얼 케이블 연결을 위해선 라우터에 해당 모듈 장착 필요 라우터 전원을 끈 후 HWIC-2T 모듈을 제일 오른쪽에 장착 > 다시 전원 켜기 혹시나 궁금해 할 사람이 있을까 싶어서 , 위의 토폴로지 사진처럼 라벨을 설정하고 싶다면 Options - Preferences - Interface - Always Show Port Labels in Logical Workspace 를 설정해주면 된다 PC에 IP설정 먼저 해주려면 PC를 클릭 후 Desktop > Ip Configuration 클릭 IP와 Gateway를 입력 # R1 IP 설정 R1(config)#int s0/0/0 R1(config-if)#ip addr 10.1.1.11 255.255.255.0 R1(con..
1. 정적 경로 설정각 라우터와 PC에 IP할당과 설정 시리얼 케이블 연결을 위해선 라우터에 해당 모듈 장착 필요 라우터 전원을 끈 후 HWIC-2T 모듈을 제일 오른쪽에 장착 > 다시 전원 켜기 혹시나 궁금해 할 사람이 있을까 싶어서 , 위의 토폴로지 사진처럼 라벨을 설정하고 싶다면 Options - Preferences - Interface - Always Show Port Labels in Logical Workspace 를 설정해주면 된다 PC에 IP설정 먼저 해주려면 PC를 클릭 후 Desktop > Ip Configuration 클릭 IP와 Gateway를 입력 # R1 IP 설정 R1(config)#int s0/0/0 R1(config-if)#ip addr 10.1.1.11 255.255.255.0 R1(con..
2022.05.17 -
# 메일 서버 다운로드 wget yum -y localinstall squirrelmail-1.4.22-13.fc20.noarch.rpm # 혹은 rpm -Uvh 사용 소유자 권한 변경 [root@mail tmp] chown apache.apache -R /usr/share/squirrelmail/ [root@mail tmp] chown apache.apache -R /var/lib/squirrelmail/ [root@mail tmp] chown apache.apache -R /var/spool/squirrelmail/ [root@mail tmp] chown apache.apache -R /etc/squirrelmail/config.php 설정 파일 변경 [root@mail tmp]# /usr/share..
220426# 메일 서버 다운로드 wget yum -y localinstall squirrelmail-1.4.22-13.fc20.noarch.rpm # 혹은 rpm -Uvh 사용 소유자 권한 변경 [root@mail tmp] chown apache.apache -R /usr/share/squirrelmail/ [root@mail tmp] chown apache.apache -R /var/lib/squirrelmail/ [root@mail tmp] chown apache.apache -R /var/spool/squirrelmail/ [root@mail tmp] chown apache.apache -R /etc/squirrelmail/config.php 설정 파일 변경 [root@mail tmp]# /usr/share..
2022.04.29 -
💡 - 메일 클라이언트 ( MUA ) : Mail User Agent 메일 큐 ( 선입선출 ) FIFO : 메일이 대기하는 대기소 : 메일 전송하는 쪽에만 존재 샌드메일 ( MTA ) : Mail Transfer Agent dovecot ( MRA ) : Mail Retrieval Agent SMTP : 25번 포트 사용 # 메일 서버 구축 # First DNS Second-Client / Second / Third First-Client ##### Centos7_First [root@localhost ~] yum -y install sendmail # 메일 서버 설치 vim /etc/hostname > mail.chaen.com vim /etc/sysconfig/network > HOSTNAME=mai..
20220425💡 - 메일 클라이언트 ( MUA ) : Mail User Agent 메일 큐 ( 선입선출 ) FIFO : 메일이 대기하는 대기소 : 메일 전송하는 쪽에만 존재 샌드메일 ( MTA ) : Mail Transfer Agent dovecot ( MRA ) : Mail Retrieval Agent SMTP : 25번 포트 사용 # 메일 서버 구축 # First DNS Second-Client / Second / Third First-Client ##### Centos7_First [root@localhost ~] yum -y install sendmail # 메일 서버 설치 vim /etc/hostname > mail.chaen.com vim /etc/sysconfig/network > HOSTNAME=mai..
2022.04.29 -
CentOS7_First (vmware) yum -y install squid vim /etc/squid/squid.conf # 프록시 설정 파일 > 26 acl centos7 src 192.168.111.0/255.255.255.0 > 54 http_access allow centos7 > 62 cache_dir ufs /var/spool/squid 1000 16 256 > 74 visible_hostname centos7 systemctl stop firewalld setenforce 0 CentOS7_Third 파이어 폭스 접속 > 파이어 폭스 설정 > 일반 > 네트워크 설정 > 수동 프록시 설정 : 192.168.111.100 / 포트 : 3125 / HTTPS에도 이 프록시를 사용 체크하기 > ..
CentOS7 프록시 서버CentOS7_First (vmware) yum -y install squid vim /etc/squid/squid.conf # 프록시 설정 파일 > 26 acl centos7 src 192.168.111.0/255.255.255.0 > 54 http_access allow centos7 > 62 cache_dir ufs /var/spool/squid 1000 16 256 > 74 visible_hostname centos7 systemctl stop firewalld setenforce 0 CentOS7_Third 파이어 폭스 접속 > 파이어 폭스 설정 > 일반 > 네트워크 설정 > 수동 프록시 설정 : 192.168.111.100 / 포트 : 3125 / HTTPS에도 이 프록시를 사용 체크하기 > ..
2022.04.21 -
**DHCP 자동 할당** **Centos7_Third : First에서 DHCP IP 할당 받을것** 네트워크 설정 - dhcp 서비스 끄기 systemctl restart network # 안됨 , 무한로딩 ifconfig # 네트워크 할당 못받은것 확인 **Centos7_First DHCP서버** yum -y install dhcp ps -ef | grep dnsmasq # dhcp와 충돌돼서 실행 안되는 경우 방지 kill -9 1774 kill -9 1777 # dnsmasq 강제 종료 vim /etc/dhcp/dhcp.conf # dhcp 설정 파일 ddns-update-style interim ; subnet 192.168.111.0 netmask 255.255.255.0 option rou..
CentOS7 DHCP 자동 할당, 수동 할당**DHCP 자동 할당** **Centos7_Third : First에서 DHCP IP 할당 받을것** 네트워크 설정 - dhcp 서비스 끄기 systemctl restart network # 안됨 , 무한로딩 ifconfig # 네트워크 할당 못받은것 확인 **Centos7_First DHCP서버** yum -y install dhcp ps -ef | grep dnsmasq # dhcp와 충돌돼서 실행 안되는 경우 방지 kill -9 1774 kill -9 1777 # dnsmasq 강제 종료 vim /etc/dhcp/dhcp.conf # dhcp 설정 파일 ddns-update-style interim ; subnet 192.168.111.0 netmask 255.255.255.0 option rou..
2022.04.21