スライド タイトルなし

Size: px
Start display at page:

Download "スライド タイトルなし"

Transcription

1 TCP/IP 1

2 UTP ISDN FDDI PPP ATM PPP over Ethernet b 2

3 TA CSU/DSU ATM ADSL CATV 3

4 4

5 MAC 5

6 FDDI 6

7 ? 7

8 ISDN ATM ADSL CATV 8

9 /ADSL/CATV 9

10 ATM 10

11 IP 11

12 IP IP IP CIDR JPNIC IP

13 13

14 [ 1] whois [ 2] JPNIC 14

15 2 JPNIC 15

16 16

17 JP JPNIC JPRS JaPan Registry Service JPRS 17

18 18

19 TCP/IP -Unix - (1) (2) (3) (4) (5) DNS (6) (7) (8) WWW 19

20 Name IP Address ; ifconfig Name IP Address DNS Host Table (/etc/hosts) DNS (/etc/resolv.conf); named ; sendmail DHCP ; dhcpc dhcpd ; lp lpd 20

21 Hostname IP address Subnetmask Default gateway Broadcast address Domain name Name servers Routing protocol Mail server Mail relay Print server File server 21

22 TCP/IP (1) (2) (3) (4) (5) DNS (6) (7) (8) WWW 22

23 kernel configuration file ; BSD UNIX kernel /usr/src/sys/i386/conf/generic # config GENERIC # cd /usr/src/sys/compile/generic # make depend # make # make install 23

24 TCP/IP (1) (2) (3) (4) (5) DNS (6) (7) (8) WWW 24

25 Interface Configuration ifconfig interface-name IP-address netmask ex. ifconfig le netmask (1) interface-name (2) IP-Address (3) netmask (4) Broadcast Address 25

26 Interface Configuration % ifconfig le0 le0: flags=863<up,broadcast,notrailers,running,multicast> mtu 1500 inet netmask ffff0000 broadcast % ifconfig -a 26

27 Interface Configuration ; netstat -i - Name ; interface name - Mtu ; link MTU size - Net/Dest ; Network Address ( ) p2p IP - Address ; assigned IP address - Ipkts ; received packets - Ierrs ; error packets to be received - Opkts ; output packets - Oerrs ; error packets to be sent - Collis ; Ethernet collision - Queue ; 27

28 Interface Configuration % netstat -ni Name Mtu Net/Dest Address Ipkts Ierrs Opkts Oerrs Collis Queue le lo ppp

29 Interface Configuration Startup Files Boot /etc/rc.boot,/etc/netstart OS ; Linux ; /etc/rc.d % cd /etc/rc.d % grep ifconfig * rc.inet1 /sbin/ifconfig lo rc.inet2:/sbin/ifconfig eh boardcast netmask

30 TCP/IP (1) (2) (3) (4) (5) DNS (6) (7) (8) WWW 30

31 (1) IP Loop-Back (2) (static routing) Gateway(router) (3) (dynamic routing) Gateway(router) 31

32 (1) IP Loop-Back (2) (static routing) Gateway(router) (3) (dynamic routing) Gateway(router) 32

33 Gateway; pecan Host; peanut ( ) Gateway; almond Subnet; /24 33

34 % netstat -rn Routing Tables Destinations Gateway Flags Refcnt Use Interface UH lo U le0 % ping PING : 56 data bytes 64 bytes from : icmp_seq=0. Time=11.ms 64 bytes from : ic,p_seq=0. Time=10.ms : : % ping sendto: Network is unreachable % ping sendto: Network is unreachable Flags U Up H; Host G; Gateway 34

35 (1) IP Loop-Back (2) (static routing) Gateway(router) (3) (dynamic routing) Gateway(router) 35

36 Gateway; pecan Local neteork / Host; peanut ( ) Subnet; / Gateway; almond Internet 36

37 % route add add net : gateway route command; route [action] [destination] [gateway] [action] ; (1) add (2) delete (3) chenge [destination]; (1) IP address (network or host) (2) name in /etc/networks, etc/hosts (3) default 37

38 % netstat -rn Routing Tables Destinations Gateway Flags Refcnt Use Interface UH lo U le G le0 38

39 Gateway; pecan Local neteork / Host; peanut ( ) Subnet; / Gateway; almond Internet 39

40 % route add default add net default: gateway % netstat -rn Routing Tables Destinations Gateway Flags Refcnt Use Interface UH lo U 0 0 le0 default UG le0 % ping PING : 56 data bytes 64 bytes from ruby.ora.com ( ): icmp_seq=0.time=110.ms % ping PING : 56 data bytes ICMP host redirect from gateway almond.nuts.com( ) to pecan.nuts.com( ) for bytes from : icmp_seq=1.time=39.ms 40

41 % netstat -nr Routing tables Destination Gateway Flags Refcnt Use Interface UH lo UGHD le0 default UG le U le0 41

42 % route add add net : gateway % route add add net : gateway % route add add net : gateway % netstat -nr Routing tables Destination Gateway Flags Refcnt Use Interface UH lo U le UGHD le0 default UG le UG le UG 0 0 le UG 0 0 le0 42

43 Startup Files Boot /etc/rc.boot,/etc/netstart OS ; Linux ; /etc/rc.d % cd /etc/rc.d % grep route * rc.inet1 /sbin/route add rc.inet1:/sbin/route add default

44 (1) IP Loop-Back (2) (static routing) Gateway(router) (3) (dynamic routing) Gateway(router) 44

45 TCP/IP (1) (2) (3) (4) (5) DNS (6) (7) (8) WWW 45

46 DNS named configuration files /etc/named.boot ; domain DB /etc/named.ca ; root name server (/etc/named.root, /etc/root.ca) /etc/named.local ; name/domain /etc/named.hosts ; zone file ( ) /etc/named.rev ; zone file ( ) 46

47 TCP/IP (1) (2) (3) (4) (5) DNS (6) (i) DHCP (ii) Mail (iii) FTP (iv) SAMBA (7) (8) WWW 47

48 DHCP DNS DHCP 48

49 DHCP ISC DHCP /etc/dhcpd.conf WIDE DHCP 49

50 TCP/IP (1) (2) (3) (4) (5) DNS (6) (i) DHCP (ii) Mail (iii) FTP (iv) SAMBA (7) (8) WWW 50

51 SMTP (Sendmailetc.) POP IMAP 51

52 SMTP SMTP POP/IMAP 52

53 sendmail - sendmail sendmail # gzip -d sendmail tar.gz # tar -xvf sendmail tar # cd sendmail # sh makesendmail Configuration: os=linux, rel=2.0.30, rbase=2, rroot=2.0, arch=i486, sfx= Creating obj.inux i486 using makefile.linux ( ) groff -Tascii -mandoc sendmail.8 > sendmail.0 # cd obj.linux i486 # mkdir /var/spool/mqueue # chmod 700 /var/spool/mqueue #./makesendmail install # kill -HUP head -1 /var/run/sendmail.pid 53

54 sendmail sendmail (sendmail.cf) sendmail.cf cf : sendmail CF: ftp://ftp.kyoto.wide.ad.jp/pub/mail/cf/ 54

