Size: px
Start display at page:

Download ""

Transcription

1 Linux IT

2

3 1 PAM PAM PAM pam unix root root root Apache PAM Apache mod authnz external PAM pwauth PAM Apache PAM Apache PAM Apache mod authnz external PAM pwauth PAM SELinux SELinux SELinux SELinux SELinux

4 SELinux SELinux SELinux SELinux SELinux SELinux MCS Tripwire Tripwire Snort snort BASE SnortALog SNMP SNMP SNMP

5 6.3 net-snmp MIB SNMPv OID RRDTool RRDTool Cacti MRTG SNMP MRTG GNUPG GnuPG iptables LAN VirtualBox Linux Windows

6 1 1 PAM 1.1 PAM PAM *1 Sun Microsystems OS Solaris Linux HP-UX Mac OS X UNIX su password ssh PAM PAM 1. PAM 2. PAM PAM 3. PAM /etc/pam.d /etc/pam.d/other 4. PAM *1 Pluggable Authentication Modules

7 1.2. PAM 1. PAM PAM PAM PAM PAM /etc/pam.d 1: PAM [ ] PAM auth account password session 1.2 PAM required requisite sufficient optional 2

8 1. PAM 1.3. PAM UNIX 1.3 PAM pam unix pam userdb pam access pam time pam nologin pam securetty pam rootok pam shells pam wheel pam group UNIX Berkley DB root root su root CentOS5.3 /etc/pam.d/system-auth 2: system-auth #%PAM-1.0 # This file is auto-generated. # User changes will be destroyed the next time authconfig is run. auth required pam_env.so auth sufficient pam_unix.so nullok try_first_pass auth requisite pam_succeed_if.so uid >= 500 quiet auth required pam_deny.so auth required pam_nologin account required pam_unix.so account sufficient pam_succeed_if.so uid < 500 quiet account required pam_permit.so password requisite pam_cracklib.so try_first_pass retry=3 password sufficient pam_unix.so md5 shadow nullok try_first_pass use_authtok password required pam_deny.so session optional pam_keyinit.so revoke session required pam_limits.so session [success=1 default=ignore] pam_succeed_if.so service in crond quiet use_uid session required pam_unix.so 1.3 pam unix pam unix UNIX 3

9 PAM 1.4 pam unix debug audit use first pass try first pass not set pass likeauth noreap nodelay nullok syslog syslog password use authtok shadow md5 bigcrypt nis remember=x try first pass md5 DEC C2 NIS RPC X 1.4 pam time pam time /etc/ pam.d/system-auth 3: pam time account required pam_time.so pam time /etc/security/time.conf 4 (;) services ttys users 1 login su login su ttyp*&!tty* * 4

10 1. PAM 1.5. times (Mo Tu We Th Fr Sa Su) Wk Wd Al 7 11 TuWe : time.conf service;ttys;users;times!!login login doraemon nobita doraemon nobita & login & su login su * foo* foo doraemon 8 6 5: pam time login;ttyp*&tty*;doraemon;!al pam nologin auth 6: pam nologin auth required pam_nologin /etc/nologin 1.6 root pam securetty auth /etc/pam.d/login 7: pam securetty auth required pam_securetty.so /etc/securetty root 5

11 1.7. ROOT 1. PAM 1.7 root pam rootok root root /etc/pam.d/ auth 8: pam rootok auth sufficent pam_rootok.so 1.8 root pam wheel su /etc/pam.d/su auth 9: pam wheel auth required pam_wheel.so debug use uid trust deny syslog uid uid( ) uid( ) s group= wheel GID 0 wheel GID 0 su CentOS5.3 /etc/pam.d/su pam wheel 10 (1) wheel su (2) wheel su 10: CentOS /etc/pam.d/su ( ) #auth sufficient pam_wheel.so trust use_uid <- (1) #auth required pam_wheel.so use_uid <- (2) 1.9 pam unix pam cracklib 2 pam unix password ( 1.5) pam cracklib 1.6 6

12 1. PAM APACHE PAM 1.6 pam cracklib debug type=unix UNIX New UNIX password: UNIX retry=n 1 difok=n 5 difignore=n 23 difok ( ) minien=n dcredit=-n 1 N ucredit=-n 1 N lcredit=n 1 N ocredit=-n 1 ( ) N use authtok 1.10 Apache PAM Apache BASIC Linux Apache PAM Linux Apache Apache mod authnz external Apache 1.11 Apache Apache sakabe/ Apache /usr/local/ apache2 7

13 1.12. MOD AUTHNZ EXTERNAL 1. PAM $ tar jxfv httpd tar.bz2 $ cd httpd $./configure --enable-rule=shared_core --enable-module=so $ make -j2 $ sudo make install 1.2 Apache 1.12 mod authnz external mod authnz external $ tar zxfv mod_authnz_external tar.gz $ cd mod_authnz_external $ sudo /usr/local/apache2/bin/apxs -c mod_authnz_external.c $ sudo /usr/local/apache2/bin/apxs -i -a mod_authnz_external.la $ grep authnz /usr/local/apache2/conf/httpd.conf LoadModule authnz_external_module modules/mod_authnz_external.so <- 1.3 mod authnz external 1.13 PAM pwauth pwauth mod authnz external PAM 8

14 1. PAM PAM $ tar zxf pwauth tar.gz $ cd pwauth $ vim config.h 267 #define SERVER_UIDS 72 #define SERVER_UIDS 2 $ make $ sudo cp pwauth /usr/libexec $ sudo chmod u+s /usr/libexec/pwauth 1.4 pwath /etc/pam.d/pwauth 11: /etc/pam.d/pwauth auth required /lib/security/pam_pwdb.so shadow nullok auth required /lib/security/pam_nologin.so account required /lib/security/pam_pwdb.so Apache /usr/local/apache2/conf/httpd.conf 12: httpd.conf AddExternalAuth pwauth /usr/libexec/pwauth SetExternalAuthMethod pwauth pipe httpd.conf 152.htaccess 13: httpd.conf AllowOverride None AllowOverride All 1.14 PAM PAM.htaccess /usr/local/ apache2/htdocs 14:.htaccess 9

15 PAM AuthType Basic AuthName Your-Site-Name AuthBasicProvider external AuthExternal pwauth require valid-user 1.15 /usr/local/apache2/logs/error log pwauth INSTALL 1.16 (/var/log/messages /var/log/secure) 1. /var/log/secure PAM 2. /etc/pam.d 3. Linux /etc/pam.d/system-auth 4. doraemon ssh 6. root 7. nobita wheel wheel doraemon wheel nobita su chage 10

16 11 2 Apache PAM 2.1 Apache PAM Apache BASIC Linux Apache PAM Linux Apache Apache mod authnz external Apache 2.1 Apache PAM 2.2 Apache Apache

17 2.3. MOD AUTHNZ EXTERNAL 2. APACHE PAM $ yum -y install httpd-devel 2.2 Apache 2.3 mod authnz external mod authnz external # tar zxfv mod_authnz_external tar.gz # cd mod_authnz_external # apxs -c mod_authnz_external.c # apxs -i -a mod_authnz_external.la $ grep authnz /etc/httpd/conf/httpd.conf LoadModule authnz_external_module modules/mod_authnz_external.so <- 2.3 mod authnz external 2.4 PAM pwauth pwauth mod authnz external PAM # tar zxf pwauth tar.gz # cd pwauth # vim config.h 267 #define SERVER_UIDS 72 #define SERVER_UIDS 48 # make # cp pwauth /usr/libexec # chmod u+s /usr/libexec/pwauth 2.4 pwath 12

18 2. APACHE PAM 2.5. PAM /etc/pam.d/pwauth 15 15: /etc/pam.d/pwauth auth required /lib/security/pam_pwdb.so shadow nullok auth required /lib/security/pam_nologin.so account required /lib/security/pam_pwdb.so Apache /etc/httpd/conf/httpd.conf 16: httpd.conf AddExternalAuth pwauth /usr/libexec/pwauth SetExternalAuthMethod pwauth pipe httpd.conf 328.htaccess 17: httpd.conf AllowOverride None AllowOverride All 2.5 PAM PAM.htaccess /var/www/html/.access 18:.htaccess AuthType Basic AuthName Your-Site-Name AuthBasicProvider external AuthExternal pwauth require valid-user 2.6 /var/logs/httpd/error log pwauth INSTALL /var/www/secret HTML 3. PAM 13

19

20 15 3 SELinux 3.1 SELinux SELinux Linux SELinux 3.2 MAC : Mandatory Access Control root SELinux MAC DAC : Discretionary Access Control Linux TE : Type Enforcement RBAC : Role Based Access Control 3.3 SELinux SELinux

21 3.4. SELINUX 3. SELINUX 3.4 SELinux SELinux SELinux 3.1 SELinux SELinux TE *1 TE te RBAC *2 3.5 SELinux SELinux 3 I/O 3.2 SELinux *1 Type Enforcement *2 Role Based Access Control 16

22 3. SELINUX SELinux SELinux 3 SELinux ID ID 1 ( ) SELinux 1 SELinux root r sysadm r t sysadm t t SELinux 2 allow auditallow dontaudit 17

23 SELINUX 3.1 allow (auditallow ) auditallow (allow ) dontallow 3.9 SELinux 2 ( ) ( )

24 3. SELINUX SELINUX SELinux SELinux SELinux SELinux 3.11 SELinux SELinux /etc/selinux CentOS targeted

25 3.12. SELINUX 3. SELINUX SELinux chcon setfile FC( ) checkpolicy getenforce SELinux setenforce SELinux newrole run init init / getsebool SELinux setsebool SELinux seinfo SELinux 3.13 SELinux SELinux id ls ps cron login cron 20

26 3. SELINUX SELINUX logrotate pam SELinux API ssh 3.14 SELinux SELinux 2 permissive enforcing Linux DAC SELinux SELinux 3.15 SELinux SELinux 4 staff r sysadm r sysadm r system r user r 3.16 Linux 1. SELinux 2. HTTPD 3. SELinux SELinux 4. root SELinux 5. ls su sudo httpd 6. xinetd dhclien bash 7. SELinux 8. SELinux enfocing Samba SELinux 3.17 CentOS SELinux /etc/selinux/targeted/policy/policy base 21

