untitled

Size: px
Start display at page:

Download "untitled"

Transcription

1 BeaconNC IPv6IPv6Web CentOS(RedHatGNU/Debian

2 IPv6 LinuxIPv6 IPv6 IPv6 IPv6 LinuxIPv6 ApacheIPv6 IPv6

3 (32bit128bit) IPsec MobileIP IPv4MobileIP Header IPv4IPv IPv4

4 IPv4/IPv6 IPv4 : IPv6 : IPv4/30IPv6/64 IPv6 DHCPV6 RA RS RS

5 IP The Internet IPv4MobileIP The Internet

6 Mobile IPv6 MN CoAHA The Internet HA CoACN CoA CNMN MN CN

7 IPv IPv6 fe80:0000:0000:0000:02d0:b7ff:fea0:beea 16 : fe80:0000:0000:0000:02d0:b7ff:fea0:beea fe80:0000:0000:0000:2d0:b7ff:fea0:beea 0000 :: fe80::02d0:b7ff:fea0:beea fe80::2d0:b7ff:fea9:beea

8 2001:db8:0000:0000:fff0:0000:0000:000f 2001:db8::fff0:0:0:f 2001:db8:0:0:fff0::f 2001:db8::fff0::f

9 IPv6

10

11 IPv4

12

13 X

14 IPv4 IPv4 Unique Local IPv6 Unicast Address Unique Local IPv6 Unicast(ULA)

15 RA

16 IPv4 IPv4

17 IPv IPv4IPv6 IPv4 ) => ::

18 IPv6IPv4 IPv => ::ffff: IPv6

19 IPv6/IPv4 IN IN A mail.example.com. IN IN A IN IN AAAA 2001:db8::1 AAAA DNSIPv6 AAAA RR, A RR IPv6 IPv6IPv4 The Internet IPv6 AAAA/A