55 /etc/inetd.conf Mail Service -POP/IMAP - pop3 stream tcp nowait root /etc/pop3d pop3d imap stream tcp nowait root /usr/sbin/imapd imapd /etc/services pop3 110/tcp # Post Office Version 3 imap 143/tcp # IMAP version 4 55

56 TCP/IP (1) (2) (3) (4) (5) DNS (6) (i) DHCP (ii) Mail (iii) FTP (iv) SAMBA (7) (8) WWW 56

57 FTP (i) anonymous (ii) user oriented TCP Port Number = 21 /etc/inetd.config FTP ftp stream tcp nowait root /usr/etc/ftpd ftpd -X (*) -X -l ; -d ; syslog -t seconds -T seconds ; ftp -u permission ; UNIX Default

58 TCP/IP (1) (2) (3) (4) (5) DNS (6) (i) DHCP (ii) Mail (iii) FTP (iv) SAMBA (7) (8) WWW 58

59 SAMBA MS-Windows UNIX UNIX MS-Windows SAMBA

60 TCP/IP (1) (2) (3) (4) (5) DNS (6) (7) (8) WWW 60

61 TCP/IP (1) (2) (3) (4) (5) DNS (6) (7) (8) WWW 61

62 WWW WWW(World-wide Web) HTTP(Hyper Text Transfer Protocol) apache WWW httpd.conf srm.conf access.conf 62

63 Troubleshooting & Monitoring 63

64 Approaching a Problem TIPS; - - -? + Application? +? +?

65 Approaching a Problem ( ) TIPS; - (Firewall). ping, traceroute, ICMP_error - Error Message - (e.g., FAQ) - (e.g., cable, plug) 65

66 Diagnostic Tools Lap-Top PC - ifconfig; Interface Configuration - arp; ARP-table information - netstat ; routing information - ping ; reachability/connectivity - nslookup ; DNS information - dig ; DNS information - traceroute ; routing path - snoop ; packet trace 66

67 Troubleshooting & Monitoring (1) Diagnostic Tools (2) Testing Basic Connectivity (3) Troubleshooting Network Access (4) Checking Routing and Name Service (5) Analyzing Protocol Problem (6) SNMP; Simple Network Management Protocol 67

68 Connectivity Check ; ping ping host [packet_size] [count] - Unknown host ; DNS nslookup, dig - Network unreachable ; Routing Protocol traceroute, netstat - No Answer ; Routing Protocol Interface traceroute, netstat, ifconfig 68

69 Connectivity Check ; ping ping host [packet_size] [count] # ping -s ns.uu.net 56 5 PING ns.uu.net: 56 data bytes 64 bytes from ns.uu.net ( ): icmp_seq=0. Time=32.8 ms 64 bytes from ns.uu.net ( ): icmp_seq=1. Time=15.3 ms 64 bytes from ns.uu.net ( ): icmp_seq=2. Time=13.1 ms 64 bytes from ns.uu.net ( ): icmp_seq=3. Time=32.4 ms 64 bytes from ns.uu.net ( ): icmp_seq=4. Time=28.1 ms ----ns.uu.net PING Statistic packets transmitted, 5 packets received, 0% packet loss round-trip (ms) min/avg/max = 13.1/24.3/

70 Troubleshooting & Monitoring (1) Diagnostic Tools (2) Testing Basic Connectivity (3) Troubleshooting Network Access (4) Checking Routing and Name Service (5) Analyzing Protocol Problem (6) SNMP; Simple Network Management Protocol 70

71 Troubleshooting Network Access ifconfig command # ifconfig le0 le0: flags=863<up,broadcast,notrailers,running, MULTICAST> mtu 1500 inet netmask ffffff00 broadcast arp command # arp -a Net to Media Table Device IP Address Mask Flags Phys Addr le0 peanut.nut.com :00:20:05:21:33 le0 pecan.nut.com :00:0c:e0:80:b1 le0 almond.nut.com SP 08:00:20:22:fd:51 le0 BASE-ADDRESS.MCAST.NET SM 01:00:5e:00:00:00 71

72 Troubleshooting Network Access ; IP_Address MAC_Address => ARP (20 ) # arp -d host_name # arp -s host_name MAC_address 72

73 Troubleshooting Network Access netstat command # netstar -i Name Mtu Net/Dest Address Ipkts Ierrs Opkts Oerrs Collis Queue le nuts.com almond le loopback localhost Too many Collisions Dividing Ethernet (i) Switch (ii) Router 73

74 Troubleshooting & Monitoring (1) Diagnostic Tools (2) Testing Basic Connectivity (3) Troubleshooting Network Access (4) Checking Routing and Name Service (5) Analyzing Protocol Problem (6) SNMP; Simple Network Management Protocol 74

75 Checking Routing netstat command (-rn option) % netstat -rn Routing tables Destination Gateway Flags Refcnt Use Interface UH lo0 default UG U le UG le UG le UG le0 % netstat -rn grep UG le0 75

76 Checking Routing ( ) % ping -s sunsite.une.edu 56 2 (*) sunsite.une.edu= PING sunsite.unc.edu: 56 data bytes sendto: Network is unreachable ping: wrote sunsite.une.edu 64 chars, ret=-1 sendto: Network is unreachable ping: wrote sunsite.une.edu 64 chars, ret= sunsite.une.edu PING Statistics packets transmitted, 0 packet received, 100% packet loss % netstat -rn grep <= check route for % (*) no response... % netstat -rn grep def <= check default route % default UG le default router ( ) (1)default router Static Dynamic routing 76

77 Checking Routing ( ) Static route ; route add % route add Dynamic route ; routing process check % ps cat /etc/gated.pid PID TT STAT TIME COMMAND 27711? S 304:59 gated -tep /etc/log/gated/log 77

78 Checking Routing; traceroute traceroute command % traceroute da.internic.net traceroute to ds.internic.net ( ),30 hops max, 40 bytes packtes 1 gw-55.nuts.com ( ) 0.95ms 0.91ms 0.91ms ( ) 1.51ms 1.33ms 1.29ms 3 gw225.nuts.com ( ) 4.13ms 1.94ms 2.20ms ( ) 52.90ms 81.19ms 58.09ms 5 washdc1-br2.bbnplanet.net ( ) 6.5ms 5.8ms 5.88ms 6 nyc1-br1.bbnplanet.net ( ) 13.24ms 12.71ms 12.96ms 7 nyc1-br2.bbnplanet.net ( ) 14.64ms 13.32ms 12.21ms 8 cambridge1-br1.bbnplanet.net ( ) 28.84ms 27.78ms 23.56ms 9 cambridge1-crl4.bbnplanet.net ( ) 19.9ms 24.7ms 22.3ms 10 attbcstoll.bbnplanet.net ( ) 34.31ms 36.63ms 32.32ms 11 ds0.internic.net ( ) 33.19ms 33.34ms *... 9 * * * 10 * * * 6 nyc1-br1.bbnplanet.net ( ) 13.24ms 12.71ms 12.96ms 7 nyc1-br2.bbnplanet.net ( ) 14.64ms 13.32ms 12.21ms 8 nyc1-br1.bbnplanet.net ( ) 11.21ms 10.81ms 10.96ms 9 nyc1-br2.bbnplanet.net ( ) 14.14ms 12.32ms 14.23ms : 78