27 SELINUX : allow allow < > < >:< > < >; file dir lnk file chr file blk file tcp socket udp socket TCP TCP UDP UDP 22

28 3. SELINUX read execute no trans execute append write create unlink name bind name connect smb t user home dir t 20: allow allow smbd_t user_home_dir_t:dir read; te.fc 21: te module local 1.0; require { type httpd_t; class file { write create append execute }; class dir { write rmdir read }; } allow httpd_t httpd_sys_content_t:file { write append create }; 22: fc # squid /usr/sbin/squid -- system_u:object_r:squid_exec_t /usr/sbin/squid(/.*)? system_u:object_r:squid_cache_t /var/spool/squid(/.*)? system_u:object_r:squid_cache_t 23

29 SELINUX 3.20 SELinux (enforcing) fswiki sakabe/linuxsecurity/selinux/ fswiki wiki zip ( 3.7 ) # cd /var/www/html # unzip wiki3_6_3_1.zip # mv wiki3_6_3_1 wiki # cd wiki # sh./setup.sh # setsebool -P httpd_builtin_scripting 0 # yum -y install selinux-policy-devel # cd # mkdir work # cp /usr/share/selinux/devel/makefile work # cd work 3.7 fswiki CentOS httpd /etc/httpd/conf/httpd.conf 23 (DocumentRoot CGI ) (apachectl -k start) 23: httpd.conf 319: Options Indexes FllowSymLinks ExecCGI 779: AddHandler cgi-script.cgi SELinux Enforcing wiki(hhtp:// /wiki/wiki.cgi) Internal Server Error SELinux permissive wiki 2. audit2allow te

30 3. SELINUX permissive httpd Web /wiki/wiki.cgi 3.8 fswiki SELinux SELinux audit2allow te te SELinux audit2allow audit 3.9 audit local local.te # audit2allow -a -l -m local > local.te 3.9 audit2allow te audit2allow audit2allow -a audit message -d dmesg -h -i -l -m module/require -M -o -r require -R -v 25

31 SELINUX local.te make local.te local.pp semodule # make # semodule -i local.pp # semodule -l.. iscsid local 1.0 milter # semodule -r local 3.10 SELinux enforcing Web wiki SELinux 3.21 wiki SELinux /var/www/html/wiki /var/www/html (httpd sys content) /var/www/html /var/www/html/wiki /var/www/ html/wiki (fc te ) 3. Permissive 4. audit2allow te 26

32 3. SELINUX # rm local.te # semodule -r local 3.11 local te local.te 24 24: te module local 1.0; type wiki_write_t; files_type(wiki_write_t) fc local.fc 25 25: /var/www/html/wiki(/.*)? gen_context(system_u:object_r:wiki_write_t s0) te fc # make # semodule -i local.pp # restorecon -RF /var/www/html/wiki # ls -Z /var/www/html (wiki write t) SELinux permissive SELinux audit2allow local.te 27

33 SELINUX # audit2allow -a -l -r >> local.te # make # semodule -i local.pp 3.13 audit2allow wiki 3.23 SELinux /usr/share/selinux/devel/include te a b c d 2. fc a /root/work1 testapp t 26: /usr/local/bin/testapp 28

34 3. SELINUX #!/bin/sh mkdir -p /etc/testapp while read i; do echo $i > /etc/testapp/hoge done te testapp testapp.te 27: testapp.te # policy_module(testapp, 1.0) # type testapp_exec_t; files_type(testapp_exec_t) # type testapp_t; # domain_type(testapp_t) domain_entry_file(testapp_t, testapp_exec_t) unconfined_domtrans_to(testapp_t, testapp_exec_t) init system domain( ) init daemon domain( ) domain type( ) domain entry type( ) unconfined domtrans to( ) fc /usr/local/bin/testapp testapp exec t testapp.fc 28: testapp.fc /usr/local/bin/testapp gen_context(system_u:object_r:testapp_exec_t,s0)

35 SELINUX # mkdir work1 # cd work1 # cp /usr/share/selinux/devel/makfile. # make # semodule -i testapp.pp # restorecon -RF /usr/local/bin/testapp permissive # setenforce 0 # /usr/local/bin/testapp 3.15 testapp ps -ez grep testapp testapp Ctrl+D # ps -ez grep testapp user_u:system_r:testapp_t 719 pts/1 00:00:00 testapp enforcing 29: te fc te type testapp_write_t;files_type(testapp_write_t) allow testapp_t testapp_write_t:dir create_dir_perms; allow testapp_t testapp_write_t:file create_file_perms; fc /etc/testapp(/.*)? gen_context(system_u:object_r:testapp_write_t,s0) 30

36 3. SELINUX MCS /etc/testapp testapp write t # make # semodule -i testapp.pp # restorecon -RF /etc/testapp 3.17 SELinux # audit2allow -a -l -r >> testapp.te # make # semodule -i testapp.pp MCS MCS(Multi Category Security) root c0,c1,c2,..c SELinux chcat chcat chcat -d chcat -l chcat -l -L 31

37 SELINUX # chcat -l c0 root # chcat -l c1 nobita # chcat -L -l root root: s0:c0 # chcat -L -l nobita nobita: s0:c1 nobita $ chcat c1 test.txt $ ls -Z test.txt -rw-r--r-- sakabe wheel user_u:object_r:user_home_t:s0:c2 test.txt root # cat ~sakabe/test.txt SELinux # setenforce 1 # cat ~sakabe/test.txt cat: /home/sakabe/test.txt: 3.19 id $ id -Z user_u:system_r:unconfined_t:s0:c /etc/selinux/targeted/setrans.conf 30: s0: = s0:c1=is

