92
[root@mail ~]# fdisk -l Disk /dev/cciss/c0d0: 320.0 GB, 320037419520 bytes 255 heads, 63 sectors/track, 38909 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x0006b576 Device Boot Start End Blocks Id System /dev/cciss/c0d0p1 * 1 64 512000 83 Linux Partition 1 does not end on cylinder boundary. /dev/cciss/c0d0p2 64 12813 102400000 83 Linux /dev/cciss/c0d0p3 12813 13068 2048000 82 Linux swap / Solaris /dev/cciss/c0d0p4 13068 38909 207575040 5 Extended /dev/cciss/c0d0p5 13068 38909 207574016 83 Linux Disk /dev/cciss/c0d1: 1000.2 GB, 1000171331584 bytes 255 heads, 32 sectors/track, 239394 cylinders Units = cylinders of 8160 * 512 = 4177920 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x69de50c9 Device Boot Start End Blocks Id System /dev/cciss/c0d1p1 1 239394 976727504 83 Linux
[root@mail ~]# cat /etc/fstab # # /etc/fstab # Created by anaconda on Wed Dec 2 04:59:39 2015 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=f9fc1ff3-62b3-472f-861e-aaec3e0e8db0 / ext3 defaults 1 1 UUID=09a4bdf2-491c-4d1b-b58a-923f7b1625c0 /boot ext3 defaults 1 2 #UUID=ff7f80de-9e17-4c36-bffa-32b730aa33cd /opt xfs defaults 1 2 #UUID=4f3a0ad0-bc2f-4dbb-9a4a-4ed58a2fddd6 /opt xfs defaults 1 2 UUID=225cceaa-e3a6-41bc-aa5e-fc37296e5867 /opt xfs defaults,noatime 1 2 UUID=f799f257-9859-45ff-8451-ad5641990526 swap swap defaults 0 0 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0
[root@mail ~]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination DROP all -- anywhere anywhere state INVALID ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT icmp -- anywhere anywhere icmp echo-reply ACCEPT icmp -- anywhere anywhere icmp time-exceeded ACCEPT icmp -- anywhere anywhere icmp port-unreachable ACCEPT all -- anywhere anywhere ACCEPT all -- 115.22.239.91 anywhere ACCEPT all -- 115.22.239.90 anywhere ACCEPT all -- mail.ysnews.co.kr anywhere ACCEPT all -- 115.22.239.158 anywhere ACCEPT tcp -- anywhere anywhere tcp dpt:smtp state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:http state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:pop3 state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:imap state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:ldap state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:https state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:urd state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:imaps state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:pop3s state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:mysql state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:vmsvc-2 state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:7071 state NEW ACCEPT udp -- anywhere anywhere udp dpts:traceroute:33525 ACCEPT udp -- anywhere anywhere udp dpts:44444:44624 DROP tcp -- anywhere anywhere DROP udp -- anywhere anywhere DROP icmp -- anywhere anywhere Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination DROP all -- anywhere anywhere state INVALID ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT icmp -- anywhere anywhere icmp echo-request ACCEPT udp -- anywhere anywhere udp dpts:traceroute:33525 ACCEPT udp -- anywhere anywhere udp dpts:44444:44624 ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere 115.22.239.91 ACCEPT all -- anywhere 115.22.239.90 ACCEPT all -- anywhere mail.ysnews.co.kr ACCEPT all -- anywhere 115.22.239.158 ACCEPT tcp -- anywhere anywhere tcp dpt:ftp state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:ssh state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:smtp state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:time state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:nicname state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:http state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:ntp state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:https state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:submission state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:rsync state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:7780 state NEW ACCEPT udp -- anywhere anywhere udp dpt:domain state NEW ACCEPT udp -- anywhere anywhere udp dpt:snmp state NEW ACCEPT icmp -- anywhere anywhere icmp time-exceeded ACCEPT icmp -- anywhere anywhere icmp port-unreachable DROP tcp -- anywhere anywhere DROP udp -- anywhere anywhere DROP icmp -- anywhere anywhere