79 Checking Name Service nslookup / dig Command - Remote domain Authoritative Server - Remote host - Remote zone % nslookup Default Server: almond nuts.com Address: > set type=ns > foo.edu. Server: almond.nuts.com Address: foo.edu nameserver = gerbil.foo.edu foo.edu nameserver = red.big.com foo.edu nameserver = shrew.foo.edu gerbil.foo.edu inet address = red.big.com inet address = shrew.foo.edu inet address = > set type=any > server gerbil.foo.edu Default Server: gerbil.foo.edu Address:

80 Checking Name Service ( ) > hamster.foo.edu Server: gerbil.foo.edu Address: hamster.foo.edu inet address = > server red.big.com Default Server: red.big.com Address: > hamster.foo.edu Server: red.big.com Address: *** red.big.com can t find hamster.foo.edu: Non-existant domain hamster.foo.edu ( ) - gerbil.foo.edu - red.big.com :-( 80

81 Checking Name Service ( ) > server red.big.com Default Server: red.big.com Address: > set type=soa > foo.edu Server: red.big.com Address: gerbil.foo.edu foo.edu origin = gerbil.foo.edu mail addr = amanda.gerbil.foo.edu serial=10164, refresh=43200, retry=3600, expire= , min= > server gerbil.foo.edu Default Server: gerbil.foo.edu Address: > foo.edu Server: gerbil.foo.edu Address: Zone-file version ( serial ) foo.edu > exit origin = gerbil.foo.edu mail addr = amanda.gerbil.foo.edu serial=10164, refresh=43200, retry=3600, expire= , min=

82 Checking Name Service; dig dig Query Types Queue Type a any mx ns soa hinfo axfr txt DNS Record Requested Address Record Any type of record Mail Exchange records Name Server records Start of Authority records Host Information records All records in the zone Text records 82

83 Checking Name Service; dig % dig -x ; <<>> DiG 2.1 <<>> -x ;; res options: init recurs defnam dnsrch ;; got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6 ;; flags: qr aa rd ra; Ques: 1, Auth: 0, Addit: 0 ;; QUESTIONS: ;; in-addr.arpa, type = ANY, class = IN ;; ANSWERS: in-addr.arpa PTR BITSY.MIT.EDU. ;; Total query time: 74 msec ;; FROM: peanut to SERVER: default ;; WHEN: Sat Jul 12 11:12: ;; MSG SIZE sent: 40 rcvd: 67 83

84 Troubleshooting & Monitoring (1) Diagnostic Tools (2) Testing Basic Connectivity (3) Troubleshooting Network Access (4) Checking Routing and Name Service (5) Analyzing Protocol Problem tcpdump (6) SNMP; Simple Network Management Protocol 84

85 tcpdump Van Jacobson, Craig Leres, Steven McCanne (LBL; Lawrence Berkeley Lab.,UCB) BSD Packet Filter (BPF) man tcpdump, man bpf (1) Port=25 TCP Dump % tcpdump tcp port 25 (2) ICMP=0,8(echo request/reply) ICMP Dump % tcpdump icmp[0]!= 8 icmp[0]!= 0 85

86 tcpdump Implentation tcpdump tcpdump tcpdump TCP, UDP IP, ICMP, IGMP filter filter filter BPF driver copy of received pckts Device Driver copy of transmitted pckts < kernel > Physical Network (e.g., Ethernet) 86

87 1 (0.0 ) solaris > slip.discard: S 1:1(0) win 8760 <mss 1460> (DF) 2 (0.1016) slip.discard > solaris.33016: S 1:1(0) ack 1 win 4096 <mss 512> 3 (0.5290) solaris > slip.discard: P 1:513(512) ack 1 win 4096 <mss 512> 4 (0.0038) bsdi > solaris: icmp: slip unreachable - need to frag, mtu = 296 (DF) 5 (0.0259) solaris > slip.discard: F 513:513(0) ack 1 win 9216 (DF) 6 (0.0923) slip.discard > solaris.33016:. ack 1 win (0.3577) solaris > slip.discard: P 1:257(256) ack 1 win 9216 (DF) 8 (0.3290) slip.doscard > solaris.33016:. ack 257 win (0.3308) solaris > slip.discard: FP 257:513(256) ack 1 win 9216 (DF) 10 (0.3208) slip.discard > solaris.33016:. ack win (0.0422) slip.discard > solaris.33016: F 1:1(0) ack 514 win (0.1719) slip.discard > splaris.33016:. ack 2 win 9216 (DF) <mss 1460> <mss 296> solaris bsdi slip 512 B (DF) ICMP too big (mss 296) 87

88 Troubleshooting & Monitoring (1) Diagnostic Tools (2) Testing Basic Connectivity (3) Troubleshooting Network Access (4) Checking Routing and Name Service (5) Analyzing Protocol Problem (6) SNMP; Simple Network Management Protocol 88

89 SNMP ; RFC1157 Simple Network Management Protcol UDP port 161 / 162 Client/Server protocol - manager device being managed - agent NMS(Network Management Center) Request / Response protocol -requesting ; manager - responding ; agent Request Types - polling - trap-directed polling 89

90 SNMP Operation SNMP manager SNMP agent get-request get-response UDP port 161 get-next-request get-response UDP port 161 set-request get-response UDP port 161 UDP port 162 trap 90

91 SNMP Message Format common SNMP header IP datagram UDP datagram SNMP message get/set header variables to get/set IP header UDP header Version (=0) Community PDU Type (0-3) request ID Error status (0-5) Error index name value name value 20B 8B PDU Type (=4) enterprise agent addr trap type (0-6) trap header specifictime code stamp name value interesting variables 91

92 PDU ; Protocol Data Unit SNMP PDU type Use GetRequest 0 Manager requests an update GetNextRequest 1 Manager requests the next entry in a table GetResponse 2 Agent answers a manager request SetRequest 3 Manager modifies data on managed device Trap 4 Agent alerts manager of an unusual event SNMP Traps Trap coldstart warmstart enterprisespecific authenticationfailure linkdown linkup egpneighborloss Meaning Agent restarted: possible configuration changes Agent reinitiated without configuration changes An event significant to this hardware or software Agent received an unauthenticated message Agent detected a network link failure Agent detected a network link coming up The device s EGP neighbor is down 92

93 SNMP Error Status SNMP Error name type description noerror 0 all is OK toobig 1 agent could not reply by a single message nosuchname 2 Nonexistent variable badvalue 3 invalid value or syntax readonly 4 tried to modify(set) read-only value generr 5 some other error 93

94 SNMP SMI SMI (Structure of Management Information) ; RFC1155 / Managed object ; object identifier - Global unique name - Hierarchical name structure -ISO s ANS.1 (Abstract Syntax Notation One) format (*) ISO MIB (Management Information Base) = individual database of management information (i) Network maps (ii) Tabular data displays (iii) Filters (iv) Alarms 94

95 SMI Object Identifiers root ccitt(0) iso(1) joint-iso-ccit(2) org(3) dod(6) internet(1) <= directory(1) mgmt(2) experimental(3) private(4) mib(1) <= enterprise(1) system(1) interface(2) at(3) ip(4) icmp(5) tcp(6) udp(7)... 95

96 SNMP ANS.1 (1) udp ( ) IpAddress IpAddress ::= [APPLICATION 0] -- in network-byte order -- IMPLICIT OCTET STRING (SIZE(4)) (2) udp ( ) udpnoports udpnoports OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION The total number of received UDP datagrams for which there was no application at the destination port. ::={ udp 2} 96

97 97

98 TCP/IP 98

スライド タイトルなし

スライド タイトルなし TCP/IP 1 IP 2 IP IP IP CIDR JPNIC IP 1 4500 3 [ 1] whois [ 2] JPNIC http://www.nic.ad.jp/cgi-bin/whois_gw 4 2 JPNIC 5 6 JP JPNIC JPRS JaPan Registry Service JPRS http://jprs.jp/dotjp/faq.html 7 8 TCP/IP

More information

I j

I j I j06062 19.5.22 19.5.25 19.5.25 1 1 1 ping 3 2 2 ping 4 3 3 traceroute 5 4 4 netstat 5 4.1 netstat -i............................................. 5 4.2 netstat -r.............................................

More information

065763J ping ping pw ping % ping -c 5 pw193.cs.ie.u-ryukyu.ac.jp PING pw193.cs.ie.u-ryukyu.ac.jp ( ): 56 data bytes 64 bytes from

065763J ping ping pw ping % ping -c 5 pw193.cs.ie.u-ryukyu.ac.jp PING pw193.cs.ie.u-ryukyu.ac.jp ( ): 56 data bytes 64 bytes from 065763J 5 22 1 1 ping ping pw ping % ping -c 5 pw193.cs.ie.u-ryukyu.ac.jp PING pw193.cs.ie.u-ryukyu.ac.jp (133.13.49.193): 56 data bytes 64 bytes from 133.13.49.193: icmp_seq=0 ttl=62 time=2.628 ms 64

More information

IP 2.2 (IP ) IP 2.3 DNS IP IP DNS DNS 3 (PC) PC PC PC Linux(ubuntu) PC TA 2

IP 2.2 (IP ) IP 2.3 DNS IP IP DNS DNS 3 (PC) PC PC PC Linux(ubuntu) PC TA 2 IP 2010 10 1 1 IP (IP ) 2 IP IP 2.1 IP (IP ) 1 IP 2.2 (IP ) IP 2.3 DNS IP IP DNS DNS 3 (PC) PC PC PC Linux(ubuntu) PC TA 2 4 1,2 4.1 (Protocol) IP:Internet Protocol) 4.2 internet The Internet (internet)