20 include <stdio.h> include include <sys/types.h> <stdio.h> include include <sys/socket.h> <sys/types.h> include include <netdb.h> <sys/socket.h> include <netdb.h> int sock,err; struct int sock,err; addrinfo hints, *res0, *res; struct addrinfo hints, *res0, *res; memset(&hints, 0, sizeof(hints)); hints.ai_family memset(&hints, = 0, PF_UNSPEC; sizeof(hints)); hints.ai_socktype hints.ai_family = = PF_UNSPEC; SOCK_STREAM; hints.ai_socktype = SOCK_STREAM; /* getaddrinfo AAAAA*/ err /* = getaddrinfo getaddrinfo(" AAAAA*/ "http", &hints, &res0); err = getaddrinfo(" "http", &hints, &res0); if (err) { if fprintf(stderr, (err) { "error : %s", gai_strerror(err)); freeaddrinfo(res0); fprintf(stderr, "error : %s", gai_strerror(err)); exit(1); freeaddrinfo(res0); } exit(1); } /* getaddrinfo */ for /* (res getaddrinfo = res0; res; res = res->ai_next) { */ for (res sock = = res0; socket res; (res->ai_family, res = res->ai_next) res->ai_socktype, { res->ai_protocol); if sock (sock = socket < 0) (res->ai_family, res->ai_socktype, res->ai_protocol); if (sock continue; < 0) continue; IPv6 if (connect(sock, res->ai_addr, res->ai_addrlen) < 0) { if (connect(sock, close (sock); res->ai_addr, res->ai_addrlen) < 0) { continue; close (sock); } continue; break; } } break; freeaddrinfo(res0); } freeaddrinfo(res0); LinuxIPv6

21 IPv4/IPv6 IPv4/IPv6

22 IP ifconfig ip ifconfig interface [aftype] options address ip [OPTIONS] OBJECT { COMMAND help } IPv4 IPv4 IPv4 ifconfig ifconfig eth0 eth netmask netmask ifconfig ifconfig eth0 eth0 eth0 eth0 Link Link encap:ethernet encap:ethernet HWaddr HWaddr 00:00:XX:XX:XX:XX inet inet addr: addr: Bcast: Mask: UP UP BROADCAST BROADCAST MULTICAST MULTICAST MTU:1500 MTU:1500 Metric:1 Metric:1 RX RX packets:0 packets:0 errors:0 errors:0 dropped:0 dropped:0 overruns:0 overruns:0 frame:0 frame:0 TX TX packets:0 packets:0 errors:0 errors:0 dropped:0 dropped:0 overruns:0 overruns:0 carrier:0 carrier:0 collisions:0 collisions:0 txqueuelen:1000 txqueuelen:1000 RX RX bytes:0 bytes:0 (0.0 (0.0 b) b) TX TX bytes:0 bytes:0 (0.0 (0.0 b) b) Interrupt:169 Interrupt:169 ifconfig ifconfig eth0 eth0 up up ifconfig ifconfig eth0 eth0 down down

23 IPv6 IPv6 IPv6 interface up ifconfig ifconfig eth0 eth0 add add 2001:db8::80/ :db8::80/64 IPv6 IPv6 ifconfig ifconfig eth0 eth0 del del 2001:db8::80/ :db8::80/64 ifconfig ifconfig eth0 eth0 eth0 eth0 Link Link encap:ethernet encap:ethernet HWaddr HWaddr 00:XX:XX:XX:XX:XX inet inet addr: addr: Bcast: Mask: inet6 inet6 addr: addr: 2001:db8::80/ :db8::80/64 Scope:Global Scope:Global inet6 inet6 addr: addr: fe80::2d0:xxxx:xxxx:xxxx/64 Scope:Link Scope:Link UP UP BROADCAST BROADCAST MULTICAST MULTICAST MTU:1500 MTU:1500 Metric:1 Metric:1 RX RX packets:0 packets:0 errors:0 errors:0 dropped:0 dropped:0 overruns:0 overruns:0 frame:0 frame:0 TX TX packets:0 packets:0 errors:0 errors:0 dropped:0 dropped:0 overruns:0 overruns:0 carrier:0 carrier:0 collisions:0 collisions:0 txqueuelen:1000 txqueuelen:1000 RX RX bytes:0 bytes:0 (0.0 (0.0 b) b) TX TX bytes:0 bytes:0 (0.0 (0.0 b) b) Interrupt:169 Interrupt:169 (IP6 ifconfig ifconfig eth0 eth0 down down IPv4/IPv6 ip ip addr addr add add / /24 dev dev eth0 eth0 ip ip addr addr add add 2001:db8::80/ :db8::80/64 dev dev eth0 eth0 ip ip addr addr show show dev dev eth0 eth0 3: 3: eth0: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu mtu qdisc qdisc pfifo_fast pfifo_fast qlen qlen : 4: eth1: eth1: <BROADCAST,MULTICAST,UP> mtu mtu qdisc qdisc pfifo_fast pfifo_fast qlen qlen link/ether link/ether 00:xx:xx:xx:xx:xx brd brd ff:ff:ff:ff:ff:ff inet inet / /8 brd brd scope scope global global eth1 eth1 inet6 inet6 fe80::202:xxx:xxx:xxx:xxx/64 scope scope link link valid_lft valid_lft forever forever preferred_lft preferred_lft forever forever inet6 inet6 2001:2a0:102:2000::a000:1/64 scope scope global global valid_lft valid_lft forever forever preferred_lft preferred_lft forever forever ip ip link link set set eth0 eth0 up up ip ip link link set set eth0 eth0 down down

24 longest prefix match eth0: / /8 eth1 network Next hop Metirc Interface / eth / eth / eth1

25 Default Default route route add add A A inet inet default default gw gw dev dev eth0 eth0 route route add add A A inet6 inet6 default default gw gw fe80:x:x:x:x:x fe80:x:x:x:x:x dev dev eth0 eth0 route route add add net net netmask netmask gw gw dev dev eth0 eth0 route route add add A A inet6 inet6 2001:db8::/ :db8::/64 gw gw fe80::2d0:b7ff:fea0:beea fe80::2d0:b7ff:fea0:beea dev dev eth0 eth0 route route -n -n A A inet6 inet6 route route n n A A inet inet Default ip ip route route add add default default via via dev dev eth0 eth0 ip ip route route add add default default via via fe80::202:b3ff:fe32:faa2 dev dev eth0 eth0 ip ip route route add add / /24 via via dev dev eth0 eth0 ip ip route route add add 2001:db8::/ :db8::/48 via via fe80::202:b3ff:fe32:faa2 dev dev eth0 eth0 ip ip -4-4 route route show show ip ip -6-6 route route show show

26 /etc hosts - IP resolv.conf host.conf hoge.example.jp hoge.example.jp localhost localhost hoge hoge The The following following lines lines are are desirable desirable for for IPv6 IPv6 capable capable hosts hosts ::1 ::1 ip6-localhost ip6-localhost ip6-loopback ip6-loopback fe00::0 fe00::0 ip6-localnet ip6-localnet ff00::0 ff00::0 ip6-mcastprefix ip6-mcastprefix ff02::1 ff02::1 ip6-allnodes ip6-allnodes ff02::2 ff02::2 ip6-allrouters search ip6-allrouters search example.jp example.jp ff02::3 ff02::3 ip6-allhosts nameserver ip6-allhosts nameserver order order hosts,bind hosts,bind multi multi on on

27 /etc services : protocols : tcpmux tcpmux 1/tcp 1/tcp TCP TCP port port service service multiplexer multiplexer echo echo 7/tcp 7/tcp echo echo 7/udp 7/udp discard discard 9/tcp 9/tcp sink sink null null discard discard 9/udp 9/udp sink sink null null systat systat 11/tcp 11/tcp users users daytime daytime 13/tcp 13/tcp daytime daytime 13/udp 13/udp netstat netstat 15/tcp 15/tcp qotd qotd 17/tcp 17/tcp quote quote msp msp 18/tcp 18/tcp message message send send protocol ip 0 IP internet protocol, protocol pseudo protocol number msp ip msp 18/udp0 IP internet protocol, pseudo protocol number hopopt 18/udp 0 HOPOPT IPv6 Hop-by-Hop Option [RFC1883] chargen hopopt chargen 19/tcp 0 HOPOPT 19/tcp ttytst ttytst source IPv6 Hop-by-Hop Option [RFC1883] icmp 1 ICMP source internet control message protocol chargen icmp chargen 19/udp 1 ICMP 19/udp ttytst ttytst source internet control message protocol igmp 2 IGMP source Internet Group Management ftp-data igmp ftp-data 20/tcp2 IGMP Internet Group Management ggp 20/tcp 3 GGP gateway-gateway protocol ftp ggp ftp 21/tcp3 GGP gateway-gateway protocol ipencap 21/tcp 4 IP-ENCAP IP encapsulated in IP (officially ``IP'') fsp ipencap fsp 21/udp 4 IP-ENCAP 21/udp fspd IP encapsulated in IP (officially ``IP'') st 5 ST fspd ST datagram mode ssh st ssh 22/tcp 5 ST ST 22/tcp SSH datagram SSH Remote mode Remote Login Login Protocol tcp 6 TCP transmission control protocol Protocol ssh tcp ssh 22/udp6 TCP transmission control protocol egp 22/udp 8 EGP exterior gateway protocol egp 8 EGP exterior gateway protocol CentOS /etc sysconfig network : network-scripts Debian /etc network ifcfg-{dev} : options : interfaces :

28 /etc/sysconfig/network HOSTNAME=hoge.example.jp HOSTNAME=hoge.example.jp IPv4 IPv4 NETWORKING=yes NETWORKING=yes GATEWAY= GATEWAY= IPv6 IPv6 NETWORKING_IPV6=yes NETWORKING_IPV6=yes IPV6_DEFAULTGW=fe80::xxxx%eth0 IPV6_DEFAULTGW=fe80::xxxx%eth0 IPV6_AUTOCONF=no IPV6_AUTOCONF=no IPV6FORWARDING=no IPV6FORWARDING=no HOSTNAME FQDN NETWORKING yes: rc network GATEWAY IPv4default gateway NETWORKING_IPV6 yes: IPv6 IPV6_DEFAULTGW IPv6default gateway /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 DEVICE=eth0 BOOTPROTO=none BOOTPROTO=none ONBOOT=yes ONBOOT=yes NETWORK= NETWORK= NETMASK= NETMASK= IPADDR= IPADDR= IPV6INIT=yes IPV6INIT=yes IPV6_AUTOCONF=no IPV6_AUTOCONF=no IPV6ADDR=2001:db8::80/64 IPV6ADDR=2001:db8::80/64 ETHTOOL_OPTS="autoneg ETHTOOL_OPTS="autoneg off off speed speed duplex duplex full" full" DEVICE BOOTPROTO none : bootp: BOOTP dhcp : DHCP ONBOOT yes : no : NETWORK NETMASK IPADDR yes : no : NETWORK NETMASK IPV6INIT yes: IPv6 No : IPv6 IPV6ADDR IPv6/ ETHTOOL_OPTS ethtool

29 /etc/network/options ip_forward=no ip_forward=no spoofprotect=yes spoofprotect=yes syncookies=no syncookies=no ip_forward yes: LinuxRouter spoofprotect yes: Reverse PathStub network syncookies yes: TCP syn flooding attackcookie /etc/sysctl.conf /etc/network/options/etc/sysctl.conf net.ipv4.ip_forward net.ipv4.ip_forward = = 1 1 net.ipv4.conf.default.rp_filter net.ipv4.conf.default.rp_filter = = 1 1 net.ipv4.conf.all.rp_filter net.ipv4.conf.all.rp_filter = = 1 1 net.ipv4.tcp_syncookies net.ipv4.tcp_syncookies = = 1 1 /etc/network/interface auto auto lo lo iface iface lo lo inet inet loopback loopback auto auto eth0 eth0 iface iface eth0 eth0 inet inet static static address address netmask netmask gateway gateway dns-serarch dns-serarch example.jp example.jp dns-nameservers dns-nameservers up up ethtool ethtool -s -s eth0 eth0 autoneg autoneg off off speed speed duplex duplex full full iface iface eth0 eth0 inet6 inet6 static static address address 2001:db8:: :db8::80 netmask netmask gateway gateway fe80::xxx%eth0 fe80::xxx%eth0 pre-up up up up post-up up Also See man interfaces pre-down down down down post-down down

30 ping traceroute traceroute

31 Default gatewayping IP4 $ ping ping -c -c PING PING ( ) ( ) 56(84) 56(84) bytes bytes of of data. data bytes bytes from from : : icmp_seq=1 icmp_seq=1 ttl=255 ttl=255 time=2.09 time=2.09 ms ms bytes bytes from from : : icmp_seq=2 icmp_seq=2 ttl=255 ttl=255 time=2.04 time=2.04 ms ms bytes bytes from from : : icmp_seq=3 icmp_seq=3 ttl=255 ttl=255 time=4.30 time=4.30 ms ms bytes bytes from from : : icmp_seq=4 icmp_seq=4 ttl=255 ttl=255 time=2.00 time=2.00 ms ms bytes bytes from from : : icmp_seq=5 icmp_seq=5 ttl=255 ttl=255 time=2.01 time=2.01 ms ms bytes bytes from from : : icmp_seq=6 icmp_seq=6 ttl=255 ttl=255 time=2.02 time=2.02 ms ms bytes bytes from from : : icmp_seq=7 icmp_seq=7 ttl=255 ttl=255 time=2.03 time=2.03 ms ms bytes bytes from from : : icmp_seq=8 icmp_seq=8 ttl=255 ttl=255 time=2.62 time=2.62 ms ms bytes bytes from from : : icmp_seq=9 icmp_seq=9 ttl=255 ttl=255 time=3.84 time=3.84 ms ms bytes bytes from from : : icmp_seq=10 icmp_seq=10 ttl=255 ttl=255 time=4.77 time=4.77 ms ms ping ping statistics statistics packets packets transmitted, transmitted, received, received, 0% 0% packet packet loss, loss, time time 9036ms 9036ms rtt rtt min/avg/max/mdev = 2.009/2.776/4.774/1.038 ms ms Default gatewayping IP6 IP6 経 路 $ ping6 ping6 -c -c fe80::2000:1 fe80::2000:1 -I -I eth0 eth0 PING PING fe80::2000:1(fe80::2000:1) from from fe80::2d0:b7ff:fea0:beea eth1: eth1: data data bytes bytes bytes bytes from from fe80::2000:1: fe80::2000:1: icmp_seq=1 icmp_seq=1 ttl=64 ttl=64 time=2.38 time=2.38 ms ms bytes bytes from from fe80::2000:1: fe80::2000:1: icmp_seq=2 icmp_seq=2 ttl=64 ttl=64 time=7.71 time=7.71 ms ms bytes bytes from from fe80::2000:1: fe80::2000:1: icmp_seq=3 icmp_seq=3 ttl=64 ttl=64 time=7.47 time=7.47 ms ms bytes bytes from from fe80::2000:1: fe80::2000:1: icmp_seq=4 icmp_seq=4 ttl=64 ttl=64 time=2.41 time=2.41 ms ms bytes bytes from from fe80::2000:1: fe80::2000:1: icmp_seq=5 icmp_seq=5 ttl=64 ttl=64 time=2.39 time=2.39 ms ms bytes bytes from from fe80::2000:1: fe80::2000:1: icmp_seq=6 icmp_seq=6 ttl=64 ttl=64 time=3.91 time=3.91 ms ms bytes bytes from from fe80::2000:1: fe80::2000:1: icmp_seq=7 icmp_seq=7 ttl=64 ttl=64 time=5.00 time=5.00 ms ms bytes bytes from from fe80::2000:1: fe80::2000:1: icmp_seq=8 icmp_seq=8 ttl=64 ttl=64 time=2.29 time=2.29 ms ms bytes bytes from from fe80::2000:1: fe80::2000:1: icmp_seq=9 icmp_seq=9 ttl=64 ttl=64 time=2.30 time=2.30 ms ms bytes bytes from from fe80::2000:1: fe80::2000:1: icmp_seq=10 icmp_seq=10 ttl=64 ttl=64 time=2.32 time=2.32 ms ms fe80::2000:1 fe80::2000:1 ping ping statistics statistics packets packets transmitted, transmitted, received, received, 0% 0% packet packet loss, loss, time time 9036ms 9036ms rtt rtt min/avg/max/mdev = 2.292/3.822/7.711/2.069 ms ms

32 Ethernet Card Full Duplex( ethtool ethtool eth0 eth0 Full-duplex ethtool ethtool -s -s eth0 eth0 autoneg autoneg off off speed speed duplex duplex full full mii-tool mii-tool eth0 eth0 Full-duplex mii-tool mii-tool -F -F 100baseTx-FD 100baseTx-FD eth1 eth1 IPv6 UP sysctl sysctl w w net.ipv6.conf.eth0.accept_ra=0 TCP Syn flooding attack sysctl sysctl w w net.ipv4.tcp_syncookies=1 BroadcastICMP sysctl sysctl w w net.ipv4.icmp_echo_ignore_broadcasts

33 ps ps ps aux aux less less Listen netstat fuser

34 NetstatListen -l, --listening -p, --program PID -n, --numeric -t,--tcp tcp -u,--udp udp netstat -ltupn netstat -ltupn Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp : :* LISTEN 3785/famd tcp : :* LISTEN 3785/famd tcp : :* LISTEN 3175/portmap tcp : :* LISTEN 3175/portmap tcp : :* LISTEN 3380/named tcp : :* LISTEN 3380/named tcp : :* LISTEN 3380/named tcp : :* LISTEN 3380/named tcp : :* LISTEN 3619/postmaster tcp : :* LISTEN 3619/postmaster tcp : :* LISTEN 3596/master tcp : :* LISTEN 3596/master tcp : :* LISTEN 3380/named tcp : :* LISTEN 3380/named tcp6 0 0 :::80 :::* LISTEN 11254/apache2 tcp6 0 0 :::80 :::* LISTEN 11254/apache2 tcp6 0 0 :::53 :::* LISTEN 3380/named tcp6 0 0 :::53 :::* LISTEN 3380/named tcp6 0 0 :::22 :::* LISTEN 3659/sshd tcp6 0 0 :::22 :::* LISTEN 3659/sshd tcp6 0 0 :::5432 :::* LISTEN 3619/postmaster tcp6 0 0 :::5432 :::* LISTEN 3619/postmaster udp : :* 3380/named udp : :* 3380/named udp : :* 3653/snmpd udp : :* 3653/snmpd udp : :* 3380/named udp : :* 3380/named udp : :* 3380/named udp : :* 3380/named udp : :* 3175/portmap udp : :* 3175/portmap udp6 0 0 :::32769 :::* 3380/named udp6 0 0 :::32769 :::* 3380/named udp6 0 0 :::53 :::* 3380/named udp6 0 0 :::53 :::* 3380/named -A (inet or inet6)

35 userlistenlisten fuser fuser -vn -vn tcp tcp USER USER PID PID ACCESS ACCESS COMMAND COMMAND 80/tcp: 80/tcp: root root F... F... apache apache www-data www-data F... F... apache apache www-data www-data F... F... apache apache www-data www-data F... F... apache apache www-data www-data F... F... apache apache www-data www-data F... F... apache apache www-data www-data F... F... apache apache www-data www-data F... F... apache apache www-data www-data F... F... apache apache Web

36 Apache2.0IPv6 IPv6

37 IPv4[] Listen [2001:db8::a00:20ff:fea7:ccea]: :db8:0:1000/64 AuthName Staff Only AuthType Basic AuthUserFile /var/www/ Require valid-user Order Deny,Allow Deny from all all Allow from Allow from 2001:db8:0:1000::/64 Satisfy Any Any

38 ListenIPv4[] <VirtualHost *:80> <VirtualHost [2001:db8:0:1000::80]:80> ServerName </VirtualHost> 2001:db8:0:1000:211:24ff:dead:beaf - - [04/Nov/2008:09:30: ] "GET /favicon.ico HTTP/1.1" [04/Nov/2008:09:35: ] "GET /favicon.ico HTTP/1.1" LinuxApacheIPv6socketIPv4 IPv4::ffff:

39 Q&A? IPv6 IPv6

40 ISPIPv6 IPv6iDC Tunnel Broker Feel6(dtcp) OCN IPv6(L2TP) IPv6 IPv6

41 (upper layer) IPv6(TCP,UDP IPv6(Ethernet,PPP neighbors) IPv6 MTU MTU MTU

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

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

$ 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

$ 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

第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

スライド 1

スライド 1 LPIC レベル 1 技術解説無料セミナー 株式会社ケイ シー シー 村田一雄 LPI-Japan 2012. All rights reserved. 講師プロフィール 会社概要 株式会社ケイ シー シー http://www.kcc.co.jp/ 講師紹介 ソリューションセンターユニット IT ラーニングセンター所属 Linux をメインにネットワーク セキュリティ XML 資格取得講座など 様々な技術研修を担当

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 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

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

第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

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

ゴール インターネットの動作原理を理解する インターネットは様々な技術が連携して動作する 家族に聞かれて説明できるように主要技術を理解する

ゴール インターネットの動作原理を理解する インターネットは様々な技術が連携して動作する 家族に聞かれて説明できるように主要技術を理解する 学生実験 IP ネットワークアーキテクチャ 江崎研究室 ゴール インターネットの動作原理を理解する インターネットは様々な技術が連携して動作する 家族に聞かれて説明できるように主要技術を理解する インターネットを支える二つの技術 IP TCP IP アドレッシング経路制御 DNS 今回のフォーカス 内容 1 日目 IPアドレッシングと経路表 2 日目 経路制御アーキテクチャ 3 日目 DNS 4 日目

More information

Microsoft PowerPoint - H10-server-textbook-jp-20100511.ppt[読み取り専用] [互換モード]

Microsoft PowerPoint - H10-server-textbook-jp-20100511.ppt[読み取り専用] [互換モード] idc/isp/catv サーバ 編 株 式 会 社 BeaconNC データセンター 事 業 部 國 武 功 一 ここで 取 り 上 げること IPv6オペレータ 育 成 プログラム 目 的 Linuxを 用 い IPv6 環 境 下 でのサーバ 運 用 を 行 う 上 での 必 要 な 知 識 を 身 につける ( 注 )ディストリビューションに 依 存 する 部 分 については CentOS(RedHat

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

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

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

untitled

untitled Linux-2.6 Mobile IPv6 MIPL2 shinta.sugimoto@ericsson.com 26/12/8 Internet Week 26 1 MIP2 MIPL2 XFRM MIPL2 MN HA BU 26/12/8 Internet Week 26 2 1 Mobile IPv6 24 6 Linux-2.4 Mobile IPv6 HUT GO-Core Project

More information

データセンタ,サーバ構築におけるIPv6トラブルシューティング

データセンタ,サーバ構築におけるIPv6トラブルシューティング データセンタ サーバ構築における IPv6 トラブルシューティング 株式会社ビーコンエヌシー國武功一 2013 年 11 月 27 日 Agenda よくあるパターン DNS 周り ICMPv6 (Path MTU Discovery) 設定 アドレスつけたのに! ヒットしません その他 1 すべてフィクションです わりと本当に 2 IPv6 only 環境話は取り上げません DNS 周り なんか遅い

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

VyattaでのPPPoEとNetwork emulator

VyattaでのPPPoEとNetwork emulator Vyatta での PPPoE と Network emulator Vyatta ユーザ会 in 広島 2011/10/05 津森洋伸 自己紹介 居所 お仕事 @tumochan 某通信事業者勤務 伝送設備の構築 hiro at tumori.nu インターネットサービスの立ち上げ 運用 BGP オペレーション,IPv6 で遊ぶ 企画系? 2011/10/05 2 おうちで Vyatta を使ってみる

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

集中講義 インターネットテクノロジー 第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

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

FW Migration Guide(ipsec2)

FW Migration Guide(ipsec2) IPsec( サイト間トンネル ) 機能 利用時の移行 2 第 1 版 Copyright NTT Communications Corporation. All right reserved. 更新履歴 更新日更新内容版数 2017/12/11 初版 1 Copyright NTT Communications Corporation. All right reserved. 2 前提条件 Copyright

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

Cumulus Linux MLAG と vsphere vds の LACP 接続検証

Cumulus Linux MLAG と vsphere vds の LACP 接続検証 Cumulus Linux MLAG と vsphere vds の LACP 接続検証 2016.01.07 検証の目的 Cumulus Linux でリンクアグリゲーションを構成する場合 その形成方法として LACP を使用する 比較的簡易な仕様のスタティックリンクアグリゲーションや その他のプロトコル ( たとえば Cisco 社の PAgP 等 ) は 現在のバージョンでは使用できない そのため

More information

FW Migration Guide(ipsec1)

FW Migration Guide(ipsec1) IPsec( サイト間トンネル ) 機能 利用時の移行 1 第 1 版 Copyright NTT Communications Corporation. All right reserved. 更新履歴 更新日更新内容版数 2017/12/11 初版 1 Copyright NTT Communications Corporation. All right reserved. 2 前提条件 Copyright

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

目 次 1 改 訂 履 歴... 3 2 はじめに... 4 3 Cumulus Linux 基 本 設 定... 6 3.1 ログイン... 6 3.2 管 理 設 定... 6 3.2.1 管 理 ポートに Static IP アドレスの 割 り 当 て... 6 3.2.1 ホスト 名 の 変

目 次 1 改 訂 履 歴... 3 2 はじめに... 4 3 Cumulus Linux 基 本 設 定... 6 3.1 ログイン... 6 3.2 管 理 設 定... 6 3.2.1 管 理 ポートに Static IP アドレスの 割 り 当 て... 6 3.2.1 ホスト 名 の 変 Ver. 1.04 2 0 1 5 年 0 6 月 2 6 日 株 式 会 社 ネ ッ ト ワ ー ル ド インフ ラ ソ リ ュ ー シ ョ ン 技 術 部 ネ ッ ト ワ ー ク ソ リ ュ ー シ ョ ン 課 目 次 1 改 訂 履 歴... 3 2 はじめに... 4 3 Cumulus Linux 基 本 設 定... 6 3.1 ログイン... 6 3.2 管 理 設 定... 6 3.2.1

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

設定例集_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

SoftEther VPN(シングル構成)構築手順

SoftEther   VPN(シングル構成)構築手順 目次 1. はじめに 2. SoftEther VPN とは 3. 構成図 4. 導入手順 4-1. 作業の流れ 4-2. インストールモジュールの準備 4-3. VPC の準備 4-4. ECS 購入 4-5. SoftEther VPN Server 構築 ( 作業対象 :vpn001 vpn002) 4-6. VPN Server Manager 構築 ( 作業対象 : 任意のクライアント端末

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

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

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

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

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

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

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

Inter-IX IX/-IX 10/21/2003 JAPAN2003 2

Inter-IX IX/-IX 10/21/2003 JAPAN2003 2 Inter-IX satoru@ft.solteria.net 10/21/2003 JAPAN2003 1 Inter-IX IX/-IX 10/21/2003 JAPAN2003 2 Inter-IX? Inter-IX IX IX L2 10/21/2003 JAPAN2003 3 (1) IX (-IX) IX Resiliency 10/21/2003 JAPAN2003 4 (2) IX

More information

untitled

untitled June 2005 Ver 1.1 Stargate,Mote 2005 www.xbow.jp www.smartdust.jp Page 1 2005 6 2 2005 6 3 LAN www.smartdust.jp Page 2 Stargate(SPB400) MoteView Windows+cygwin Stargate PC Stargate 1. Stargate MOTE Stargate

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) コンソール使用について注意 ) 全体の流れ ) SSH キーの登録 ) Linux サーバーの作成... 4 Web サーバーへの Apache と WordPress インストール... 5 DB サーバーへの MariaDB インストール 設定..

目次 1) コンソール使用について注意 ) 全体の流れ ) SSH キーの登録 ) Linux サーバーの作成... 4 Web サーバーへの Apache と WordPress インストール... 5 DB サーバーへの MariaDB インストール 設定.. ニフクラスタートアップガイド プライベート LAN 作成 分離編 富士通クラウドテクノロジーズ株式会社 2018 年 1 月作成 ( 協力 : 日本仮想化技術株式会社 ) 1 目次 1) コンソール使用について注意... 3 2) 全体の流れ... 3 3) SSH キーの登録... 4 4) Linux サーバーの作成... 4 Web サーバーへの Apache と WordPress インストール...