38 33 4 Tripwire Tripwire IDS 4.1 UNIX 1. diff 2. md5 3. ls 4.2 Tripwire Tripwire Purdue COAST ( UNIX 1. ( ) Tripwire Tripwire 4.3 tripwire src.tar.bz2

39 TRIPWIRE $ su - # tar jxf tripwire src.tar.bz2 # cd tripwire src #./configure --prefix=/opt/tripwire # make # vim install/install.cfg 96 TWMAILMETHOD=SMTP # make install Installer program for: Tripwire(R) 2.4 Open Source ( ) Press ENTER to view the License Agreement. Please type "accept" to indicate your acceptance of this license agreement. [do not accept] accept ( ) Continue with installation? [y/n]y Creating key files... ( ) Enter the site keyfile passphrase: Verify the site keyfile passphrase: Generating key (this may take several minutes)...key generation complete. ( ) Enter the local keyfile passphrase: Verify the local keyfile passphrase: Generating key (this may take several minutes)...key generation complete. ( ) Creating signed policy file... Please enter your site passphrase: Wrote policy file: /opt/etc/tw.pol ( ) make[1]: /home/sakabe/linuxsecurity/tripwire src 4.1 tripwire 34

40 4. TRIPWIRE 4.4. /opt/tripwire/etc twcfg.txt twpol.txt /opt/ tripwire/sbin twadmin twprint perl twpolmake.pl # PATH=$PATH:/opt/tripwire/sbin # cd /opt/tripwire/etc # perl twpolmake.pl twpol.txt > twpol.txt.new # twadmin -m P -c tw.cfg -p tw.pol -S site.key twpol.txt.new ( 4.3) 35

41 TRIPWIRE # tripwire -m i -c tw.cfg Please enter your local passphrase: Parsing policy file: /opt/etc/tripwire/tw.pol Generating the database... *** Processing Unix File System *** The object: "/misc" is on a different file system...ignoring. The object: "/net" is on a different file system...ignoring. The object: "/selinux" is on a different file system...ignoring. The object: "/sys" is on a different file system...ignoring. The object: "/var/lib/nfs/rpc_pipefs" is on a different file system...ignoring. The object: "/mnt/hgfs" is on a different file system...ignoring. Wrote database file: /opt/tripwire/lib/tripwire/beta.localdomain.twd The database was successfully generated ( 4.4) /opt/tripwire/lib/tripwire/report # tripwire -m c -c tw.cfg Parsing policy file: /opt/tripwire/etc/tw.pol *** Processing Unix File System *** Performing integrity check... Wrote report file: /var/lib/tripwire/report/xxxxxx.twr ( ) All rights reserved. Integrity check complete. 4.4 Tripwire cron 4.7 ( 4.5) [x] x 36

42 4. TRIPWIRE 4.8. # env LANG=C tripwire -m u -r /opt/tripwire/lib/tripwire/report/xxxxxx.twr Please enter your local passphrase: Wrote database file: /opt/tripwire/lib/tripwire/fc6.localdomain.twd Tripwire 2. touch /etc/hosts touch test00.txt 3. Tripwire 4. Tripwire 4.9 Tripwire

43 TRIPWIRE 4.1 a b c d g i l m n p r s t u C H M S (+CMSH ) i i ID ID i ( ) i ID ID CRC-32 HAVAL MD5 SHA Device +pugsdr-intlbamccmsh Dynamic +pinugtd-srlbamccmsh Growing +pinugtdl-srbamccmsh IgnoreAll -pinugtsdrlbamccmsh IgnoreNone +pinugtsdrbamccmsh-l ReadOnly +pinugtsdbmcm-rlacsh Temporary +pugt 38

44 4. TRIPWIRE twpol.txt.new Apache (/home/httpd /www) :MyWeb WEBROOT Apache DocumentRoot ReadOnly 1 CGIBIN Apache cgi-bin ReadOnly Apache /www/logs Growing # twadmin -m P -c tw.cfg -p tw.pol -S site.key twpol.txt.new # Apache Linux # # twprint -m r --twrfile ( sakabe/) (sakabe@hac.neec.ac.jp) Word OpenOffice HTML LS Tripwire Tripwire 4 Tripwire 39

45

46 41 5 Snort Tripwire IDS snort snort 5.1 snort snort snort ( sakabe/) libpcap : libpcre : Perl mysql mysql-server mysql-devel : MySQL snort

47 5.1. SNORT 5. SNORT $ rpm -q libcap # rpm -ivh snort rh5.i386.rpm # rmp -ivh snort-mysql rh5.i386.rpm MySQL snort $ mysql -u root -p > GRANT ALL PRIVILEGES ON *.* TO snort@localhost IDENTIFIED BY snort WITH GRANT OPTION; >exit; $ echo "CREATE DATABASE snort;" mysql -u snort -p Enter password: $ mysql -D snort -u snort -p < /usr/share/snort-2.8.6/schemas/create_mysql Enter password: # mkdir -p /etc/snort/rules # cp./etc/*.{conf,config,map} /etc/snort # tar zxf snort_rules.tar.gz -C /etc/snort 5.1 snort snort snort snort.conf snort.conf NIC var HOME NET $eth0 ADDRESS var RULE PATH /etc/snort/rules output database: log, mysql, user=root password=root dbname=snort host=localhost output alert syslog: LOG AUTH LOG ALERT

48 5. SNORT 5.1. SNORT # snort -A full -c /etc/snort/snort.conf ( ) --== Initialization Complete ==--,,_ -*> Snort! <*- o" )~ Version (Build 114) By Martin Roesch & The Snort Team: Copyright (C) Sourcefire, Inc., et al. Using PCRE version: snort PC nmap Linux Ctrl+C snort var/log/snort alert nmap # nmap -P xx Linux 5.3 snort IP IP 31: /var/log/snort/alert [**] [122:1:0] (portscan) TCP Portscan [**] [Priority: 3] 12/09-11:38: > PROTO:255 TTL:0 TOS:0x0 ID:0 IpLen:20 DgmLen:162 DF snort 1. # snort -v [-d -X] [-C] [-e] [ ] 2. # snort [-i ] [-P ] [ ] 3. 43

49 5.2. BASE 5. SNORT # snort -r [ ] 4. # snort -c /etc/snort/snort.conf -b -s 5. snort # snort -D [-u user] [-g group] [-m umask] -c snort -v -d 16 ASCII -X -e Ethernet -i -r libcap -c -D -b libcap -s 5.2 BASE BASE(Basic Analysis and Security Engine) snort Web GUI BASE base adodb ( sakabe/) 1. base tar.gz 2. adodb511.tgz 3. php-gd 4. php-pearp 5. php-mysql BASE 44

50 5. SNORT 5.2. BASE # tar zxf base tar.gz # mv base /var/www/base # unzip adodb511.tgz # mv adodb51 /var/www/base/adodb # chown -R apache:apache /var/www/base # cp /var/www/base/base_conf.php.dist /var/www/base/base_conf.php 5.4 BASE BASE BASE (/var/www/base/base conf.php) $BASE Language = japanese ; BASE URL $BASE urlpath = /base ; $DBlib path = /var/www/base/adodb ; $archive dbname = snort ; $alert dbname = snort ; $alert password = snort ; BASE PHP PHP # yum -y install php-mysql # yum -y install php-gd php-pear # pear config-set http_proxy config-set succeeded <- # pear upgrade PEAR # pear upgrade PEAR # pear channel-update pear.php.net # pear upgrade-all # pear install --alldeps Image_Graph-alpha ( ) install ok: channel://pear.php.net/image_canvas install ok: channel://pear.php.net/numbers_roman install ok: channel://pear.php.net/image_graph PHP 45

51 5.2. BASE 5. SNORT httpd BASE BASE httpd /etc/httpd/conf.d/base.conf 32: base.conf Alias /base /var/www/base <Directory "/var/www/base"> Order deny,allow Deny from all Allow from Allow from /24 </Directory> PHP PHP /etc/php.ini 33: php.ini error_reporting = E_ALL & ~E_NOTICE ; ;error_reporting = E_ALL ; BASE MySQL Apache snort Web BASE( localhost/base/) snort # service mysqld start # service httpd start # snort -Dd -c /etc/snort/snort.conf BASE 46

52 5. SNORT 5.2. BASE Create BASE AG BASE 5.8 BASE Main page TCP UDP ICMP ( 5.10) 5.9 BASE 47

53 5.2. BASE 5. SNORT 5.10 BASE 5.11 BASE 48

54 5. SNORT 5.3. SNORTALOG 5.12 BASE 5.3 SnortALog BASE SnortALog HTML PDF # export http_proxy= # perl -MCPAN -e install GD::Graph # tar zxf snortalog_v2.4.2.tgz # cd snortalog # cp -r picts /var/www/html snortalog snort /var/www/html/snort.html (EUC) 49

55 5.3. SNORTALOG 5. SNORT # cat /var/log/snort/alert./snortalog.pl -n 100 -report -o /var/www/html/snort.html -g png -l ja -pictsdir./picts/ SnortALog 50

56 51 6 SNMP SNMP *1 Net-SNMP 6.1 SNMP CPU SNMP SNMP UDP SNMP SNMP MIB *2 MIB RFC MIB MIB SNMP MIB MIB SNMP 3 SNMP MIB OID(Object ID) 6.1 OID iso.org.dod.internet.mgmt.mib-2.system Net-SNMP MIB SNMP SNMPv1 IP SNMP SNMPv2c SNMPv3 v1 SNMP SNMP *1 Simple Network Managemento Protocol *2 Management Information Base

57 6.2. SNMP 6. SNMP 6.1 MIB 6.2 SNMP SNMP net-snmp yum $ su - # yum -y install net-snmp net-snmp-utils # mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.org 6.2 net-snmp 6.3 net-snmp net-snmp /etc/snmp/snmpd.conf root 52

58 6. SNMP : snmpd.conf # syslocation myserver # syscontact admin@example.com ## # SNMPv3 # mywriter # rwuser mywriter auth # myreader rouser myreader # SNMPv1/v2c # myprivate localhost rwcommunity myprivate localhost # mypublic / rocommunity mypublic / noauth auth priv 6.4 snmpd.conf SNMP # service snmpd start 6.3 SNMP SNMPv1 v2c myprivate OID snmpget OID # snmpget -c myprivate -v 1 localhost SNMPv2-MIB::sysContact.0 = STRING: "admin@example.com" 6.4 OID snmpget OID snmpwalk SNMP 53

59 SNMP 6.1 SNMP -a SNMPv3 MD5 SHA -A SNMPv3 -c SNMPv1 v2c -l SNMPv3 noauthnopriv authnopriv authpriv -x DES AES -X authpriv -v SNMP 1 2c 3 -O -On OID -Os snmpwalk OID (iso.org.dod.internet.mgmt.mib-2.system) SNMP 1 # snmpwalk -v 1 -c myprivate localhost SNMPv2-MIB::sysDescr.0 = STRING: Linux fc6.localdomain fc6 #1 SMP Wed Nov 21 15:12:59 EST 2007 i686 SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10 ( ) SNMPv2-MIB::sysORUpTime.7 = Timeticks: (2) 0:00:00.02 SNMPv2-MIB::sysORUpTime.8 = Timeticks: (2) 0:00: snmpwalk OID public # snmpwalk -v 1 -c public SNMPv2-MIB::sysDescr.0 = STRING: EPSON Type-B 10Base-T/100Base-TX Print Server SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI:: enterprises DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: ( ) 33 days, 19:16:01.16 SNMPv2-MIB::sysContact.0 = STRING: SNMPv2-MIB::sysName.0 = STRING: LP-9100-D6DDD9 SNMPv2-MIB::sysLocation.0 = STRING: SNMPv2-MIB::sysServices.0 = INTEGER: 72 54

60 6. SNMP 6.5. MIB 6.5 MIB MIB snmpset 6.2 MIB i u s x 16 d 10 n NULL o ID t a IP b # snmpset -v 1 -c myprivate localhost s SNMPv2-MIB::sysName.0 = STRING: SNMPv3 mywriter myreader snmpd.conf 35 35: SNMPv3 createuser mywriter MD5 mypasswordforwriter DES myencpassforwrite createuser myreader MD5 mypasswordforread DES myencpassforread snmpd /var/net-snmp/snmpd.conf 6.7 SNMPv3 snmpget syscontact

61 6.8. OID 6. SNMP # snmpget -c myprivate -v 3 -l authnopriv -u mywriter -a MD5 -A mypasswordforwriter localhost SNMPv2-MIB::sysContact.0 = STRING: admin@example.com 6.7 SNMPv3 6.8 OID SNMP MIB OID MIB RFC1213 *3 12 MIB-II MIB-II MIB-II OID system interfaces at ip icmp tcp udp egp transmission snmp TCP/IP IP Ethernet MAC IP IP ICMP ICMP TCP ESTABLISHED LISTEN UDP LISTEN EGP Exterior Gateway Protocol SNMP SNMP OID MIB OID system.4 system *3 56

62 6. SNMP 6.9. # snmpget -c myprivate -v 1 localhost system.4.0 # snmpwalk -c myprivate -v 1 localhost system OID 6.9 Net-SNMP MIB UCD-SNMP 6.10 ucdavis.4.xxx snmpget # snmpget -c myprivate -v 1 localhost memavailreal.0 UCD-SNMP-MIB::memAvailReal.0 = INTEGER: OID 57

63 SNMP 6.4 OID memindex cdavis memerrorname ucdavis.4.2 swap memtotalswap ucdavis.4.3 memavailswap ucdavis.4.4 memtotalreal ucdavis.4.5 memavailreal ucdavis.4.6 memtotalswaptxt ucdavis.4.7 memtotalrealtxt ucdavis.4.9 memtotalfree ucdavis.4.11 memminimumswap ucdavis.4.12 memavailswap memswaperror 1 memshared ucdavis.4.13 membuffer ucdavis.4.14 memcached ucdavis.4.15 memusedswaptxt ucdavis.4.16 memusedrealtxt ucdavis.4.17 memswaperror ucdavis memavailswap memminimumswap 1 memswaperrmsg ucdavis memswaperror SNMP snmpd.conf httpd sendmail 36 36: httpd sendmail proc httpd proc sendmail snmpd.conf senmset # snmpset -c myprivate -v 1 localhost versionupdateconfig.0 i snmpd.conf 58

64 6. SNMP snmpd.conf proc 37: proc proc snmpwalk ( 6.11) prerrorflag 1 # snmpwalk -c myprivate -v 1 localhost prtable UCD-SNMP-MIB::prIndex.1 = INTEGER: 1 UCD-SNMP-MIB::prIndex.2 = INTEGER: 2 UCD-SNMP-MIB::prNames.1 = STRING: httpd UCD-SNMP-MIB::prNames.2 = STRING: senmail UCD-SNMP-MIB::prMin.1 = INTEGER: 0 UCD-SNMP-MIB::prMin.2 = INTEGER: 0 UCD-SNMP-MIB::prMax.1 = INTEGER: 0 UCD-SNMP-MIB::prMax.2 = INTEGER: 0 UCD-SNMP-MIB::prCount.1 = INTEGER: 9 UCD-SNMP-MIB::prCount.2 = INTEGER: 0 UCD-SNMP-MIB::prErrorFlag.1 = INTEGER: 0 UCD-SNMP-MIB::prErrorFlag.2 = INTEGER: 1 UCD-SNMP-MIB::prErrMessage.1 = STRING: UCD-SNMP-MIB::prErrMessage.2 = STRING: No senmail process running. UCD-SNMP-MIB::prErrFix.1 = INTEGER: 0 UCD-SNMP-MIB::prErrFix.2 = INTEGER: 0 UCD-SNMP-MIB::prErrFixCmd.1 = STRING: UCD-SNMP-MIB::prErrFixCmd.2 = STRING: 6.11 prtable

65 SNMP 6.5 prtable OID Index ucdavis.2.1 Names ucdavis.2.2 proc Min ucdavis.2.3 prcount prerrorflag 1 Max ucdavis.2.4 prcount prerrorflag 1 Count ucdavis.2.5 ErrorFlag ucdavis prmin < prcount prmax < prcount 1 ErrMessage ucdavis prerrorflag 1 ErrFix ucdavis prerrfixcmd ErrFixCmd ucdavis prerrfix 1 procfix ( ) ext- Table(ucdavis.8) 6.12 dsktable(ucdavis.9) 38: disk [ ] [ ] 20% 39 39: disk / 20% 60

66 6. SNMP ~]# snmpset -c myprivate -v 1 localhost versionupdateconfig.0 i 1 UCD-SNMP-MIB::versionUpdateConfig.0 = INTEGER: 1 # snmpwalk -c myprivate -v 1 localhost dsktable UCD-SNMP-MIB::dskIndex.1 = INTEGER: 1 UCD-SNMP-MIB::dskPath.1 = STRING: / UCD-SNMP-MIB::dskDevice.1 = STRING: /dev/mapper/volgroup00-logvol00 UCD-SNMP-MIB::dskMinimum.1 = INTEGER: -1 UCD-SNMP-MIB::dskMinPercent.1 = INTEGER: 20 UCD-SNMP-MIB::dskTotal.1 = INTEGER: UCD-SNMP-MIB::dskAvail.1 = INTEGER: UCD-SNMP-MIB::dskUsed.1 = INTEGER: UCD-SNMP-MIB::dskPercent.1 = INTEGER: 80 UCD-SNMP-MIB::dskPercentNode.1 = INTEGER: 12 UCD-SNMP-MIB::dskErrorFlag.1 = INTEGER: 1 UCD-SNMP-MIB::dskErrorMsg.1 = STRING: /: less than 20% free (= 80%) 6.12 dsktable 6.6 dsktable OID dskindex ucdavis.9.1 dskpath ucdavis.9.2 disk dskdevice ucdavis.9.3 dskminimum ucdavis.9.4 disk ( % ) dskminpercent ucdavis.9.5 disk ( % ) dsktotal ucdavis.9.6 ( ) dskavail ucdavis.9.7 ( ) dskused ucdavis.9.8 ( ) dskpercent ucdavis.9.9 dskpercentnode usdavis.9.10 i dskerrorflag usdavis dskminimum dskminpercent 1 dskerrormsg ucdavis dskerrorflag 1 61