More information

128 64 32 16 8bit 7bit 6bit 5bit 4bit 3bit 2bit 1bit 8 4 2 1 3.6m 4.5m 5.5m 6.4m Tokyo:3.6m 3.6m 4.5m 3.6m 5.5m 6.4m JCSAT-3 AI 3 Hub WIDE Internet 2Mbps VSAT point-to-point/multicst

More information

untitled

untitled ICMP 0466-XX-1395 t04000aa@sfc.keio.ac.jp 133.113.215.10 (ipv4) 2001:200:0:8803::53 (ipv6) (FQDN: Fully Qualified Domain Name) ( www.keio.ac.jp 131.113.215.10 /MAC ID 00:11:24:79:8e:82 Port Port = = Port

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

I B :

I B : I-4 055702B : 2006 5 17 2006 5 19 2006 5 19 1 1 1 ping ping ping -c 5 [ or IP ] 2 1 ping ping -c 5 -s 65000 [ or IP ] * 3 traceroute 1 ping traceroute ping 4 netstat -i-r-s-a 5 ifconfig ifconfig -a 2 6

More information

tcp/ip.key

tcp/ip.key IP TCP IP ヘッダデータ部ヘッダデータ部ヘッダデータ部 Ethernet パケット Ethernet パケット Ethernet パケット IP(1) 0 8 16 24 31 () Version IHL () Time To Live () Identification () Type of Service ) Flags Protocol () Source Address IP) Destination

More information

untitled

untitled osamu@sfc.keio.ac.jp CNS 18 Web http://www.sfc.wide.ad.jp/~three/itbasic05/ 6/6 7/11 1 ls -la t04xxx student -rwxr-xrx three student - rwx r-x r-x Windows GUI UNIX Windows chmod CNS (755) (ug+x) % chmod

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

2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14

2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14 2 PC [1], [2], [3] 2.1 OS 2.1 ifconfig 2.1 lo ifconfig -a 2.1 enp1s0, enx0090cce7c734, lo 3 enp1s0 enx0090cce7c734 PC 2.1 (eth0, eth1) PC 14 $ ifconfig lo Link encap: inet :127.0.0.1 :255.0.0.0 inet6 :

More information

ict2-.key

ict2-.key IP TCP TCP/IP 1) TCP 2) TCPIP 3) IPLAN 4) IP パケット TCP パケット Ethernet パケット 発信元 送信先 ヘッダ 列番号 ポート番号 TCP パケットのデータ IP パケットのデータ 本当に送りたいデータ データ IP ヘッダデータ部ヘッダデータ部ヘッダデータ部 Ethernet パケット Ethernet パケット Ethernet パケット

More information

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision 2 (1) (2)PC [1], [2], [3] 2.1 OS ifconfig OS 2.1 ifconfig ( ) ifconfig -a 2.1 PC PC enp1s0, enx0090cce7c734, lo 3 PC 2.1 13 $ ifconfig lo Link encap: inet :127.0.0.1 :255.0.0.0 inet6 : ::1/128 : UP LOOPBACK

More information

TCP/IP Internet Week 2002 [2002/12/17] Japan Registry Service Co., Ltd. No.3 Internet Week 2002 [2002/12/17] Japan Registry Service Co., Ltd. No.4 2

TCP/IP Internet Week 2002 [2002/12/17] Japan Registry Service Co., Ltd. No.3 Internet Week 2002 [2002/12/17] Japan Registry Service Co., Ltd. No.4 2 Japan Registry Service Co., Ltd. JPRS matuura@jprs.co.jp Internet Week 2002 [2002/12/17] Japan Registry Service Co., Ltd. No.1 TCP IP DNS Windows Internet Week 2002 [2002/12/17] Japan Registry Service

More information

日本語ドメイン名運用ガイド

日本語ドメイン名運用ガイド 2001/08/28( ) 2003/09/04...2....2....2 DNS Web...3....3. ASCII...3...4....4....4 DNS...5....5....5....5.....5.. named.conf...6.....6.. DNS...7. RACE...8 Web...9....9....9....9.....9.. httpd.conf...10..

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

上位 DNS の設定 YaST > Network Device > Network Card > HostName and DNS Server を開き DNS サーバとなる自分自身と上位となる ( プロバイダの指定 あるいは社内のマスター )DNS サーバを確認します この結果は /etc/re