More information

Agenda /etc/network/interfaces とは? interfaces ファイルの構造 stanza の種類実設定ファイル紹介 1/40

Agenda /etc/network/interfaces とは? interfaces ファイルの構造 stanza の種類実設定ファイル紹介 1/40 /etc/network/interfaces について 西山和広 大統一 Debian 勉強会 2013 2013/06/29 Powered by Rabbit 2.0.8 Agenda /etc/network/interfaces とは? interfaces ファイルの構造 stanza の種類実設定ファイル紹介 1/40 Agenda /etc/network/interfaces とは?

More information

てくろぐ・セレクト「自宅でもIIJをつかってみませんか?」

てくろぐ・セレクト「自宅でもIIJをつかってみませんか?」 IIJ Technical WEEK 2014 てくろぐ せれくと 宅でも IIJ を使ってみませんか? 株式会社インターネットイニシアティブ堂前清隆 doumae@iij.ad.jp 紹介 堂前清隆 ( どうまえきよたか ) IIJ のエンジニアとして blog や Twitter で情報発信 IIJ 公式 Twitterアカウント @IIJ_doumae IIJ 公式技術 blog てくろぐ http://techlog.iij.ad.jp/

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

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

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を「きちんと」設定しよう 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

OpenVZ コンテナ型仮想化の現状