67 SNMP 6.13 latbale 40 load 40: load [1 ] [5 ] [15 ] : load 10 # snmpwalk -c myprivate -v 1 localhost latable UCD-SNMP-MIB::laIndex.1 = INTEGER: 1 UCD-SNMP-MIB::laIndex.2 = INTEGER: 2 UCD-SNMP-MIB::laIndex.3 = INTEGER: 3 UCD-SNMP-MIB::laNames.1 = STRING: Load-1 UCD-SNMP-MIB::laNames.2 = STRING: Load-5 UCD-SNMP-MIB::laNames.3 = STRING: Load-15 UCD-SNMP-MIB::laLoad.1 = STRING: 0.01 UCD-SNMP-MIB::laLoad.2 = STRING: 0.03 UCD-SNMP-MIB::laLoad.3 = STRING: 0.00 UCD-SNMP-MIB::laConfig.1 = STRING: UCD-SNMP-MIB::laConfig.2 = STRING: UCD-SNMP-MIB::laConfig.3 = STRING: UCD-SNMP-MIB::laLoadInt.1 = INTEGER: 1 UCD-SNMP-MIB::laLoadInt.2 = INTEGER: 2 UCD-SNMP-MIB::laLoadInt.3 = INTEGER: 0 UCD-SNMP-MIB::laLoadFloat.1 = Opaque: Float: UCD-SNMP-MIB::laLoadFloat.2 = Opaque: Float: UCD-SNMP-MIB::laLoadFloat.3 = Opaque: Float: UCD-SNMP-MIB::laErrorFlag.1 = INTEGER: 0 UCD-SNMP-MIB::laErrorFlag.2 = INTEGER: 0 UCD-SNMP-MIB::laErrorFlag.3 = INTEGER: 0 UCD-SNMP-MIB::laErrMessage.1 = STRING: UCD-SNMP-MIB::laErrMessage.2 = STRING: UCD-SNMP-MIB::laErrMessage.3 = STRING:

68 6. SNMP latable 6.7 latable OID laindex.n ucdavis.10.1.n lanames.n ucdavis.10.2.n Load-1 Load-5 Load-15 laload.n ucdavis.10.3.n ( ) laconfig.n ucdavis.10.4.n load laload laerrorflag 1 laloadint.n ucdavis.10.5.n 100 laloadfloat.n ucdavis.10.6.n laerrorflag.n ucdavis.100.n laconfig 1 laerrmessage.n ucdavis.101.n laerrorflag file 42: file file [ ] [ ] /var/log/messages 10MB 43: file file /var/log/messages filetable OID fileindex ucdavis.15.1 filename ucdavis.15.2 file filesize ucdavis.15.3 ( ) filemax ucdavis.15.4 ( ) fileerrorflag 1 fileerrorflag ucdavis filesize filemax 1 fileerrormsg ucdavis fileerrorflag 1 63

69 SNMP 6.15 MRTG RRDTool RRDTool SNMP RRDTool cacti 6.16 RRDTool RRDTool RRD Round Robin Database RRD RRDTool SNMP SNMP snmpget RRD 6.17 RRDTool Cacti RRDTool Cacti yum cacti MySQL # yum -y install rrdtool cacti # mysqladmin -u root -p create cacti # mysql -u root -p cacti < /var/www/cacti.sql # mysql -u root -p mysql mysql>grant all privileges on cacti.* to cactiuser@localhost identified by cacti ; mysql>exit; # vim /var/www/cacti/include/config.php $database_password = "cacti" # crontab -e */5 * * * * /usr/bin/php /var/www/cacti/poller.php > /dev/null 2>& RRDTool Cacti

70 6. SNMP Cacti Cacti 6.16 Cacti Cacti Net-SNMP 65

71 SNMP 2. snmpwalk OID 3. SNMPv3 4. SNMP RFC1213 OID 5. SNMP public 6. Smaba DHCP X 66

72 67 7 MRTG SNMP MRTG 7.1 SNMP SNMP snmpd # mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.1 # vim /etc/snmp/snmpd.conf # service snmpd start : /etc/snmp/snmpd.conf com2sec local localhost private com2sec mynetwork /24 public group MyROGroup v1 mynetwork group MyROGroup v2c mynetwork view all included.1 80 access MyROGroup "" any noauth exact all none none access MyROGroup "" any noauth exact all all none proc httpd disk / load

73 7.2. MRTG 7. MRTG 7.2 MRTG MRTG yum # yum -y install mrtg # vim /etc/mrgt/mrtg.cfg 7.2 MRTG Linux IP 45: /etc/mrtg/mrtg.cfg # for UNIX WorkDir: /var/www/mrtg ### Global Defaults # to get bits instead of bytes and graphs growing to the right # Options[_]: growright, bits Options[_]: growright, noinfo EnableIPv6: no Refresh: 300 Language:eucjp ###################################################################### # System: # Description: # Contact: # Location: ###################################################################### Target[eth0]: \eth0:public@ : SetEnv[eth0]: MRTG_INT_IP=" " MRTG_INT_DESCR="eth0" MaxBytes[eth0]: Title[eth0]: eth0 PageTop[eth0]: <h1>eth0 </h1> ### CPU Load Average ### Target[cpu]: & :public@ MaxBytes[cpu]: 100 Unscaled[cpu]: dwmy Options[cpu]: gauge, absolute, growright, noinfo, nopercent YLegend[cpu]: CPU Load(%) ShortLegend[cpu]: (%) LegendI[cpu]: 1 68

74 7. MRTG 7.2. MRTG LegendO[cpu]: 5 Legend1[cpu]: 1 (%) Legend2[cpu]: 5 (%) Title[cpu]: CPU PageTop[cpu]: <h1>cpu </h1> ### Memory Free #### Target[mem]: & :public@ MaxBytes1[mem]: MaxBytes2[mem]: Unscaled[mem]: dwmy Options[mem]: gauge, absolute, growright, noinfo YLegend[mem]: Mem Free(Bytes) ShortLegend[mem]: Bytes kilo[mem]: 1024 kmg[mem]: k,m,g,t,p LegendI[mem]: Real LegendO[mem]: Swap Legend1[mem]: [MBytes] Legend2[mem]: [MBytes] Title[mem]: PageTop[mem]: <H1> </H1> ### Disk Used #### Target[disk]: & :public@ MaxBytes[disk]: 100 Unscaled[disk]: dwmy Options[disk]: gauge, absolute, growright, nopercent, noinfo YLegend[disk]: Disk Used(%) ShortLegend[disk]: (%) LegendI[disk]: / Disk used LegendO[disk]: / Disk Used Legend1[disk]: / Disk used Legend2[disk]: / Disk used Title[disk]: PageTop[disk]: <H1> </H1> EUC # cp /etc/mrtg/mrtg.cfg /etc/mrtg/mrtg.cfg.org # nkf -e /etc/mrtg/mrtg.cfg.org > /etc/mrtg/mrtg.cfg 7.3 MRTG mrtg.sh 46: mrtg.sh #!/bin/bash LOCK=/var/lock/mrtg/mrtg_l 69