上位 DNS の設定 YaST > Network Device > Network Card > HostName and DNS Server を開き DNS サーバとなる自分自身と上位となる ( プロバイダの指定 あるいは社内のマスター )DNS サーバを確認します この結果は /etc/re SUSE Linux Enterprise 10 内部 DNS 設定手順 この文書では 構内ネットワークの DNS キャッシュと LAN 内コンピュータの名前解決を目的とした DNS の設定手順を説明します DNS 設定前のチェック項目 HOSTNAME YaST > Network Service > HOSTNAMES に ホスト名. ゾーン名 が記述されていることを確認します この情報は /

More information

IP.dvi

IP.dvi ... 3... 3... 3... 4... 6 VLAN... 6... 6 DHCP... 7... 7... 9... 9... 10... 12 R... 15... 15... 15 ARP... 18... 18 ARP... 18 DNS... 20... 20 DHCP/BOOTP... 21... 21 DHCP... 22 UDP... 23... 23... 23... 26...

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

IPv6 トラブルシューティング ホームネットワーク/SOHO編

IPv6 トラブルシューティング ホームネットワーク/SOHO編 IPv6 SOHO NTT fujisaki@nttv6.com 2010 NTT Information Sharing Platform Laboratories IPv6 IPv6 IPv6 IPv4 IPv6 IPv4/IPv6 MTU IPv6 2 2010 NTT Information Sharing Platform Laboratories IPv6 SOHO (NTT /) SOHO

More information

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision

$ ifconfig lo Link encap: inet : : inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536 :1 RX :8 :0 :0 :0 :0 TX :8 :0 :0 :0 :0 (Collision 2 (1) (2)PC [1], [2], [3] 2.1 OS ifconfig OS 2.1 ifconfig ( ) ifconfig -a 2.1 PC PC eth0, eth1, lo 3 13 $ ifconfig lo Link encap: inet :127.0.0.1 :255.0.0.0 inet6 : ::1/128 : UP LOOPBACK RUNNING MTU:65536

More information

Part 1 Part 2 Part 3 Part 1 STEP 0 1 STEP 02 66 // options options { directory "/var/named/"; // zone zone "." { type hint; file "named.root"; // 0.0.127.in-addr.arpa zone zone "0.0.127.in-addr.arpa"

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

wide93.dvi

wide93.dvi 5 161 1 1.1 DDT WG DDT WG 1. \DDT" 2. DDT WG DDT WG 1.2 x ( IP) y ( X.25) x y \x overy" x y 1.1 IP X.25 IP IP IPX Appletalk OSI IP \encapsulation" \encapsulation header" \decapsulation" 163 164 1993 WIDE

More information

030717kuri.txt - メモ帳

030717kuri.txt - メモ帳 memo 030717 memo030717 030717kuri.txt [ 復習 ] tarボール形式のパッケージインストール展開 / 解凍コマント tar -xvzf パッケージtar.gz tar 複数のファイルを1つのファイルにする x 展開 z gzip 圧縮 v 情報表示 * 展開は通常 usr/loca/srcとする ホームディレクトリでも良い環境調査./configure コンパイル

More information

DNS (BIND, djbdns) JPNIC・JPCERT/CC Security Seminar 2005

DNS (BIND, djbdns)  JPNIC・JPCERT/CC Security Seminar 2005 DNS 2005 10 6 JPNIC JPCERT/CC Security Seminar 2005 DNS Pharming BIND djbdns 2 DNS DNS (Domain Name System)? IP www.example.jp IP 172.16.37.65 http://www.example.jp/ - http://172.16.37.65/

More information

LSM-L3-24設定ガイド(初版)

LSM-L3-24設定ガイド(初版) 4 2 IP 3 2 MAC VLAN 1 MAC MAC 4-1 2 4-2 VLAN classification VLAN Learning Filtering Forwarding VLAN classification learning filtering forwarding VLAN Classification 2 : - VLAN - VLAN ID Learning VLAN classification

More information

Contents CIDR IPv6 Wildcard MX DNS

Contents CIDR IPv6 Wildcard MX DNS 9. DNS Contents CIDR IPv6 Wildcard MX DNS DNS (Domain Name System) IP ( ) ( root ( ) ) jp uk com org ac ad co or kyoto-u wide nic janog ad.jp domain jp domain Delegation( ) TOP domain, 2nd(3rd)-level domain

More information

IP... 2 IP... 2 IP... 2 IP... 2 VLAN... 3 IP ADD IP IPADDRESS... 5 DELETE IP... 7 PING SETIP SHOW IP IP CentreCOM FS9

IP... 2 IP... 2 IP... 2 IP... 2 VLAN... 3 IP ADD IP IPADDRESS... 5 DELETE IP... 7 PING SETIP SHOW IP IP CentreCOM FS9 ... 2... 2... 2... 2 VLAN... 3... 3... 4... 4 ADD ADDRESS... 5 DELETE... 7 PING.... 8 SET... 10 SHOW... 11 CentreCOM FS900S 1.0.0 1 Internet Protocol 2 Telnet 1. 2. VLAN VLAN default ADD ADDRESS=192.168.10.5

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

DocuWide 2051/2051MF 補足説明書

DocuWide 2051/2051MF 補足説明書 ëêèõ . 2 3 4 5 6 7 8 9 0 2 3 4 [PLOTTER CONFIGURATION] [DocuWide 2050/205 Version 2.2.0] [SERIAL] BAUD_RATE =9600 DATA_BIT =7 STOP_BIT = PARITY =EVEN HANDSHAKE =XON/XOFF EOP_TIMEOUT_VALUE =0 OUTPUT RESPONSE

More information

Microsoft PowerPoint ppt [互換モード]

Microsoft PowerPoint ppt [互換モード] 第 5 回 IP 計算機ネットワーク IP Internet Protocol Layer 3 ネットワーク層 機能 アドレッシング (IP アドレス ) IP Reachable 到達可能 = インターネット L2ではローカルのみ通信可 ルーティング フラグメント IP パケット IP パケット IP ヘッダ ペイロード イーサネットヘッダ ペイロード FCS 4 14 1500 イーサネットペイロード

More information

DNSを「きちんと」設定しよう

DNSを「きちんと」設定しよう DNS WIDE Project DNS DAY - Internet Week 2002 BIND DNS 2 DNS DNS(Domain Name System) named(bind), tinydns(djbdns), MicrosoftDNS(Windows), etc DNS 4 2 (1) www.example.jp IP 10.100.200.1 10.20.30.40 ftp.example.jp

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

DNS DNS(Domain Name System) named(bind), tinydns(djbdns), MicrosoftDNS(Windows), etc 3 2 (1) ( ) IP IP DNS 4

DNS DNS(Domain Name System) named(bind), tinydns(djbdns), MicrosoftDNS(Windows), etc 3 2 (1) ( )  IP IP DNS 4 DNS minmin@jprs.co.jp DNS DAY Internet Week 2003 ( ) 2 DNS DNS(Domain Name System) named(bind), tinydns(djbdns), MicrosoftDNS(Windows), etc 3 2 (1) ( ) www.example.jp IP IP 10.20.30.40 DNS 4 PC /etc/resolv.conf

More information

untitled

untitled NTT TOP A WAN WAN VRRP NIC OSPF VRRP STP 1. IPv6 IPv6 2. 3. IPv6 1. IPv4 NAT IPv6 1. 2. (IPv4 ) NAT? Unique Local IPv6 Unicast Address /8 /48 /64 /128 7 1 40 16 64 ULA Global ID Interface ID Type Subnet

More information

2 注意事項 教材として会場を提供していただいている ConoHa さんのドメイン名とその権威ネームサーバを使 用しています conoha.jp ns1.gmointernet.jp

2 注意事項 教材として会場を提供していただいている ConoHa さんのドメイン名とその権威ネームサーバを使 用しています   conoha.jp ns1.gmointernet.jp 夏の DNS 祭り 2014 ハンズオン - dig 編 株式会社ハートビーツ滝澤隆史 2 注意事項 教材として会場を提供していただいている ConoHa さんのドメイン名とその権威ネームサーバを使 用しています www.conoha.jp conoha.jp ns1.gmointernet.jp 3 権威ネームサーバへの問い合わせ @ 権威サーバ と +norec を付ける 例例 ) www.conoha.jp