OpenVZ コンテナ型仮想化の現状 海老澤健太郎 @ebiken パラレルス株式会社 本日の Topics コンテナ =OS 仮想化 とは何か? 仮想化方式の比較 OS 仮想化の特徴 OS 仮想化の利用例 OS 仮想化の実現方法 リソース空間の分離 リソース管理 namespace / cgroups OpenVZ のネットワーク ネットワークタイプ eth/veth/venet 性能比較 OpenVZ 設定方法 APPENDIX コンテナ型仮想化のいろいろ

More information

2011 NTT Information Sharing Platform Laboratories

2011 NTT Information Sharing Platform Laboratories NGN IPv6 multi-homing uplink load balancing 2 3 4 uplink uplink prefix domain A domain A prefix prefix prefix = longest match domain A domain A DNS Server domain A domain B 5 uplink uplink prefix domain

More information

IPSEC-VPN IPsec(Security Architecture for Internet Protocol) IP SA(Security Association, ) SA IKE IKE 1 1 ISAKMP SA( ) IKE 2 2 IPSec SA( 1 ) IPs

IPSEC-VPN IPsec(Security Architecture for Internet Protocol) IP SA(Security Association, ) SA IKE IKE 1 1 ISAKMP SA( ) IKE 2 2 IPSec SA( 1 ) IPs IPSEC VPN IPSEC-VPN IPsec(Security Architecture for Internet Protocol) IP SA(Security Association, ) SA IKE 1 2 2 IKE 1 1 ISAKMP SA( ) IKE 2 2 IPSec SA( 1 ) IPsec SA IKE Initiator Responder IPsec-VPN ISAKMP

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