75 7.2. MRTG 7. MRTG CONFCACHE=/var/lib/mrtg/mrtg.ok export LANG=ja_JP.eucJP mrtg /etc/mrtg/mrtg.cfg --lock-file $LOCK --confcache-file $CONFCACHE MRTG MRTG 3 /etc/httpd/conf.d/mrtg.conf Allow from MRTG # indexmaker --columns=1 \ --addhead="<meta HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; \ charset=euc-jp\">" /etc/mrtg/mrtg.cfg > \ /var/www/mrtg/index.html MRTG 70

76 71 8 GNUPG GnuPG 8.1 GnuPG GnuPG(Gnu Private Gurad) 2 GnuPG gpg c ASCII a $ gpg -c $ gpg -c -a 8.1 c a gpg asc decrypt

77 GNUPG $ gpg $ gpg --decrypt gen-key $ gpg --gen-key : (1) DSA Elgamal ( ) (2) DSA ( ) (5) RSA ( )? < Enter DSA keypair will have 1024 bits. ELG-E keys may be between 1024 and 4096 bits long. What keysize do you want? (2048) < Enter

78 8. GNUPG 8.3. <n> 0 = = n <n>w = n <n>m = n <n>y = n? (0) < Enter Key does not expire at all? (y/n) y < y Enter 8.5 ID ID : "Heinrich Heine (Der Dichter) <heinrichh@duesseldorf.de>" : Kazuhisa Sakabe < : k-sakabe@ca2.so-net.ne.jp < : My Key. < ID : Kazuhisa Sakabe (My Key.) <k-sakabe@ca2.so-net.ne.jp> (N) (C) (E) OK(O) (Q)? o < o

79 GNUPG < gpg: /home/sakabe/.gnupg/trustdb.gpg: gpg: BF gpg: gpg: 3 1 PGP gpg: : 0 : 1 : 0 : 0-, 0q, 0n, 0m, 0f, 1u pub 1024D/981365BF = 0EC1 73F0 6BDB C8AD D50A 6747 DCFE BF uid Kazuhisa Sakabe (My Key.) <k-sakabe@ca2.so-net.ne.jp> sub 2048g/78C7203B /.gnupg list-secret-keys list-public-keys (pub) (sec) ID ID $ gpg --list-secret-keys /home/sakabe/.gnupg/secring.gpg sec 1024D/981365BF uid Kazuhisa Sakabe (My Key.) <k-sakabe@ca2.so-net.ne.jp> ssb 2048g/78C7203B

80 8. GNUPG 8.3. $ gpg --list-public-keys /home/sakabe/.gnupg/pubring.gpg pub 1024D/981365BF uid Kazuhisa Sakabe (My Key.) <k-sakabe@ca2.so-net.ne.jp> sub 2048g/78C7203B export $ gpg -a --export ID > import $ gpg --import

81 GNUPG $ gpg --list-public-keys /home/sakabe/.gnupg/pubring.gpg pub 1024D/981365BF uid Kazuhisa Sakabe (My Key.) <k-sakabe@ca2.so-net.ne.jp> sub 2048g/78C7203B pub 1024D/EA079F uid Nobita Nobi (test) sub 2048g/CE26C2E e r a $ gpg -e -r ID $ gpg -e -r ID -a clearsign 76

82 8. GNUPG 8.4. $ gpg --clearsign $ cat test1.txt.asc -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) id8dbqfmhqjx3p6fajgtzb8rai3kakcgehxjr56puh2zpjbc+bvg4roizacel5wb oxuuifbxpbgpvshrqopno08= =mres -----END PGP SIGNATURE

83

84 79 9 iptables 9.1 LAN Linux LAN Windows PC LAN 9.2 VirtualBox VirtualBox LAN 1. VirtualBox I-O DATA Linux 9.3 Linux Linux 2 LAN IP DHCP root eth1 IP # ifconfig eth /24 # echo "1" > /proc/sys/net/ipv4/ip_forward 9.1 Linux

85 9.4. WINDOWS 9. IPTABLES 9.4 Windows Windows $ route add mask xx 9.2 OS 9.5 LAN 2 OS OS ping A /24 B /24 Web A B

snortの機能を使い尽くす & hogwashも使ってみる

snortの機能を使い尽くす & hogwashも使ってみる presented by P snort hogwash snort1.8.2(3) Martin Roesch IDS IDS hogwash snort1.7 FW+NIDS 100M IP IP snort./configure;make su make install configure Flexresp database snmp snmp alert idmef xml smbalert

More information

[user@linux tmp]$ tar xzvf utvpn-src-unix-v100-7092-beta-2010.06.25.tar.gz [user@linux tmp]$ cd utvpn-unix-v100-7092-beta [user@linux utvpn-unix-v100-7092-beta]$ ls License-ja.txt configure makefiles src

More information

Docker Haruka Iwao Storage Solution Architect, Red Hat K.K. February 12, 2015

Docker Haruka Iwao Storage Solution Architect, Red Hat K.K. February 12, 2015 Docker Haruka Iwao Storage Solution Architect, Red Hat K.K. February 12, 2015 (@Yuryu) : Web (HPC) ( MMORPG) Docker Web OS nginx HTML nginx OS nginx nginx RHEL RHEL OS Docker 2 Dockerfile $ docker build

More information

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF A.2 Bash macos.bash_profile exp

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF   A.2 Bash macos.bash_profile exp A Erlang/OTP Elixir Phoenix nvm Node.js A.1 Erlang/OTP 21.1 $ kerl update releases $ kerl build 21.1 21.1 $ kerl install 21.1 ~/erlang/21.1 $ source ~/erlang/21.1/activate Erlang/OTP 1 203 A : kerl kerl

More information

unix.dvi

unix.dvi 1 UNIX 1999 4 27 1 UNIX? 2 1.1 Windows/Macintosh? : : : : : : : : : : : : : : : : : : : : : : : : 2 1.2 UNIX OS : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 2 1.3 : : : : : : : : : : : :

More information

UsersGuide_INR-HG5497c_.doc

UsersGuide_INR-HG5497c_.doc UPS / Web/SNMP VCCI A Web/SNMP... 1.. WEB...1.. SNMP...1.. NETSHUT...1.. 100BASE-TX...1... 2 Web... 4.....5.....7......7......8......9.. UPS...10... UPS...10...13......14......14...15......17......17..

More information

Version Page 1

Version Page 1 HP Compartment Guard for Linux Version 2.0 Version 2.0 168-8585 3 29 21 03-3331-6111 Page 1 Version 2.0 Revision Rev1.0 2004/3/4 Version 2.0 Release K.Iwasaki Rev1.1 2004/3/17 K.Iwasaki Page 2 Version

More information

UNIX

UNIX 2000 1 UNIX 2000 4 14 1 UNIX? 2 1.1 UNIX OS....................................... 2 1.2.................................................... 2 1.3 UNIX...................................... 2 1.4 Windows

More information

untitled

untitled HP OpenSource MySQL Server 5.0 Red Hat Enterprise Linux 4 ver 1.5 MySQL Red Hat Enterprise Linux 4 Super Smack Super Smac MySQL Super Smack RHEL4 1 2 MySQL SuperSmack SuperSmack 3 SuperSmack MySQL 4 MySQL

More information

CMS入門

CMS入門 CMS(Contents Management System) 1 CMS CMS Unix Unix Unix Unix Unix (POP IMAP) OS CMS URL CMS URL CMS CMS Joomla 2006 CMS CMS TYPO3 Plone, TEXTPATTERN, MODx, Geeklog Joomla Mambo CMS 1.0 Mambo 1.5 1.5RC2

More information

etrust Access Control etrust Access Control UNIX(Linux, Windows) 2

etrust Access Control   etrust Access Control UNIX(Linux, Windows) 2 etrust Access Control etrust Access Control UNIX(Linux, Windows) 2 etrust Access Control etrust Access Control 3 ID 10 ID SU ID root 4 OS OS 2 aaa 3 5 TCP/IP outgoing incoming DMZ 6 OS setuid/setgid) OS

More information

1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari student

1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari student LAN 0000000000 6/6, 6/13, 6/20 1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari studentd even kumabari 1: LAN

More information

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that use microcontrollers (MCUs)

More information

付録B

付録B Kabayaki for Windows version 1.3.0 2 : Kabayaki for Windows 1.0.3 version HTTP Server Kabayaki for Windows 1.0.3 version Kabayaki for Windows HTTP Server Kabayaki for Windows 3 4 Internet Information Service

More information

PostgreSQLによる データベースサーバ構築技法

PostgreSQLによる データベースサーバ構築技法 PostgreSQL PostgreSQL PostgreSQL (UCB) Unix/Linux/Windows LC2002 Copyright(C)2002 Tatsuo Ishii 1 PostgreSQL API C, C++, Java, Perl, Tcl/Tk, PHP, Ruby LC2002 Copyright(C)2002 Tatsuo Ishii 2 PostgreSQL (SQL)

More information

dvi