More information

第1回 ネットワークとは

第1回 ネットワークとは 第 6 回 IP 計算機ネットワーク 2 前回まで Ethernet LAN 内通信 MAC アドレス (32:43:55 : BA:F5:DE) IP アドレス ベンダ (OUI) NIC IP アドレス ( 187.45.147.154 ) network host 組織端末 IP アドレス : 187.45.147.154 どこの組織? どのネットワーク? ネットワークアドレス ネットワーク部

More information

wide95.dvi

wide95.dvi 16 453 1 1.1 WISH WISH [140] 250ms WISH WISH 1995 WISH ( ) ( ) 1.2 WISH WISH VSAT 9 12 ( 1.1) VSAT ODU IDU ( 1.2 455 456 1995 WIDE WNOC-SPK JAIST WNOC-NARA (AIST-NARA) WNOC-FUK (KYUSHU-U) WNOC-KYOTO U-TOKYO

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

¥¤¥ó¥¿¡¼¥Í¥Ã¥È·×¬¤È¥Ç¡¼¥¿²òÀÏ Âè1²ó

¥¤¥ó¥¿¡¼¥Í¥Ã¥È·×¬¤È¥Ç¡¼¥¿²òÀÏ Âè1²ó 1 2011 5 11 lumeta internet mapping http://www.lumeta.com http://www.cheswick.com/ches/map/ 2 / 43 ( ) 3 / 43 (Kenjiro Cho) WIDE 1984 ( ) OS 1993 1996 ( ) (QoS ) 2001 ( ) 2004 ( ) QoS 4 / 43 (Internet

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

2008, 2009 TOSHIBA TEC CORPORATION All rights reserved

2008, 2009 TOSHIBA TEC CORPORATION All rights reserved 2008, 2009 TOSHIBA TEC CORPORATION All rights reserved 1 2 3 1 2 ... 1 1... 8... 9... 18... 24... 25... 30... 31... 34... 37 E... 67 Bluetooth BIP... 68 2... 71... 73... 100 3 ... 132... 134... 136 E...

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

MUA (Mail User Agent) MTA (Mail Transfer Agent) DNS (Domain Name System) DNS MUA MTA MTA MUA MB mailbox MB

MUA (Mail User Agent) MTA (Mail Transfer Agent) DNS (Domain Name System) DNS MUA MTA MTA MUA MB mailbox MB MUA (Mail User Agent) MTA (Mail Transfer Agent) DNS (Domain Name System) DNS MUA MTA MTA MUA MB mailbox MB »» SMTP MAIL FROM: 250 sender ok RCPT TO: 250 recipient

More information

untitled

untitled ... 2... 2... 2... 3 VLAN... 3... 3... 4... 4 ADD ADDRESS... 5 DELETE... 7 PING.... 8 SET... 10 SHOW... 11 CentreCOM GS900SS 1.6.19 1 Internet Protocol 2 Telnet FTP 1. 2. VLAN VLAN default ADD ADDRESS=192.168.10.5

More information

1 IPv6 WG OS SWG PCOSIPv6 Windows Vista 2 3 KAMEUSAGIMacOSX IPv6 2

1 IPv6 WG OS SWG PCOSIPv6 Windows Vista 2 3 KAMEUSAGIMacOSX IPv6 2 LAN IPv6 IPv6 WG IPv6 OS SWG () 1 1 IPv6 WG OS SWG PCOSIPv6 Windows Vista 2 3 KAMEUSAGIMacOSX IPv6 2 IPv6 PCOSIPv6 Windows VISTA OSv6 MacOS X Linux *BSD Solaris etc PC RS RA DAD IPv6 DHCPv6 DNS AAAA PMTUD?

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

LSM-L3-24設定ガイド(初版)

LSM-L3-24設定ガイド(初版) 6 DB-9 Figure 6-1. DB-9 6-1 DB-9 EIA CCIT T DB9 DTE # PC DB9 DTE # DB9 DCE # 9 COM DTE-DCE CF 109 DCD 1 1 8 AB 102

More information

2 1: OSI OSI,,,,,,,,, 4 TCP/IP TCP/IP, TCP, IP 2,, IP, IP. IP, ICMP, TCP, UDP, TELNET, FTP, HTTP TCP IP

2 1: OSI OSI,,,,,,,,, 4 TCP/IP TCP/IP, TCP, IP 2,, IP, IP. IP, ICMP, TCP, UDP, TELNET, FTP, HTTP TCP IP 1.,.. 2 OSI,,,,,,,,, TCP/IP,, IP, ICMP, ARP, TCP, UDP, FTP, TELNET, ssh,,,,,,,, IP,,, 3 OSI OSI(Open Systems Interconnection: ). 1 OSI 7. ( 1) 4 ( 4),,,,.,.,..,,... 1 2 1: OSI OSI,,,,,,,,, 4 TCP/IP TCP/IP,

More information

2.

2. 2. Internet DNS DNS UUCP (JUNET ) ( ) mailconf ( ) DNS name [ttl[ ttl] ] IN type value... < > type (A, MX, CNAME,...) value A (Address) RR (Resource Record) IP IP MX (Mail exchanger) ) RR CNAME (Canonical

More information

rzakg.ps

rzakg.ps IBM Systems - iseries DHCP (Dynamic Host Configuration Protocol) 5 4 IBM Systems - iseries DHCP (Dynamic Host Configuration Protocol) 5 4 65 IBM i5/os ( 5722-SS1) 5 4 0 RISC CISC URL http://www.ibm.com/jp/manuals/main/mail.html

More information

第1回 ネットワークとは

第1回 ネットワークとは 第 6 回 IP 計算機ネットワーク ルーティング IP パケットの宛先に応じて次の転送先インターフェースを決定 D:192.168.30.5 パケット 192.168.10.0/24 fe0 192.168.20.0/24 fe1 fe3 fe2 192.168.30.0/24 ルーティングテーブル 192.168.40.0/24 192.168.10.0 direct fe0 192.168.20.0

More information

6.2 基本的なネットワーク構成 6.2 基本的なネットワーク構成 このトピックではネットワークの基本的な設定ファイルやコマンドの使用法ついて出題されます 例題 NIC に設定されている IP アドレスを確認するコマンドを選択せよ A) traceroute B) route C) ifconfig