演算増幅器

演算増幅器 ネットワークプログラミング ( 教科書 p.247-312) これまでに作成したプログラムは 1 台のコンピュータ上で動作するものだった 本日はネットワーク上の別のコンピュータで実行しているプログラムと通信をしながら動作するプログラムの作成方法について学ぶ ネットワークプログラミングを高度に使いこなすためには 関連する知識は幅広く求められる 本日からの学習では単純なチャット ( 会話 ) を行うプログラムを題材として

More information

migrating_to_2-node_cluster_flyer.ps

migrating_to_2-node_cluster_flyer.ps CN1610 2 2 CN1610 2 2 ( ) (N3150 N3220 N3240 ) 2 v CN1610 v ( ) CN1610 2 CN1610 2 2 : v 2 v Data ONTAP 8.2 v v LIF CN1610 : v CN1610 RCF FASTPATH IBM N Web v v v / CN1610 Data ONTAP (Clustered Data ONTAP

More information

SCREENOS NAT ScreenOS J-Series(JUNOS9.5 ) NAT ScreenOS J-Series(JUNOS9.5 ) NAT : Destination NAT Zone NAT Pool DIP IF NAT Pool Egress IF Loopback Grou

SCREENOS NAT ScreenOS J-Series(JUNOS9.5 ) NAT ScreenOS J-Series(JUNOS9.5 ) NAT : Destination NAT Zone NAT Pool DIP IF NAT Pool Egress IF Loopback Grou NAT NETWORK ADDRESS TRANSLATION SCREENOS NAT ScreenOS J-Series(JUNOS9.5 ) NAT ScreenOS J-Series(JUNOS9.5 ) NAT : Destination NAT Zone NAT Pool DIP IF NAT Pool Egress IF Loopback Group (ScreenOS ) 2 Copyright

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

このたびは シンプルVPN のお申し込みありがとうございます 本書ではセットアップ方法について解説しています INDEX 1 2 クラウド接続とは セットアップの手順 3 ニフティクラウドサーバーの準備 サーバーの作成 2.2 申請に利用するサーバー情報を確認 ク

このたびは シンプルVPN のお申し込みありがとうございます 本書ではセットアップ方法について解説しています INDEX 1 2 クラウド接続とは セットアップの手順 3 ニフティクラウドサーバーの準備 サーバーの作成 2.2 申請に利用するサーバー情報を確認 ク 設定ガイド クラウド接続編 サービスアダプターのご注文 が完了していない方はこちらからお手続きください クラウド接続 の申請からは本ドキュメントの手順の中で実施します http://svpn.cloud.nifty.com/application/ ニフティ株式会社 このたびは シンプルVPN のお申し込みありがとうございます 本書ではセットアップ方法について解説しています INDEX 1 2 クラウド接続とは

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

MR1000 コマンド設定事例集

MR1000 コマンド設定事例集 V21 LAN 2005 1 2005 3 2 Microsoft Corporation OMRON Corporation 2004-2005 All Rights Reserved. 2 V21... 2... 6... 6... 6... 6 1... 7 1.1 LAN... 8 1.2 CATV... 10 1.3 LAN... 12 1.4 IPv4 IPv6... 14 1.5...

More information

SoftEther VPN(冗長構成)構築手順

SoftEther VPN(冗長構成)構築手順 目次 1. はじめに 2. SoftEther VPN とは 3. 構成図 4. 導入手順 4-1. 作業の流れ 4-2. インストールモジュールの準備 4-3. VPC の準備 4-4. ECS 購入 4-5. SoftEther VPN Server 構築 ( 作業対象 :vpn001 vpn002 vpn003 vpn004) 4-6. VPN Server Manager 構築 ( 作業対象

More information

tp2ps output file

tp2ps output file IPv6 6bone Kazu@Mew.org IPv6 - IPsec - 6bone - IPv6 IETF IPng - http://playground.sun.com/pub/ipng/html/ipng-main.html - Bay Networks Cisco 3Com & - - WIDE INRIA - NRL UNH etc... IP - 1 1B B - C - CIDR

More information

IP IPv4-IPv6

IP IPv4-IPv6 IPv6 Mobility IETF 2006 6 9 14:00-15:30 Interop Tokyo 2006 IIJ Nautilus6 IP IPv4-IPv6 L2 L3 Mobile IPv6 HIP L3.5 Shim6(?) L4 SCTP IPv6 Mobile IPv6/NEMO BS IETF RFC3775 - Mobile IPv6 RFC3963 - NEMO Basic

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

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

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

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

PRINT SETTINGS (1/2) PC-PL2180 SER NO=1234567890 PAPER SOURCE PRIORITY MP FIRST MP SIZE MANUAL FEED TRAY1 SIZE TRAY2 SIZE DUPLEX USER SETTINGS :AUTO :T1>T2>MP :0FF :ANY :OFF :DETECT SENSOR :DETECT SENSOR

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

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

Si-R30コマンドリファレンス 4 LAN 4.1 IP 4.1.1 lan ip address IP lan [] ip address / 0 / IP / ( ) LAN IP 1 IP / ( : 192.168.1.1/24) IP / ( : 192.168.1.1/255.255.255.0) IP 0.0.0.0

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

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

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

FS900S_B

FS900S_B FS909S FS917S FS909S FS917S 100~240V 4 5 6 7 8 9 10 11 12 1 9 9 L/A S/D FS909S 10BASE-T/100BASE-TX PORTS (AUTO MDI/MDI-X) FS917S 14 FS909SFS917S 15 16 17 18 19 20 21 22 23 24 2 26 27 28 29 30 31 32 3

More information

橡sirahasi.PDF

橡sirahasi.PDF Internet Week 2000 T5 IPsec VPN 2000/12/18 1 Virtual Private Network 2 IPsec 3 IPsec VPN 4 IPsec VPN 2 1 Virtual Private Network 3 Ethernet, WAN PPTP(PPP) IPSec SSL/TLS SOCKS V5 SSH, SSL-Telnet, PET PGP,

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

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

橡C14.PDF

橡C14.PDF BGP4 (( ) InternetWeek 98 ( ) Internet Week98 1998 Toshiya Asaba, Japan Network Information Center 1. 2. BGP 2.1. 2.2. ISP 2.3. IX - 2.4. 2.5. 3. BGP4 3.1. BGP4 3.2. EBGP IBGP 3.3. BGP AS 3.4. AS AS 3.5.

More information

目次 1 Raspberry Pi の初期設定... 2 System 設定... 3 Interfaces 設定... 4 Localisation 設定 無線 LAN の設定... 7 GUI での設定... 7 CUI での設定 PC の設定 Bonjo

目次 1 Raspberry Pi の初期設定... 2 System 設定... 3 Interfaces 設定... 4 Localisation 設定 無線 LAN の設定... 7 GUI での設定... 7 CUI での設定 PC の設定 Bonjo 目次 1 Raspberry Pi の初期設定... 2 System 設定... 3 Interfaces 設定... 4 Localisation 設定... 5 2 無線 LAN の設定... 7 GUI での設定... 7 CUI での設定... 7 3 PC の設定... 11 Bonjour のインストール (Windows のみ )... 11 Bonjour がうまく機能しない場合...

More information

今からはじめるIPv6 ~IPv6標準化最新動向編~

今からはじめるIPv6 ~IPv6標準化最新動向編~ IPv6 IPv6 InternetWeek2010 Copyright 2010 Yoshiaki Kitaguchi, All rights reserved. IPv6! IPv6! IETF InternetWeek2010 Copyright 2010 Yoshiaki Kitaguchi, All rights reserved. 2 IPv6 InternetWeek2010 Copyright

More information

ip nat outside source list コマンドを使用した設定例

ip nat outside source list コマンドを使用した設定例 ip nat outside source list コマンドを使用した設定例 目次 概要前提条件要件使用するコンポーネント表記法設定ネットワーク図設定確認トラブルシューティング要約関連情報 概要 このドキュメントでは ip nat outside source list コマンドを使用した設定例が紹介され NAT プロセス中に IP パケットがどのように処理されるかについて簡単に説明されています

More information

untitled

untitled NTT 1 1.DHCPv6 2. 3.Web 4. 5. IPv6 IPv6 IP 2 DHCPv6 3 DHCPv6 DHCPv6 IPv6 stateless RA : statefull DHCPv6 : 4 DHCPv4 DHCPv4 DHCPv6 IPv4 DNS NTP, SIP, WINS MAC DHCPv6 IPv6 DNS NTP, SIP, WINS DUID DHCPv6

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

¥¤¥ó¥¿¡¼¥Í¥Ã¥È·×¬¤È¥Ç¡¼¥¿²òÀÏ Âè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 7 Review PC+ () 1+PHS etc!! SOI!! Topics () IP () / L3 IP YMH RTX-1500 BUFFLO BHR-4RV PLNEX GW-P54SG Cisco 2600 Hitachi GR2000-1B Cisco 3700 Juniper M10 Foundry Networks NetIron 800 Cisco CRS-1 (FIB: Forwarding

More information

r4.dvi

r4.dvi 16 4 2016.5.11 1 1.1 :? PC LAN Web?? ( ) [4] [5] my PC [2] congested service [1]? [3] 1: LAN LAN ( )[1] LAN ( ) PC ( )[2] Web ( )[3] ping ( ) ( )[4] SSL ( ) ( / / )[5] 1 1.2 (multiple layered-structure)

More information

(Microsoft Word - \216\300\214\261\203e\203L\203X\203g-2_2007.doc)

(Microsoft Word - \216\300\214\261\203e\203L\203X\203g-2_2007.doc) 実験 2 ネットワークプロトコル第 2 回 Rel. 20070413A 情報 学実験 III@ 実験室 4 目的 TCP/IP プロトコルと 関連する各種上位プロトコルの基礎を学ぶ 具体的には 各プロトコルを実装したコマンド ( アプリケーションプログラム ) を実行し 各プロトコルの機能等を確認する また 同じプロトコルを実装したコンピュータ間では OS プラットフォームに関係なく通信が行えることを確認する

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

VLAN.dvi

VLAN.dvi ... 2... 2.... 2... 3... 5... 7... 9... 9 ADD BRIDGE... 10 ADD PORT... 11 CREATE..... 13 DELETE BRIDGE... 14 DELETE PORT... 15 DESTROY.... 16 SET BRIDGE... 17 SET PORT.... 18 SHOW...... 19 SHOW BRIDGE...

More information

IPv6における

IPv6における Fumio Teraoka Masahiro Ishiyama Mitsunobu Kunishi Atsushi Shionozaki LIN6: A Solution to Mobility and Multi-Homing in IPv6 Internet Draft 2001 8 16 IPv6 00J075 LIN6 LIN6 Location Independent Networking

More information

untitled

untitled ... 2... 2.... 2... 3... 5... 7... 9... 9 ADD PORT... 10 CREATE..... 12 DELETE PORT... 13 DESTROY.... 14 SET PORT.... 15 SHOW...... 16 CentreCOM AR450S 2.9 1 LAN LAN 802.1Q LAN WAN Ethernet WAN Ethernet

More information

17 TCP (ACK:ACKnowledge) (RTT:Round Trip Time) TCP (Transmission Control Protocol) PSPacer (Precise Software Pacer) JGN2 TCP FAST TCP UDP PSPacer

17 TCP (ACK:ACKnowledge) (RTT:Round Trip Time) TCP (Transmission Control Protocol) PSPacer (Precise Software Pacer) JGN2 TCP FAST TCP UDP PSPacer TCP 18 2 27 17 TCP (ACK:ACKnowledge) (RTT:Round Trip Time) TCP (Transmission Control Protocol) PSPacer (Precise Software Pacer) JGN2 TCP FAST TCP UDP PSPacer 1 1 2 TCP 2 2.1..................................

More information

SACSIS.TCP

SACSIS.TCP HPC TCP/IP 2009 5 29 SACSIS2009 (2) HPC TCP/IP 1 Gbps RTT 100 240 Mbps 940 Mbps 2 (2) HPC TCP/IP Ethernet PC TCP/IP 2 10MB 1000 1000 Bandwidth (Mbps) 800 600 400 200 160 x3.5 Bandwidth (Mbps) 800 600 400

More information

IPv4aaSを実現する技術の紹介

IPv4aaSを実現する技術の紹介 : ( ) : (IIJ) : 2003 4 ( ) IPv6 IIJ SEIL DS-Lite JANOG Softwire wg / Interop Tokyo 2013 IIJ SEIL MAP-E 2 IPv4aaS 3 4 IPv4aaS 5 IPv4 1990 IPv4 IPv4 32 IPv4 2 = 42 = IP IPv6 6 IPv6 1998 IPv6 (RFC2460) ICMP6,

More information

worm hoihoi

worm hoihoi true@sfc.wide.ad.jp / (IDS, Honeypot), Web / : Darknet AS65531 10.0.0.0/8 Prefix longest match next hop AS Internet Customer A 10.1.0.0/16 AS 65531 10.0.0.0/8 Customer B 10.2.0.0/16 ( ) The Team Cymru

More information

IP L09( Tue) : Time-stamp: Tue 14:52 JST hig TCP/IP. IP,,,. ( ) L09 IP (2017) 1 / 28

IP L09( Tue) : Time-stamp: Tue 14:52 JST hig TCP/IP. IP,,,. ( )   L09 IP (2017) 1 / 28 L09(2017-11-21 Tue) : Time-stamp: 2017-11-21 Tue 14:52 JST hig TCP/IP. IP,,,. http://hig3.net L09 (2017) 1 / 28 9, IP, - L09 (2017) 2 / 28 C (ex. ) 1 TCP/IP 2 3 ( ) ( L09 (2017) 3 / 28 50+5, ( )50+5. (

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

Dynamic VPN Dynamic VPN IPSec VPN PC SRX IPSec VPN SRX PC IPSec 2 Copyright 2010 Juniper Networks, Inc.

Dynamic VPN Dynamic VPN IPSec VPN PC SRX IPSec VPN SRX PC IPSec 2 Copyright 2010 Juniper Networks, Inc. SRX DYNAMIC VPN Dynamic VPN Dynamic VPN IPSec VPN PC SRX IPSec VPN SRX PC IPSec 2 Copyright 2010 Juniper Networks, Inc. www.juniper.net DYNAMIC VPN Netscreen Remote(NS-R) (NS-R) PC SRX Dynamic VPN SRX

More information

BGP ( ) BGP4 community community community community July 3, 1998 JANOG2: What is BGP Community? 2

BGP ( ) BGP4 community community community community July 3, 1998 JANOG2: What is BGP Community? 2 BGP Community 1998/7/3 JANOG#2 in KDD (yahagi@itjit.ad.jp) July 3, 1998 JANOG2: What is BGP Community? 1 BGP ( ) BGP4 community community community community July 3, 1998 JANOG2: What is BGP Community?

More information