xp 메일 설정방법
1. dns 서버를 구성한 서버로 바꿔준다.
2. 도구>계정>추가
3. 메일이름, 계정 비밀번호 등을 설정해준다.
세번째 사진에서 mail.kh.com과 똑같이 작성해준다.
설정하면 이런 식이다.
비밀번호는 서버에 있는 것으로 해줘야 한다
인증필요 체크
PC1
ip 10.10.10.1 255.255.255.0 10.10.10.254
PC2
ip 20.20.20.1 255.255.255.0 20.20.20.254
R1
conf t
int fa 0/0
ip addr 172.16.10.1 255.255.255.0
ip nat inside
no shu
int fa 0/1
ip addr 172.16.30.1 255.255.255.0
ip nat inside
no shu
int fa 1/0
ip addr 172.16.20.1 255.255.255.0
ip nat inside
no shu
int fa 2/0
ip addr 192.168.50.222 255.255.255.0
no shu
ip nat outside
router rip
version 2
no auto-summary
network 172.16.10.0
network 172.16.20.0
network 172.16.30.0
network 192.168.50.0
ip route 0.0.0.0 0.0.0.0 192.168.50.2
access-list 1 permit 10.10.10.0 0.0.0.255
access-list 1 permit 20.20.20.0 0.0.0.255
access-list 1 permit 192.168.100.0 0.0.0.255
access-list 1 permit 192.168.200.0 0.0.0.255
ip nat inside source list 1 int fa 2/0
R2
conf t
int fa 0/0
ip addr 172.16.10.2 255.255.255.0
no shu
int fa 0/1
ip addr 192.168.20.2 255.255.255.0
no shu
int fa 1/0
ip addr 200.200.200.2 255.255.255.0
no shu
int fa 2/0
ip addr 20.20.20.254 255.255.255.0
no shu
router rip
version 2
no auto-summary
network 172.16.10.0
network 192.168.20.0
network 200.200.200.0
network 20.20.20.0
ip route 0.0.0.0 0.0.0.0 172.16.10.1
R3
conf t
int fa 0/0
ip addr 172.16.30.3 255.255.255.0
no shu
int fa 0/1
ip addr 192.168.20.3 255.255.255.0
no shu
int fa 1/0
ip addr 192.168.10.3 255.255.255.0
no shu
int fa 2/0
ip addr 192.168.30.3 255.255.255.0
no shu
int fa 3/0
ip addr 10.10.10.254 255.255.255.0
no shu
router rip
version 2
no auto-summary
network 192.168.10.0
network 192.168.20.0
network 192.168.30.0
network 172.16.30.0
network 10.10.10.0
ip route 0.0.0.0 0.0.0.0 172.16.30.1
R4
conf t
int fa 0/0
ip addr 172.16.20.4 255.255.255.0
no shu
int fa 0/1
ip addr 192.168.10.4 255.255.255.0
no shu
int fa 1/0
ip addr 192.168.100.254 255.255.255.0
no shu
router rip
version 2
no auto-summary
network 192.168.10.0
network 172.16.20.0
network 192.168.100.0
ip route 0.0.0.0 0.0.0.0 172.16.20.1
R5
conf t
int fa 0/0
ip addr 200.200.200.5 255.255.255.0
no shu
int fa 0/1
ip addr 192.168.30.5 255.255.255.0
no shu
int fa 1/0
ip addr 192.168.200.254 255.255.255.0
no shu
router rip
version 2
no auto-summary
network 200.200.200.0
network 192.168.30.0
network 192.168.200.0
ip route 0.0.0.0 0.0.0.0 200.200.200.2
예약작업 등록
crontab -e
0 9 * * * tar -zcf /test/messages.tar.gz /var/log/messages
30 17 * * 5 find / -name *txt -type f > /test/txtfile
0 3 */3 * * cp /var/named/kh.com.zone /test/kh.com.zone
'Network' 카테고리의 다른 글
UTM 보호 (웹,네트워크) (5) | 2025.07.18 |
---|---|
UTM 보안솔루션 사용 방법 (2) | 2025.07.17 |
방화벽,dhcp, nat, mutilayer 스위치, GW 한개에 ip 두개 설정하기 (0) | 2025.07.01 |
dhcp, ftp, 인터넷 연결, hdlc,ppp, nat(pat그룹), nat(static) (0) | 2025.06.26 |
보안 솔루션 - port mirroring=span (0) | 2025.06.05 |