6.2 基本的なネットワーク構成 6.2 基本的なネットワーク構成 このトピックではネットワークの基本的な設定ファイルやコマンドの使用法ついて出題されます 例題 NIC に設定されている IP アドレスを確認するコマンドを選択せよ A) traceroute B) route C) ifconfig このトピックではネットワークの基本的な設定ファイルやコマンドの使用法ついて出題されます 例題 NIC に設定されている IP アドレスを確認するコマンドを選択せよ A) traceroute B) route C) ifconfig D) ping 解答 : C 概要 ( 試験範囲から抜粋 ) 重要度 4 クライアントホスト上の設定を参照 変更 確認する 主な知識範囲ネットワークインターフェイスの設定を手作業および自動で行うホストの基本的な

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

ict4.key

ict4.key IP IP IP IP IP IPv4 32 0-1 IPv6 128 0-1 Web IP 192.47.204.101 IP addressing IP IP IP DNS daito.ac.jp st.daito.ac.jp ic.daito.ac.jp jm.daito.ac.jp DNS =host name....tld www.daito.ac.jp, www.google.com,

More information

ヤマハ ルーター ファイアウォール機能~説明資料~

ヤマハ ルーター ファイアウォール機能~説明資料~ 1 RT140i #1(PPP) RT105i RTA52i R (PP#) (LAN#) [NAT] R LAN LAN 2 #2() RT300i RTW65b RT140e RT105e (LAN2) R (LAN1) RTA55i R LAN LAN 3 #3(PPPoE) R (LAN#) (PP#) (PP#) LAN ISDN/ LAN 4 RT300i RT105 #4(VPN) R

More information

TCP/IP Protocols and Services

TCP/IP Protocols and Services 00ィイ09020102ィェィィ02 070905ィョ00ィィ 09 Internet 02ィ ィエ06 0607ィィ09ィ ィェィィ02 ィェィ TCP/IP 070806ィー06ィコ0605ィィ TCP 070806ィー06ィコ0605 IP 070806ィー06ィコ0605 Ethernet 070806ィー06ィコ0605 TCP/IP 05ィーィ ィェ01ィ 08ィーィィ (RFC) 00ィ

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

00.目次_ope

00.目次_ope 816XL ii iii iv iv User Entry 1 3 v vi vii viii 1 1 C: >VTTERM 1- 1 1-3 1 1-4 1 1-5 1 1-6 1 1-7 1 1-8 1 1-9 1 1-10 C: >VTN 1 Host Name: 1-11 1 01 1-1 0.0.0.0 1 1-13 1 1-14 - -3 Port status and configuration

More information

LAN

LAN LAN 2003 6 4 LAN Hotel LAN LAN IEEE802.11a IEEE802.11b 802.11b 11Mbps Copyright (c) 2003 NPO Page 3 FREESPOT FREESPOT HOTSPOT NTT ( ) MZONE ( )NTT Mobile ( ) Yahoo! BB ( ) MapFanWeb http://www.mapfan.com/musen/

More information