dvi { SSH { 3 3 1 telnet ID ( ) ID ( 1) SSH(Secure SHell) (ID ) SSH SSH SSH login : userid password : himitsu login : userid psaaword: himitsu login : userid password : himitsu 1. Host 11 7 UNIX ( sakura)

More information

RouteMagic Controller( RMC ) 3.6 RMC RouteMagic RouteMagic Controller RouteMagic Controller MP1200 / MP200 Version 3.6 RouteMagic Controller Version 3

RouteMagic Controller( RMC ) 3.6 RMC RouteMagic RouteMagic Controller RouteMagic Controller MP1200 / MP200 Version 3.6 RouteMagic Controller Version 3 RouteMagic Controller RMC-MP200 / MP1200 - Version 3.6 - RouteMagic Controller( RMC ) 3.6 RMC RouteMagic RouteMagic Controller RouteMagic Controller MP1200 / MP200 Version 3.6 RouteMagic Controller Version

More information

w w w 2

w w w 2 w w w 2 w w w 3 w w 4 w $ mysql v 5 6 7 8 http://dev.mysql.com/downloads/mysql/5.5.html w 9 10 w 11 12 $ /usr/local/mysql/bin/mysql -u root" mysql> SET PASSWORD FOR root@ localhost = PASSWORD( );" mysql>

More information

インストール取扱説明書

インストール取扱説明書 Kabayaki for Windows version 1.2.1 2 Kabayaki for Windows 7 13 13... 15 19 19 Kabayaki for Windows... 21 Kabayaki,... 21 ActivePerl... 22 Apache HTTP Server... 23 (IIS)... 23 Windows NT 4.0... 24 Windows

More information

RTX830 取扱説明書

RTX830 取扱説明書 RTX830 JA 1 2 3 4 5 6 7 8 9 10 11 external-memory performance-test go 12 13 show config 14 15 16 17 18 19 20 save 21 22 23 24 25 26 27 save RTX830 BootROM Ver. 1.00 Copyright (c) 2017 Yamaha Corporation.

More information

RouteMagic Controller RMC-MP200 / MP Version

RouteMagic Controller RMC-MP200 / MP Version RouteMagic Controller RMC-MP200 / MP1200 - Version 3.7.1 - RouteMagic Controller( RMC ) 3.7 RMC RouteMagic RouteMagic Controller RouteMagic Controller MP1200 / MP200 Version 3.7 RouteMagic Controller Version

More information

Web apache

Web apache I-6 -WordPress in MacOSX- 8 j05017 j05027 j05038 j05064 2006 05 27 2006 05305 1 2 1.1.............................. 2 1.2................. 2 1.3 Web............... 2 1.4.............................. 2

More information

設定例集_Rev.8.03, Rev.9.00, Rev.10.01対応

設定例集_Rev.8.03, Rev.9.00, Rev.10.01対応 Network Equipment 設定例集 Rev.8.03, Rev.9.00, Rev.10.01 対応 2 3 4 5 6 7 8 help > help show command > show command console character administrator pp disable disconnect 9 pp enable save Password: login timer

More information

GA-1190J

GA-1190J GA-1190J 1 1. 2. 3. 4. 2 5. 3 PDF 4 PDF PDF PDF PDF PDF PDF PDF PDF 5 6 ...1...2...4 1...12 2...16...18 3...22 PCL/PS...23 4...26 5...30 ETHERNET...31 TCP/IP...33 IPX/SPX...38 AppleTalk...40 HTTP...42

More information

CentOSv2_furoku

CentOSv2_furoku at $ at 23:00 $ at 6:00 tomorrow $ at now + 3 days chkconfig # chkconfig --list # chkconfig --list postfix # chkconfig --level 35 postfix on # chkconfig rsync on # chkconfig telnet off 2 crontab $ crontab

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone

More information

Oracle Application Server 10g(9

Oracle Application Server 10g(9 Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...24...24

More information

Asterisk PBX 不正利用防止

Asterisk PBX 不正利用防止 Asterisk PBX ICTR120716-OR01A Info Circus,Inc. 1 2 2 IP-PBX 3 2.1........................... 3 3 IP-PBX 4 3.1........................................... 4 3.2..................................... 4 3.3..............................

More information

1. NIC IP 2. VMware Server NAT 3. OS OS CentOS 5.3 NAT NAT /8 eth /8 4. NAT

1. NIC IP 2. VMware Server NAT 3. OS OS CentOS 5.3 NAT NAT /8 eth /8 4. NAT LPIC 3 303 Security tmiyahar@begi.net 1. NIC IP 2. VMware Server NAT 3. OS OS CentOS 5.3 NAT NAT 10.0.0.0/8 eth0 10.0.0.10/8 4. NAT 22 1194 2 1. OS 2. OS 3. OS Web 4. OS SSH PuTTY OS WinSCP 3 OpenSSL HTTPS

More information

PowerGres on Linuxマニュアル

PowerGres on Linuxマニュアル PowerGres R on Linux Linux Linus Torvalds TM R 1 2 2 PowerGres on Linux 2 2.1 PowerGres on Linux.................................... 2 2.2.............................................. 2 2.3..............................................

More information

Logitec NAS シリーズ ソフトウェアマニュアル

Logitec NAS シリーズ ソフトウェアマニュアル LAS-SFB V05 LAS-RAN LAS-MRN LHD-NAS ... 4... 4... 7... 8 1... 10... 11 1... 12 Windows... 12 Macintosh... 15 2IP... 16 IP Windows... 16 IP Macintosh... 19... 23... 29... 30 Windows Me2000 SMB... 30 Windows

More information

Logitec NAS シリーズ ソフトウェアマニュアル

Logitec NAS シリーズ ソフトウェアマニュアル LAS-SFB V03A LAS-RAN LAS-MRN LAS-1UMR LAS-1U LHD-NAS ... 3... 3... 5... 6 1... 8... 9 1... 10 Windows... 10 Macintosh... 13 2IP... 14 IP Windows... 14 IP Macintosh... 17... 19... 24... 25 Windows Me2000

More information

Microsoft Word - マニュアル4.1J

Microsoft Word - マニュアル4.1J Yellow Dog Linux 4.1J 20060605 1. 2. 2.1 2.2 2.3 Mac OS X 2,4 Mac OS 9 2.5 3. Yellow Dog Linux 3.1 Welcome to Yellow Dog Linux 3.2 Language Selection 3.3 3.4 3.5 3.5.1 3.5.2 Disk Druid 3.5.3 3.6 3.7 3.8

More information

shibasaki(印刷用)

shibasaki(印刷用) M M M NIC alert NIDS Snort alert tcp 192.168.0.0/24 any -> $HTTP_SERVER 80 (msg: HTTP Access Detected";) alert tcp 192.168.0.0/24 any $HTTP_SERVER -> 80 oinkmaster Oink M M ANNEX PC-UNIX DSU M KIU L3 Web

More information

forum.dvi

forum.dvi Web 1 Winny (P2P ) ( ) Windows 1.1 Windows (CIFS: Common Internet File System) CIFS Microsoft OS Windows XP 1 Windows LAN CIFS 1.2 CIFS ( ) ( OS ) Apache Apache Microsoft IIS OS Unix Apache Apache OS Unix

More information

使いこなせて安全なLinuxを目指して

使いこなせて安全なLinuxを目指して haradats@nttdata.co.jp Linux Linux(DAC) 2005/6/2 Copyright (C) 2005 NTT DATA CORPORATION. 1 Linux Linux NO SELinux Yes 2005/6/2 Copyright (C) 2005 NTT DATA CORPORATION. 2 2005/6/2 Copyright (C) 2005 NTT

More information

インストール取扱説明書

インストール取扱説明書 Kabayaki for Linux version 1.2.0 2 Kabayaki : 2003-09-01 3 4 2003-8-04: Kabayaki Version 1.2.0 released. URL WebSpider URL () 1 WebSpider () 2003-6-30: Kabayaki Version 1.1.5 released. WebSpider robots.txt

More information

Northern Lights Server

Northern Lights Server FirstStep Guide Northern Lights Server Intel Management Module (Advanced Module / ISM 8.4) 2 www.nlcomputer.com 1 FirstStep Guide 1.1. INTEL MANAGEMENT MODULE 2... 5 1.2.... 9 1.3.... 10 2.1. BMC...11

More information

RouteMagic Controller RMC-MP200 / MP Version

RouteMagic Controller RMC-MP200 / MP Version RouteMagic Controller RMC-MP200 / MP1200 - Version 3.5.2 - RouteMagic Controller( RMC ) 3.5.2 RMC RouteMagic RouteMagic Controller RouteMagic Controller MP1200 / MP200 Version 3.5 RouteMagic Controller

More information

インストール取扱説明書

インストール取扱説明書 Kabayaki for Linux version 1.3.0 2 Kabayaki for Linux : 2004-03-09 3 4 5 6 2004-03-10: Kabayaki for Linux Version 1.3.0 released. Red Hat Enterprise Linux 2.1 Adobe AcrobatMicrosoft Word/Excel/PowerPoint

More information

INR-HG5579a_Netshut_Guide_Linux-Solaris_.doc

INR-HG5579a_Netshut_Guide_Linux-Solaris_.doc ( ) ( ) () 1 Netshut...1 1.1....1 1.1.1....1 1.1.2. OS...1 1.2....2 2...2 2.1....2 2.2. Linux(RPM )...3 2.3. Solaris(PKG )...4 3 Netshut...7 3.1....7 3.2....8 3.3. Netshut...9 3.4. Syslog...10 3.4.1....11

More information

AirMac ネットワーク構成の手引き

AirMac ネットワーク構成の手引き AirMac 1 1 5 6 AirMac 6 7 AirMac Extreme AirMac Express 7 AirMac 8 AirMac Express 8 AirMac 9 AirMac 10 AirTunes 10 AirMac Extreme AirMac Express 10 2 13 15 Mac OS X IP 16 Mac OS X AirMac 3 17 AirMac 17

More information

SRT/RTX/RT設定例集

SRT/RTX/RT設定例集 Network Equipment Rev.6.03, Rev.7.00, Rev.7.01 Rev.8.01, Rev.8.02, Rev.8.03 Rev.9.00, Rev.10.00, Rev.10.01 2 3 4 5 6 1 2 3 1 2 3 7 RTX1000 RTX1000 8 help > help show command > show command console character

More information

# mv httpd tar.gz /usr/local/src /usr/local/src # tar zxvf httpd tar.gz make #./configure # make # make install Apache # /usr/local/apac

# mv httpd tar.gz /usr/local/src /usr/local/src # tar zxvf httpd tar.gz make #./configure # make # make install Apache # /usr/local/apac LAMP 2007 10 29 1 LAMP LAMP Web L:Linux( ) A:Apache(Web ) M:MySQL( ) P:PHP(Hypertext Preprocessor) OS Windows WAMP Mac OS MAMP Vine Linux OS root yum Red Hat Linux 2 Apache Apache http://httpd.apache.org/download.cgi

More information

AirMac ネットワーク for Windows

AirMac ネットワーク for Windows AirMac for Windows Windows XP Windows 2000 1 1 5 6 AirMac 6 7 AirMac Extreme AirMac Express 7 AirMac for Windows 7 AirMac Express 8 AirMac 9 AirTunes 9 AirMac Extreme 10 2 11 AirMac 11 AirMac 12 AirMac

More information

Si-R180 ご利用にあたって

Si-R180 ご利用にあたって P3NK-2472-01Z0 GeoStream Si-R 180 LAN 2007 7 Microsoft Corporation All rights reserved, Copyright 2007 2 ...2...5...5...5...5...6...7...8...8...11...11 LAN...11...11...12...12...12...12...12...13 ISO/IEC15408...14

More information

Oracle Application Server 10g( )インストール手順書

Oracle Application Server 10g( )インストール手順書 Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...25...25

More information

Fortigate Ver.4.0MR3Patch12 Information 1

Fortigate Ver.4.0MR3Patch12 Information 1 Fortigate Ver.4.0MR3Patch12 Information 1 H25.4 1.0 H25.4 1.1 OS 2 1.... 4 2.... 4 3. v4.0mr2... 5 3.1 config... 5 3.2... 6 3.3 Fortianalyzer... 6 4. v4.0mr3... 7 4.1... 7 4.2 Fortianalyzer... 8 5. Web

More information

403-0702_‚Ofl¼

403-0702_‚Ofl¼ HP-UX HP System Insight Manager Whitepaper ..................................................................................2..............................................................2 SIM....................................................................................2.............................................................3................................................................................3

More information

Xen入門 ppt

Xen入門 ppt http://begi.net/ Xen Xen 2 Fedora Core 5 IP IP IP 192.168.1.10/24 server.example.com HDD Web Disabled SELinux Disabled 3 Xen Virtual Machine Monitor 4 Hypervisor Xenoserver 5 6 Xen OS VT AMD-V OSWindows

More information

Xen入門 ppt

Xen入門 ppt http://begi.net/ Xen Xen 2 1 Fedora Core 5 IP IP IP 192.168.1.10/24 server.example.com HDD Web Disabled SELinux Disabled 3 Xen Virtual Machine Monitor 4 Hypervisor Xenoserver 2 5 6 Xen OS VT AMD-V OSWindows

More information

1 1 CentOS Java JDK(JavaSE Development Kit)......

1 1 CentOS Java JDK(JavaSE Development Kit)...... 1 1 CentOS 3 1.1.................................... 3 1.2......................................... 12 2 Java 15 2.1 JDK(JavaSE Development Kit)................. 15 3 Apache Tomcat 17 3.1....................................

More information

install

install SCore SCore 5.0 2001.03.19 devel@pccluster.org SCore Backbone LAN Ethernet EEPRO100 Myrinet-2000 Fibre 02/03/20 2 1 NIC (Network Interface Card) NIC 100Mbps Ethernet EEPRO100 Tulip 3C905B Network Trunking

More information

帯域を測ってみよう (適応型QoS/QoS連携/帯域検出機能)

帯域を測ってみよう (適応型QoS/QoS連携/帯域検出機能) RTX1100 client server network service ( ) RTX3000 ( ) RTX1500 2 Sound Network Division, YAMAHA 3 Sound Network Division, YAMAHA 172.16.1.100/24 172.16.2.100/24 LAN2 LAN3 RTX1500 RTX1100 client 172.16.1.1/24

More information

FortiGate Ver.4.0MR3Patch14 Information 1

FortiGate Ver.4.0MR3Patch14 Information 1 FortiGate Ver.4.0MR3Patch14 Information 1 H25.7 1.0 2 1.... 4 2.... 4 3. v4.0mr2... 5 3.1. config... 5 3.2.... 6 3.3. Fortianalyzer... 6 4. v4.0mr3... 7 4.1.... 7 4.2. Fortianalyzer... 8 5. Web... 9 6.

More information

w w 2

w w 2 w w 2 w w w 3 w w w 4 w w 5 w $ mysql v 6 7 8 9 http://dev.mysql.com/downloads/mysql/5.5.html w 10 11 w 12 13 $ /usr/local/mysql/bin/mysql -u root" mysql> SET PASSWORD FOR root@ localhost = PASSWORD( );"

More information

bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows ˆ Windows10 64bit Wi

bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows ˆ Windows10 64bit Wi Windows bash on Ubuntu on Windows [Windows Creators Update(1703) ] TAKE 2017-10-06 bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu on Windows bash on Ubuntu

More information

A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: /24 IF1: router & server mail and

A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: /24 IF1: router & server mail and A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: 192.168.1/24 IF1:192.168.1.1 router & server mail and WWW IF2:192.168.0.32 subnet2: 192.168.0/24 1: 1 2 iep.sie.dendai.ac.jp

More information

CompartmentGuard_Ver3.0-Rev1.0a.doc

CompartmentGuard_Ver3.0-Rev1.0a.doc HP Compartment Guard for Linux Version 3 0 Version 3.0 168-8585 3 29 21 03-3331-6111 Page 1 Version 3.0 Revision Rev1.0 2004/6/17 3.0 Release Page 2 Version 3.0 HP Compartment Guard for Linux Version 3.0

More information

スライド 1

スライド 1 普通のこと OpenSolaris にとって 普通のこと を 普通に 話してみたいと思います ユーザーズグループの活動の話 勉強会や ML IRC にきてね apache 2.2 # svcadm enable apache22 # svcs -xv apache22 svc:/network/http:apache22 (Apache 2.2 HTTP server) State: online

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

Si-R30コマンドリファレンス

Si-R30コマンドリファレンス 8 8.1 SNMP ( ) 8.1.1 snmp service ( ) SNMP SNMP snmp service on SNMP SNMP off SNMP SNMP SNMP SNMP Si-R30 SNMP snmp service off 171 8.1.2 snmp agent contact ( ) SNMP snmp agent contact []

More information

IP Windows Word Excel Web Web Word Excel XHTML CSS Web Windows Word Excel Web XHTML CSS

IP Windows Word Excel Web Web Word Excel XHTML CSS Web Windows Word Excel Web XHTML CSS IP IT CG CG IP Windows Word Excel Web Web Word Excel XHTML CSS Web Windows Word Excel Web XHTML CSS SCC SCC Word Excel etc OS OS SCC IP SCC VLSI IP URL http : //csw.ist.hokudai.ac.jp/hiu> hiu CASLII

More information

untitled

untitled 2004 1094 1.... 1 1.1....1 1.2....3 1.3....3 2. POSTGRESQL... 5 2.1. POSTGRESQL DB UNIX...5 2.2. POSTGRESQL DB WINDOWS...8 3. XML... 12 3.1. XINDICE (NATIVE XML DATABASE)... 12 3.2. XINDICE... 12 3.3.

More information

Mac OS X Server Windows NTからの移行

Mac OS X Server Windows NTからの移行 Mac OS X Server Windows NT 10.4 apple Apple Computer, Inc. 2005 Apple Computer, Inc. All rights reserved. Mac OS X Server Apple 1 Infinite Loop Cupertino CA 95014-2084 U.S.A. www.apple.com 163-1480 3 20

More information

i HTTP Basi

i HTTP Basi 2006 Web page Access Control based on Broadcast Encryption Scheme 5ADRM034 i 1 1 1.1................................. 1 1.2.................................... 1 2 2 2.1......................................

More information

GA-1200J

GA-1200J GA-1200J 1 1. 2. 3. 4. 2 5. 3 PDF 4 PDF PDF PDF PDF PDF PDF PDF PDF 5 6 ...1...2...4 1...12 2...16...18 3...22 4...24 5 TopAccess TopAccess...28 6 TopAccess...32...34 7 ...43...55 7 TopAccess...68 8 TopAccess

More information

プレゼンテーション

プレゼンテーション WEB OpenSolaris Name Title Japan OpenSolaris User Group Leader 1 ........ S X S 5 S S 5.. 2001. 2 Japan OpenSolaris User Group. OpenSolaris. http://jp.opensolaris.org. ug-jposug@opensolaris.org. OpenSolaris.

More information

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker Centric Manager IT Service

More information

Configuring_01

Configuring_01 Symantec Backup Exec Dell EqualLogic Microsoft Exchange Server SQL Server IT / / 24 365 Symantec Backup Exec Advanced Disk-based Backup Option (ADBO) Dell Equal- Logic Microsoft Exchange Server 2003 2007

More information

Win XP SP3 Japanese Ed. NCP IPSec client Hub L3 SW SRX100 Policy base VPN fe-0/0/0 vlan.0 Win 2003 SVR /

Win XP SP3 Japanese Ed. NCP IPSec client Hub L3 SW SRX100 Policy base VPN fe-0/0/0 vlan.0 Win 2003 SVR / SRX dial-up VPN (NCP ) Win XP SP3 Japanese Ed. NCP IPSec client Hub L3 SW SRX100 Policy base VPN fe-0/0/0 vlan.0 Win 2003 SVR.216 172.27.24.0/24.254.254.1.1.100 100.100.100.0/24 192.168.1.0/24 Test devices

More information

e164.arpa DNSSEC Version JPRS JPRS e164.arpa DNSSEC DNSSEC DNS DNSSEC (DNSSEC ) DNSSEC DNSSEC DNS ( ) % # (root)

e164.arpa DNSSEC Version JPRS JPRS e164.arpa DNSSEC DNSSEC DNS DNSSEC (DNSSEC ) DNSSEC DNSSEC DNS ( ) % # (root) 1.2.0.0.1.8.e164.arpa DNSSEC Version 1.0 2006 3 7 JPRS JPRS 1.2.0.0.1.8.e164.arpa DNSSEC DNSSEC DNS DNSSEC (DNSSEC ) DNSSEC DNSSEC DNS ( ) % # (root) BIND DNS 1. DNSSEC DNSSEC DNS DNS DNS - 1 - DNS DNS

More information

owners.book

owners.book Network Equipment RTX1200 RTX800 2 3 4 5 6 7 8 9 10 bold face Enter Ctrl Tab BS Del Ctrl X Ctrl X Regular face 11 12 13 14 RTX1200 RTX1200 RTX1200 15 16 ), -. / 1 4 5 6 17 18 19 20 21 console character

More information

VNX for Fileでの監査ツールの構成および使用

VNX for Fileでの監査ツールの構成および使用 EMC VNX 8.1 VNX for File P/N 300-015-126 A01 2013 8... 2... 2... 2... 4 SYSlog... 6 SYSlog... 6 A Audit_messages... 7 B... 10 1 VNX for File Control Station SYSlog SYSlog Control Station Linux SYSlog ID

More information

OpenAM 13 インストールガイド

OpenAM 13 インストールガイド OpenAM 13 ( ) 2018 3 13 2.4 1 1 1.1.................................... 1 1.2..................................... 1 1.3....................................... 1 2 3 2.1...............................

More information

PRIMEQUEST 1000シリーズ Linux設計ガイド

PRIMEQUEST 1000シリーズ Linux設計ガイド FUJITSU Server PRIMEQUEST 1000 シリーズ Linux 設計ガイド C122-A002-07 Copyright 2010-2013 FUJITSU LIMITED P.4. P.9 P.10 P.12 P.13 P.16. P.18 P.19 P.21 P.22 PRIMEQUEST 1000 Linux 1 Copyright 2010-2013 FUJITSU LIMITED

More information

Cisco ASA Firepower ASA Firepower

Cisco ASA Firepower ASA Firepower Cisco ASA Firepower ASA Firepower 1 2 3 4 1 1-1 Cisco ASA Cisco ASA Firepower Cisco ASA with Firepower Services Cisco Adaptive Security Device Manager ASDM MEMO Cisco ASA with Firepower Services Application

More information

CLUSTERPRO ファイルサーバ監視オプション編

CLUSTERPRO ファイルサーバ監視オプション編 CLUSTERPRO SE for Linux Ver3.0 2004.03.31 1 1 2004/03/31 2 CLUSTERPRO for Linux R2.0 CLUSTERPRO Linux Linus Torvalds URL NEC http://soreike.wsd.mt.nec.co.jp/ [ ][ ][CLUSTERPRO ] NEC http://www.ace.comp.nec.co.jp/clusterpro/

More information

設定例集

設定例集 REMOTE ROUTER 1999. 2. 2 YAMAHA NetWare Novell,Inc. INS 64 YAMAHA! M E M O 1 1 1.1 : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 1 1.2 : : : : : : : : : : : : : : : : : : : : :

More information

RT300/140/105シリーズ 取扱説明書

RT300/140/105シリーズ 取扱説明書 REMOTE & BROADBAND ROUTER RT300i/RT140p/RT140f/RT140i RT140e/RT105p/RT105i/RT105e 2 3 4 5 6 7 8 9 10 Bold face Enter Ctrl Tab BS Del Console RT105i RT300i RT140p RT140f RT140i RT140e RT105p RT105i RT105e

More information

WEB DB PRESS Vol.1 65

WEB DB PRESS Vol.1 65 http://www.fastcgi.com/ http://perl.apache.org/ 64 WEB DB PRESS Vol.1 WEB DB PRESS Vol.1 65 Powered by mod_perl, Apache & MySQL my $input; my %form; read STDIN, $input, $ENV{'CONTENT_LENGTH'}; foreach

More information

PowerGres on Linux HAマニュアル

PowerGres on Linux HAマニュアル PowerGres R on Linux HA 2006 11 SteelEye LifeKeeper SteelEye Technology, Inc. Linux Linus Torvalds TM R 1 2 2 PowerGres on Linux HA 2 2.1 PowerGres on Linux HA.................................. 2 2.2..............................................

More information

Microsoft Word - D JP.docx

Microsoft Word - D JP.docx Application Service Gateway Thunder/AX Series vthunder ライセンスキー インストール 手順 1 1.... 3 2. vthunder... 3 3. ACOS... 3 4. ID... 5 5.... 8 6.... 8 61... 8 62 GUI... 10 2 1. 概要 2. vthunder へのアクセス 方法 SSHHTTPSvThunder

More information

Teradici Corporation #101-4621 Canada Way, Burnaby, BC V5G 4X8 Canada p +1 604 451 5800 f +1 604 451 5818 www.teradici.com Teradici Corporation Teradi

Teradici Corporation #101-4621 Canada Way, Burnaby, BC V5G 4X8 Canada p +1 604 451 5800 f +1 604 451 5818 www.teradici.com Teradici Corporation Teradi PCoIP TER0806003 TER0806003 Issue 2 0 Teradici Corporation #101-4621 Canada Way, Burnaby, BC V5G 4X8 Canada p +1 604 451 5800 f +1 604 451 5818 www.teradici.com Teradici Corporation Teradici Teradici Teradici

More information

debian_install.dvi

debian_install.dvi 2002 Debian GNU/Linux 3.0 1 potato 1.1 Windows 1. 3 2. rescue.bin root.bin driver-1.bin 1 1.2 1. Debian GNU/Linux Debian http://http.us.debian.org/debian http://ftp.jp.debian.org Fig. 1 Fig. 1 Debian 2.

More information

Dec , IS p. 1/60

Dec , IS p. 1/60 Dec 08 2007, IS p. 1/60 Dec 08 2007, IS p. 2/60 Plan of Talk (LDAP) (CAS) (IdM) Dec 08 2007, IS p. 3/60 Dec 08 2007, IS p. 4/60 .. Dec 08 2007, IS p. 5/60 Dec 08 2007, IS p. 6/60 Dec 08 2007, IS p. 7/60

More information

konicaminolta.co.jp PageScope Net Care

konicaminolta.co.jp PageScope Net Care konicaminolta.co.jp PageScope Net Care KONICA MINOLTA PageScope Net Care KONICA MINOLTA PageScope Net Care Web KONICA MINOLTA PageScope Net Care SNMP KONICA MINOLTA Printer-MIB KONICA MINOLTA PageScope

More information

ScreenOS 5.0 ScreenOS 5.0 Deep Inspection VLAN NetScreen-25/-50/-204/-208 HA NetScreen-25 HA Lite NetScreen-25 NetScreen-50) ALG(Application Layer Gat

ScreenOS 5.0 ScreenOS 5.0 Deep Inspection VLAN NetScreen-25/-50/-204/-208 HA NetScreen-25 HA Lite NetScreen-25 NetScreen-50) ALG(Application Layer Gat ScreenOS 5.0 1 2 ScreenOS 5.0 ScreenOS 5.0 Deep Inspection VLAN NetScreen-25/-50/-204/-208 HA NetScreen-25 HA Lite NetScreen-25 NetScreen-50) ALG(Application Layer Gateway NAT Destination NetScreen-Security

More information

DSASのやりくり

DSASのやりくり DSAS MATRIX 4 KLab http://dsas.blog.klab.org 2008 3 28 KLab K id:hirose31 KLab K DSAS Web WEB+DB PRESS Vol.38 43 24 KLab 5 6 7 1 ... 2 3 ... DSAS 4 -DSAS MATRIX 5 6 XXX Web DB Storage Log lvs lls... WARN

More information

28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment

28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment 28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment 1170288 2017 2 28 Docker,.,,.,,.,,.,. Docker.,..,., Web, Web.,.,.,, CPU,,. i ., OS..,, OS, VirtualBox,.,

More information

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ 2 : TCP/IP : HTTP HTTP/2 1 / 22 httpget.txt: http.rb: ruby http get Java http ( ) HttpURLConnection 2 / 22 wireshark httpget.txt httpget cookie.txt ( ) telnet telnet localhost 80 GET /index.html HTTP/1.1

More information

情報の分析 1. Linux ツールの活用

情報の分析 1. Linux ツールの活用 1. Linux Chris Plaintail June 16, 2016 1 / 39 1 Cygwin Cygwin 2 3 4 Cygwin 5 2 / 39 Uinux Unix OS Micorsoft Windows Cygwin Cygwin 3 / 39 Cygwin 4 / 39 Cygwin...is it? a large collection of GNU and Open

More information

AC3DGmst.ps

AC3DGmst.ps IBM Access Connections 3.3x : 2004 11 2 27K6962 URL http://www.ibm.com/jp/manuals/main/mail.html IBM http://www.ibm.com/jp/manuals/ (URL ) IBM Access Connections Deployment Guide Version 3.3x 1 2004.11

More information

RT300i/RT140x/RT105i 取扱説明書

RT300i/RT140x/RT105i 取扱説明書 2 3 4 5 6 7 8 9 10 Bold face Enter Ctrl Tab BS Del Typewriter face RT105i RT300i RT140p RT140f RT140i RT140e RT105i RT300i 11 RARP 9600 bit/s 8 http://www.rtpro.yamaha.co.jp/ ftp.rtpro.yamaha.co.jp 12

More information

ŠŸŠp”Ò„ü‡¯†E1

ŠŸŠp”Ò„ü‡¯†E1 192.000.000.000 - - [25/May/2003:07:03:59 +0900] ``GET /default.ida?xxxxxxx XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX%u9090%u6858%ucbd3%u780

More information

Juniper Networks Corporate PowerPoint Template

Juniper Networks Corporate PowerPoint Template Juniper SRX 日本語マニュアル 41. SSL Forward Proxy の CLI 設定 はじめに SRX340 における SSL Forward Proxy の CLI 設定ついて説明します 手順内容は SRX340 JUNOS 15.1X49-D140 にて確認を実施しております SSL Proxy 機能については SRX340 以上の機種にてサポートされています 2018 年 8

More information

LHD-LAN_E_G_PDF.}.j...A...p65

LHD-LAN_E_G_PDF.}.j...A...p65 LHD-LAN -2- LHD-LAN LHD-LAN Mac OS 9 Mac OS 9 Mac OS 9 Mac OS 9-3- 1 Windows LHD-LAN CD- ROM 1. 1. 2. 2. Mac OS X LHD-LAN CD- ROM 1. 2. Mac OS X 3. 1.CD-ROM 2.Mac OS X 3. -4- 2 1. 2. 3 LHD-LAN 4 OK LHD-LAN

More information

IP IP DHCP..

IP IP DHCP.. NICE 2008 4 14 1 NICE 2 1.1.................... 2 2 3 2.1........................................ 3 2.2....................................... 5 2.3.................................... 6 2.4...................................

More information

Appendix

Appendix Appendix Appendix-A PHP 392 Appendix-B -> cd ext/pgsql -> phpize ->./configure --with-pgsql -> make -> make EXTENSION_DIR=/usr/local/lib/php/extensions install extension_dir = "/usr/local/lib/php/extensions/"

More information

5110-toku4-2c.indd

5110-toku4-2c.indd Linux 4 TOMOYO Linux Linus Torvalds 1 Linux 1,200 2010 8 Linux SELinux Smack TOMOYO Linux 3 AppArmor 2010 10 2.6.36 4 SELinux Smack 1980 TOMOYO Linux AppArmor pathname-based security SELinux TOMOYO Linux

More information