$ cal ) ( cal $ cal cal cal 1. () ( clear) 2. ( cal) 3. ( man) \() ( ) --() +()

$ cal ) ( cal $ cal cal cal 1. () ( clear) 2. ( cal) 3. ( man) \() ( ) --() +() 5 5 5.1 kernel UNIX OS (...) shell ( ) 5: UNIX: UNIXpp.133-134 UNIX UNIX Mac OS X $ % $ bash(bourne again shell)% tcsh() 5.2 5.2.1 5.1 clear $ clear 5.2 cal CLEAR $ cal CALender 5.2.2 1 cat /etc/shells

More information

リング型IPカメラ監視ソリューション(マルチキャスト編)

リング型IPカメラ監視ソリューション(マルチキャスト編) CentreCOM x900 IP IP ( ) IP surveillance Solution 01 SNMP Manager Syslog Server NTP Server x900-24xt_2 Link Aggregation x900-24xt_1 FS926M-PS_1 FS926M-PS_2 x600-24ts EPSR (Ethernet Protected Switched Ring)

More information

ヤマハ ルーター ファイアウォール機能~説明資料~

ヤマハ ルーター ファイアウォール機能~説明資料~ 1 2 3 4 LAN ISDN/ NAT (LAN#) (PP#) (TUNNEL#) + R 5 ----------< >---------- ----------< >---------- 6 IPv6 VPN ping IPsec PPTP ICMP (1) TCP (6) UDP (17) IPv6 (41) AH (51) ESP (50) GRE (47) IPv4

More information

guide.PDF

guide.PDF ExpressMail Ver2.0 Copyright ( ) 1998/12/25 REV.1 1 ExpressMail Ver2.0 ExpressMail Ver2.0 ExpressMail Ver2.0 WindowsNT SMTP/POP3/IMAP4 (1) SMTP sendmail 8.8.5 DLL (2) POP3 RFC1939 APOP (3) IMAP4 RFC2060

More information

DNS DNS 2002/12/19 Internet Week 2002/DNS DAY 2

DNS DNS 2002/12/19 Internet Week 2002/DNS DAY 2 DNS 2002 12 19 2003 1 16 Internet Week 2002/DNS DAY ( ) (JPRS) DNS DNS 2002/12/19 Internet Week 2002/DNS DAY 2 DNS SOA SOA TTL $TTL NS MX CNAME 2002/12/19 Internet Week 2002/DNS DAY

More information

5. sendmail.cf

5. sendmail.cf 5. sendmail.cf Contents sendmail.cf NULL Client PPP Client Firewall sendmail.cf sendmail ( ) ( ) SMTP UUCP sendmail.cf OS sendmail sendmail.cf MX Lower MX MX RR sendmail.cf V1: sendmail 5 ( V1) V2, V3:

More information

集中講義 インターネットテクノロジー 第5回

集中講義 インターネットテクノロジー 第5回 5 ichii@ms.u-tokyo.ac.jp 2002/5/31 2 IPv6 2002/5/31 3 IPv6 32 IP 2008 streamline QoS anycast anycast: IPv6 40 128 2002/5/31 4 IP ICANN Ad Hoc Group on Numbering and Addressing McFadden/Holmes Report of

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

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

Jlspec

Jlspec 1OFF 通常 OFF 通常 2 ON 設定内容の初期化を行う ( 工場出荷状態 ) OFF 通常 3 ON 自己診断 / 設定内容の印字を行う 4OFF 通常 %!PS-Adobe-2.0 /Courier findfont 10 scalefont setfont /LEFT 36 def /TOP 792 def /PITCH 12 def /LF {show /x LEFT def /y

More information

BSD Unix IPv6 WIDE Project / ( ) All rights reserved. Copyright(c)2006 WIDE Project 1

BSD Unix IPv6 WIDE Project / ( ) All rights reserved. Copyright(c)2006 WIDE Project 1 BSD Unix IPv6 WIDE Project / ( ) All rights reserved. Copyright(c)2006 WIDE Project 1 Abstract DNS AAAA Query A/AAAA Query DNS All rights reserved. Copyright(c)2006 WIDE Project 2 AAAA Query

More information

IIJ Technical WEEK SEILシリーズ開発動向:IPv6対応の現状と未来

IIJ Technical WEEK SEILシリーズ開発動向:IPv6対応の現状と未来 SEIL : IPv6 1 SEIL 2011 IPv6 SEIL IPv6 SEIL 4rd 2 SEIL 3 SEIL (1/3) SEIL IIJ SEIL 2001/6 IPv6 SEIL/X1 SEIL/X2 50,000 SEIL/x86 1998/8 SEIL SEIL/neu 128 SEIL/neu T1 SEIL/neu 2FE SEIL/neu ATM SEIL/Turbo SEIL/neu

More information

Agenda IPv4 over IPv6 MAP MAP IPv4 over IPv6 MAP packet MAP Protocol MAP domain MAP domain ASAMAP ASAMAP 2

Agenda IPv4 over IPv6 MAP MAP IPv4 over IPv6 MAP packet MAP Protocol MAP domain MAP domain ASAMAP ASAMAP 2 MAP Tutorial @ 1 Agenda IPv4 over IPv6 MAP MAP IPv4 over IPv6 MAP packet MAP Protocol MAP domain MAP domain ASAMAP ASAMAP 2 IPv4 over IPv6 IPv6 network IPv4 service Internet Service ProviderISP IPv4 service

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

I TCP 1/2 1

I TCP 1/2 1 I TCP 1/2 1 Transport layer: a birds-eye view Hosts maintain state for each transport endpoint Routers don t maintain perhost state H R R R R H Transport IP IP IP IP IP Copyright(C)2011 Youki Kadobayashi.

More information

-4 ( ) j ( ) 1

-4 ( ) j ( ) 1 -4 ( ) j 2006 05 10 2006 05 16 2006 05 16 4 ( ) 1 1 ping 3 1.1 1............................... 3 1.2 2............................... 4 2 traceroute 5 2.1 3............................... 5 3 netstat

More information

RFC2131「Dynamic Host Configuration Protocol」における実装問題点

RFC2131「Dynamic Host Configuration Protocol」における実装問題点 Barr Hibbs Implementation Issues with RFC 2131, "Dynamic Host Configuration Protocol" Internet Draft 2003 2 24 RFC2131 Dynamic Host Configuration Protocol 11300J083 Implementation Issues with RFC 2131,

More information

BIND 9 BIND 9 IPv6 BIND 9 view lwres

BIND 9 BIND 9 IPv6 BIND 9 view lwres DNS : BIND9 ( ) /KAME jinmei@{isl.rdc.toshiba.co.jp, kame.net} Copyright (C) 2001 Toshiba Corporation. BIND 9 BIND 9 IPv6 BIND 9 view lwres BIND 3 : 4, 8, 9 BIND 4 BIND 8 vs BIND 9 BIND 9 IPv6 DNSSEC BIND

More information

untitled

untitled IPv6 IPv4 I / 9 1 CIDR,, NAT IP IPv6 I / 9 2 I / 9 3 1 CIDR Classless Inter-Domain Routing RFC1519 IPv4 CIDR IPng (=IPv6) I / 9 4 Growth in BGP Route Table 90000 80000 Source: http//www.telstra.net/ ops/bgptable.html

More information

使用説明書

使用説明書 第 6 章 本章では Print Manager Web ブラウザ TELNET を利用して 詳細な設定を行う方法について説明します Print Manager で設定する 総合ユーティリティー Print Manager は 本製品の詳細な設定及び設定内容の変更を行うことができます また リモートでの再起動やプリンターステータスモニターなどの便利な機能をご利用いただくことができます Print Manager

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

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

All Rights Reserved. Copyright(c)1997 Internet Initiative Japan Inc. 1

All Rights Reserved. Copyright(c)1997 Internet Initiative Japan Inc. 1 asaba@iij.ad.jp All Rights Reserved. Copyright(c)1997 Internet Initiative Japan Inc. 1 All Rights Reserved. Copyright(c)1997 Internet Initiative Japan Inc. 2 user IX IX IX All Rights Reserved. Copyright(c)1997

More information

IP ICMP Redirec

IP ICMP Redirec Z990002-D06-08 RGW Ver1. 2 1....6 1.1....6 1.2....7 1.3....7 1.4....7 1.5....8 1.6....9 1.7.... 12 1.7.1...12 1.7.2...12 1.7.3 IP...12 1.7.4...13 1.7.5...13 1.7.6 ICMP Redirect...13 1.7.7...14 1.7.8...15

More information

リング型IPカメラ監視ソリューション

リング型IPカメラ監視ソリューション TELESYN IP IP surveillance Solution 04 SNMP Manager Syslog Server NTP Server TELESYN9100_2 Link Aggregation VCS_1 TELESYN9100_4 FS926M-PS_1 TELESYN9100_3 FS926M-PS_2 FS926M-PS_3 TELESYN : TELESYN9400 :

More information

nakayama15icm01_l7filter.pptx

nakayama15icm01_l7filter.pptx Layer-7 SDN SDN NFV 50 % 3 MVNO 1 2 ICM @ 2015/01/16 2 1 1 2 2 1 2 2 ICM @ 2015/01/16 3 2 Service Dependent Management (SDM) SDM Simple Management of Access-Restriction Translator Gateway (SMART-GW) ICM

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

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

Si-R30取扱説明書

Si-R30取扱説明書 IP 317 318 IP 319 322 327 332 335 337 339 339 340 342 DNS ProxyDNS 344 DNS 344 DNS 348 DNS 349 DNS 350 DHCP 352 DHCP 353 DHCP 355 NAT 35 NAT 359 30 34 ID 38 371 374 CBCP 375 CBCP 377 379 380 TA 382 URL

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

卒研 .PDF

卒研 .PDF 1. ------------------------------------------------------------------------------------------2 2. ---------------------------------------------------------------------------3 2.1 2.2 2.3 OSI 2.4 TCP/IP

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

CG-SSW indb

CG-SSW indb 2 3 4 Screen displays User Entry 5 6 7 8 1 10 11 12 13 14 15 16 Power 17 18 19 20 2 22 23 24 25 Power Power 26 Power 27 28 3 login: manager Password: friend Manager > Manager > save Manager > logoff 30

More information

設定手順

設定手順 IP Cluster & Check Point NGX (IPSO 4.0 & Check Point NGX (R60)) 2007 7 IP Cluster & Check Point NGX...2 1 Gateway Cluster...6 1-1 cpconfig...6 1-2 Gateway Cluster...6 1-3 3rd Party Configuration...8 1-4

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

第20章SNMP (Simple Network Management Protocol)

第20章SNMP (Simple Network Management Protocol) 2010/06/28 第 20 章 SNMP (Simple Network Management Protocol) 大木研究室飯野 4 年生亨太 目次 1. SNMPの概要 2. SNMPの仕組み 3. MIBについて 4. SNMPのプロトコル 5. SNMPの機能拡張 6. SNMPの将来性 7. まとめ SNMP の概要 SNMP の概要 (1/6) 背景 インターネットの規模が拡大し IP

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