untitled

Size: px
Start display at page:

Download "untitled"

Transcription

1 Linux-2.6 Mobile IPv6 MIPL2 26/12/8 Internet Week 26 1 MIP2 MIPL2 XFRM MIPL2 MN HA BU 26/12/8 Internet Week

2 Mobile IPv Linux-2.4 Mobile IPv6 HUT GO-Core Project Linux-2.6 Mobile IPv6 Linux-2.4 HUT GO-Core Project USAGI Project Linux 26/12/8 Internet Week 26 3 Mobile IPv6 Mobile Node MN Correspondent Node CN Home Agent Home Address HoA Care-of Address CoA Return Routability Binding Update BU Binding Acknowledgement BA Binding Cache BC Binding Update List BUL 26/12/8 Internet Week

3 Mobile IPv6 1 IPv6 Mobile IPv6 HA BC ISP-X ISP-A ISP-B ISP-C IP CN BC Mobile IPv6 MN 26/12/8 Internet Week 26 5 Mobile IPv6 2 TCP MN IP IP IP IP 26/12/8 Internet Week

4 Mobile IPv6 3 MN-HA IPsec HoA CoA HoA HA address SA MN-CN Return Routability MN-HA IPsec MNHoACoA MN CN keygen tokenbukbm IPsec HA 1-a. Home Test Init (HoTI) Kbm MN 1-b. Home Test (HoT) 2-a. Care-of Test Init (CoTI) CN Kbm 2-b. Care-of Test (CoT) 26/12/8 Internet Week 26 7 Mobile IPv6 4 HA1 MN1 HA HA2 MN2 HA IPv6 IPsec ISP-A 4 ISP-B ISP-C MN-HA IPv6-in-IPv6 IPsec MNHA MN1 MN2 26/12/8 Internet Week

5 Mobile IPv6IPv6 MN CN IPv6 DSTOPT Payload [src=hoa ][ CoA ] [dst=cn ] IPv6 DSTOPT Payload [src=hoa ][ CoA ] [dst=cn ] IPv6 DSTOPT Payload [src=coa ][ HoA ] [dst=cn ] IPv6 DSTOPT Payload [src=coa ][ HoA ] [dst=cn ] pseudo-header HoA 26/12/8 Internet Week 26 9 Mobile IPv6IPv6 CN MN IPv6 RH2 Payload [src=cn ][ CoA ] [dst=hoa ] IPv6 RH2 Payload [src=cn ][ CoA ] [dst=hoa ] IPv6 RH2 Payload [src=cn ][ HoA ] [dst=coa ] IPv6 RH2 Payload [src=cn ][ HoA ] [dst=coa ] pseudo-header HoA 26/12/8 Internet Week

6 MIPL2 MIPL2 HUT GO-Core Project USAGI Project MN/HA/CN Linux-2.6mip6d GPL IPv6 RFC3775, RFC3776 IPv6Mobile IPv6 26/12/8 Internet Week UMIP-.1 MIPL2 $MIPL2USER $MIPL2KERNEL $MIPL2USER/src/ha.c ip MIPL2ip 26/12/8 Internet Week

7 MIPL2 mip6d Home Agent Functions DHAAD (server) Proxy ND MPD (server) DHAAD (client) Mobile Node Functions Neighbor Discovery MPD (client) Movement detection Task Management Basic Components/Correspondent Node Functions Netlink I/O control Mobility Header Binding Management Return Routability Userland netlink raw socket Kernel XFRM Routing IPv6 Core Device IPv6 Ext. Header Multiple Table/ Policy Routing Neighbor cache IPv6-in-IPv6 Tunnel Prefix List IPsec IPv6 address 26/12/8 Internet Week MIPL2 1. IPv6 HA-MNIP-in-IP IP 2. XFRM IPsec IP 26/12/8 Internet Week

8 XFRM MIPv61 MIPv6 Linux-2.6XFRM MIPv6 XFRM XFRM XFRM MIPv6 TemplateMIPv6 MIPv6 BC BUL 26/12/8 Internet Week XFRM MIPv62 MIPv6 xfrm_policy{} xfrm_selector{} xfrm_tmpl{} xfrm_tmpl{} xfrm_state{} xfrm_id{} xfrm_selector{} props{} xfrm_state{} xfrm_id{} xfrm_selector{} props{} 26/12/8 Internet Week

9 TCP ip6_dst_lookup 3. XFRM xfrm_lookup dst_entry dst_output 3 XFRM 2 1 TCP flow xfrm_policy xfrm_state xfrm_state xfrm_state 26/12/8 Internet Week Mobile IPv6 XFRM 1 BU BA MN src src <HoA>/128 dst dst <HA <HA address>/128 proto dir dir out out priority 2 tmpl src src :: :: dst dst :: :: proto esp esp reqid 1 mode transport tmpl src src <HA <HA address> dst dst <HoA> proto hao hao reqid mode ro ro level use use IPsec MIPv6 src src <HA <HA address>/128 dst dst <HoA>/128 proto dir dir in in priority 2 tmpl src src :: :: dst dst :: :: proto esp esp reqid 2 mode transport tmpl src src :: :: dst dst :: :: proto route2 reqid mode ro ro level use use IPsec MIPv6 26/12/8 Internet Week

10 Mobile IPv6 XFRM 2 IPsecMN IPsec tunnel outbound src src <HoA>/128 dst dst ::/ proto dev dev dir dir out out priority 9 tmpl src src <CoA> dst dst <HA <HA address> proto esp esp reqid 3 mode tunnel IPsec IPsec tunnel inbound src src ::/ dst dst <HoA>/128 proto dev dev dir dir in in priority 9 tmpl src src <HA <HA address> dst dst <CoA> proto esp esp reqid 4 mode tunnel IPsec HA MN-HA IPsec 26/12/8 Internet Week Mobile IPv6 XFRM 3 MN outbound src src <HoA>/128 dst dst <CN <CN address>/128 dev dev dir dir out out priority tmpl src src <HoA> dst dst <CN <CN address> proto hao hao reqid mode ro ro level use use MIPv6 CNCN 26/12/8 Internet Week

11 Mobile IPv6 XFRM 4 CN Wild receiver inbound src src ::/ dst dst ::/ proto type 5 dir dir in in priority 8 tmpl src src :: :: dst dst :: :: proto hao hao reqid mode ro ro level use use MIPv6 CNBU Return Routability mip6d BU 26/12/8 Internet Week Mobile IPv6 XFRM 5 HA BU src src <MN1_HoA>/128 dst dst <HA <HA address>/128 proto dir dir in in priority 2 tmpl src src :: :: dst dst :: :: proto esp esp reqid 1 mode transport tmpl src src :: :: dst dst :: :: proto hao hao reqid mode ro ro level use use IPsec MIPv6 BA src src <HA <HA address>/128 dst dst <MN1_HoA>/128 proto dir dir out out priority 2 tmpl src src :: :: dst dst :: :: proto esp esp reqid 2 mode transport IPsec HA 26/12/8 Internet Week

12 Mobile IPv6 XFRM 6 IPsecHA IPsec inbound src src <HoA>/128 dst dst <HA <HA address>/128 proto dir dir in in priority 9 tmpl src src <CoA> dst dst <HA <HA address> proto esp esp reqid 3 mode tunnel IPsec IPsec outbound src src ::/ dst dst <MN1_HoA>/128 proto dev dev dir dir out out priority 9 tmpl src src <HA <HA address> dst dst <MN1_CoA> proto esp esp reqid 4 mode tunnel IPsec MNMN-HA IPsec 26/12/8 Internet Week Mobile IPv6 HoA Source Address Based Routing MN HA 26/12/8 Internet Week

13 2 MN #ip #ip -6-6 rule : : from all all lookup local 32766: from all all lookup main MN #ip #ip -6-6 rule : : from all all lookup local 11: from <HoA> lookup : from fe8::/64 lookup main 12: from <on-link subnet prefix> lookup main 32766: from all all lookup main 26/12/8 Internet Week MN-HA1 IPv6ip6tnl HoA CONFIG_IPV6_TUNNEL mainline MN Foreign Network HoA HA MN 26/12/8 Internet Week

14 MN-HA2 MN #ifconfig #ifconfig Link Link encap:unspec encap:unspec HWaddr HWaddr XX-XX-XX-XX-XX-XX-XX-XX-XX-XX-XX- XX-XX-XX-XX-XX-XX-XX-XX-XX-XX-XX- XX-XX-XX-XX-XX XX-XX-XX-XX-XX inet6 inet6 addr: addr: <HoA>/128 <HoA>/128 Scope:Global Scope:Global inet6 inet6 addr: addr: <link-local <link-local address>/64 address>/64 Scope:Link Scope:Link UP UP POINTOPOINT POINTOPOINT RUNNING RUNNING NOARP NOARP MTU:146 MTU:146 Metric:1 Metric:1 RX RX packets: packets: errors: errors: dropped: dropped: overruns: overruns: frame: frame: TX TX packets: packets: errors: errors: dropped: dropped: overruns: overruns: carrier: carrier: collisions: collisions: txqueuelen: txqueuelen: RX RX bytes: bytes: (. (. b) b) TX TX bytes: bytes: (. (. b) b) HA #ifconfig #ifconfig Link Link encap:unspec encap:unspec HWaddr HWaddr XX-XX-XX-XX-XX-XX-XX-XX-XX-XX-XX- XX-XX-XX-XX-XX-XX-XX-XX-XX-XX-XX- XX-XX-XX-XX-XX XX-XX-XX-XX-XX inet6 inet6 addr: addr: <link-local <link-local address>/64 address>/64 Scope:Link Scope:Link UP UP POINTOPOINT POINTOPOINT RUNNING RUNNING NOARP NOARP MTU:146 MTU:146 Metric:1 Metric:1 RX RX packets: packets: errors: errors: dropped: dropped: overruns: overruns: frame: frame: TX TX packets: packets: errors: errors: dropped: dropped: overruns: overruns: carrier: carrier: collisions: collisions: txqueuelen: txqueuelen: RX RX bytes: bytes: (. (. b) b) TX TX bytes: bytes: (. (. b) b) 26/12/8 Internet Week MN-HA 3 MN #netstat #netstat nr nr A A inet6 inet6 Kernel Kernel IPv6 IPv6 routing routing table table Destination Destination Flags Flags Metric Metric Ref Ref Use Use Iface Iface Next Next Hop Hop ::/ ::/ :: :: U U <HA <HA address>/128 address>/128 <HA <HA address> address> UC UC <HoA>/128 <HoA>/128 :: :: U U HA #netstat #netstat nr nr A A inet6 inet6 Kernel Kernel IPv6 IPv6 routing routing table table Destination Destination Flags Flags Metric Metric Ref Ref Use Use Iface Iface Next Next Hop Hop <MN1_HoA>/128 <MN1_HoA>/128 :: :: U U /12/8 Internet Week

15 MIPL2 netlink rule_add rule_del route_add route_del neigh_add nlmsg_type RTM_NEWRULE RTM_DELRULE RTM_NEWROUTE RTM_DELROUTE RTM_NEWNEIGH MN/HA MN/HA MN/HA MN/HA MN ND neigh_del RTM_DELNEIGH MN ND pneigh_add RTM_NEWNEIGH HA ND pneigh_del RTM_DELNEIGH HA ND addr_add addr_del prefix_add xfrm_policy_add RTM_NEWADDR RTM_DELADDR RTM_NEWPREFIX XFRM_MSG_NEWPOLICY, XFRM_MSG_UPDPOLICY MN MN MN MN/HA/CN XFRM xfrm_policy_del XFRM_MSG_DELPOLICY MN/HA/CN XFRM xfrm_state_add XFRM_MSG_ADDSA MN/HA/CN XFRM xfrm_state_del XFRM_MSG_DELSA MN/HA/CN XFRM 26/12/8 Internet Week MN 1 BUL HA BU MPD Home Link HoA HA BU CN BU NA Home-to-Foreign Foreign-to-Home Foreign Link-1 Foreign-to-Foreign Foreign Link-2 HA BU CN BU 26/12/8 Internet Week

16 MN 2 HL FL FL FL md_trigger_movement_event(...) mn_movement_event(struct movement_event *e) mn_move(struct home_addr_info *hai) L FL addr_do()hoa do_handoff(struct home_addr_info *hai, struct mn_addr *coa) mn_send_home_bu(struct home_addr_info *hai) mn_send_bu_msg(struct buletnry *bule) 26/12/8 Internet Week MN 2 FL HL md_trigger_movement_event(...) mn_movement_event(struct movement_event *e) mn_do_dad(struct home_addr_info *hai) HA BA mn_recv_ba(...) mn_move(struct home_addr_info *hai) do_handoff(struct home_addr_info *hai, struct mn_addr *coa) mn_send_home_bu(struct home_addr_info *hai) mn_send_bu_msg(struct buletnry *bule) mn_send_home_na(struct home_addr_info *hai) 26/12/8 Internet Week

17 MN 3 BU $MIPL2USER/src/mn.c: do_handoff() static static int int do_handoff(struct do_handoff(struct home_addr_info home_addr_info *hai, *hai, struct struct mn_addr mn_addr *coa) *coa) { { if if (!IN6_IS_ADDR_UNSPECIFIED(&hai->ha_addr)) (!IN6_IS_ADDR_UNSPECIFIED(&hai->ha_addr)) { { if if (hai->pend_ba) (hai->pend_ba) mn_send_home_bu(hai); mn_send_home_bu(hai); else else if if (!pending_bas) (!pending_bas) { { if if (!hai->at_home (!hai->at_home hai->home_reg_status hai->home_reg_status!=!= HOME_REG_NONE) HOME_REG_NONE) mn_send_home_bu(hai); mn_send_home_bu(hai); bul_iterate(&hai->bul, bul_iterate(&hai->bul, mn_rr_start_handoff, mn_rr_start_handoff, coa); coa); hai->verdict hai->verdict = = MN_HO_NONE; MN_HO_NONE; } } } } else else if if (!pending_bas) (!pending_bas) { { if if (hai->at_home) (hai->at_home) dhaad_stop(hai); dhaad_stop(hai); else else dhaad_start(hai); dhaad_start(hai); } } return return ; ; } } 26/12/8 Internet Week MN $MIPL2USER/src/mn.c: mn_send_home_bu() 1. BUL process_first_home_bu() HL FL FL FL FL HL 2. BUmn_send_bu_msg 3. HL FLIPsec IPsec MN-HA tunnel_mod 4. CN BUL CN BU 26/12/8 Internet Week

18 MN $MIPL2USER/src/mn.c: process_first_home_bu() MN-HA mn_tnl_state_add mn_ro_pol_add HoA MPD 26/12/8 Internet Week HA 1 start BAmh_send_ba Err = Registration not allowed (139) Err = Not home subnet (132) Err = Not home subnet (132) NO Err = Invalid sequence number (135) BCE NO home prefix YES YES BCEbcache_add_homereg ndisc_do_dad tunnel_add NDproxy_nd_start BAmh_send_ba MPA NO NO NO BCE home reg YES YES DAD NO YES home prefix YES CoA tunnel_mod BAmh_send_ba end 26/12/8 Internet Week

19 HA 2 1. BC bcache_add_homereg 2. ndisc_do_dad 3. tunnel_add NDproxy_nd_start 6. BAmh_send_ba 7. MPD 26/12/8 Internet Week BA status MIPL2 define IP6_MH_BAS_UNSPECIFIED IP6_MH_BAS_PROHIBIT IP6_MH_BAS_INSUFFICIENT IP6_MH_BAS_HA_NOT_SUPPORTED IP6_MH_BAS_NOT_HOME_SUBNET IP6_MH_BAS_NOT_HA IP6_MH_BAS_DAD_FAILED IP6_MH_BAS_SEQNO_BAD IP6_MH_BAS_HOME_NI_EXPIRED IP6_MH_BAS_COA_NI_EXPIRED IP6_MH_BAS_NI_EXPIRED IP6_MH_BAS_REG_NOT_ALLOWED HA Home Prefix MN HA HoA DAD Home Nonce Care-of Nonce Nonce HA CN HA CN 26/12/8 Internet Week

20 HA ND 1 HA BC MN HoA Proxy ND MN HoA CN MN NA ND NAR-bit MN override NC Home de-registration HA ND NA: I am 11::3. src=cn dst=solicited node multicast target=11::3 link-layer address: 1:23:45:67:89:ab HA BC NA NS: Who is 11::3? src=cn dst=solicited node multicast target=11::3 NS CN 26/12/8 Internet Week HA ND 2 MN BC ND proxy_nd_start() neighmod() netlink HA Neighbor Cache ND #ip #ip -6-6 neigh neigh show show <HA <HA address> address> dev dev <Home <Home I/F> I/F> lladdr lladdr <MAC <MAC address address of of Home Home I/F> I/F> STALE STALE <MN1_HoA> <MN1_HoA> dev dev <Home <Home I/F> I/F> proxy proxy PERMANENT PERMANENT ND $MIPL2USER/src/ndisc.c nlmsg_type int int pneigh_add(int pneigh_add(int ifindex, ifindex, uint8_t uint8_t flags, flags, struct struct in6_addr in6_addr *dst) *dst) { { return return neigh_mod(nlm_f_create NLM_F_REPLACE, neigh_mod(nlm_f_create NLM_F_REPLACE, RTM_NEWNEIGH, RTM_NEWNEIGH, ifindex, ifindex, NUD_PERMANENT, NUD_PERMANENT, flags NTF_PROXY, flags NTF_PROXY, dst, dst, NULL, NULL, ); ); } nlmsg_type } 26/12/8 Internet Week

21 IPsec/IKE IPsec MN IPsec MN XFRM IPsec SP XFRM IPsec SA K-bit IKE SA Mobile IPv6 IPsec/IKE MIPL2 MIGRATE 26/12/8 Internet Week Socket API Mobile IPv6 RFC4584 Mobile IPv6 IPv6 MIPv6 MIPL2 mip6d $MIPL2USER/src/libmissing/* 26/12/8 Internet Week

22 MIPL2 RFC3775 RFC3776 Mobile IPv6 mip6d HA-MN IPv6 XFRM 26/12/8 Internet Week RFC3775 Mobility Support in IPv6, D. Johnson, C. Perkins, J. Arkko, June RFC3776 Using IPsec to Protect Mobile IPv6 Signaling Between Mobile Nodes and Home Agents, J. Arkko, V. Devarapalli, F. Dupont, June RFC4225 Mobile IP Version 6 Route Optimization Security Design Background, P. Nikander, J. Arkko, T. Aura, G. Montenegro, E. Nordmark, December RFC4584 Extension to Sockets API for Mobile IPv6, S. Chakrabarti, E. Nordmark, July draft-sugimoto-mip6-pfkey-migrate-3.txt PF_KEY Extension as an Interface between Mobile IPv6 and IPsec/IKE, S. Sugimoto, F. Dupont, M. Nakamura, workin-progress. 26/12/8 Internet Week

23 Home Registration BU MN HA IPv6 header Home Address Destination Option Mobility Header (BU) Ver. Traffic class Flow label Payload length Next header Hop limit Source Address CoA Destination Address HA address Payload protocol Header length HoA Destination Address Payload protocol Header length MH type Reserved Checksum Sequence number A H L K reserved Lifetime 26/12/8 Internet Week Home Registration BA HA MN IPv6 header Routing Header Type2 Mobility Header (BA) Ver. Traffic class Flow label Payload length Next header Hop limit Source Address HA address CoA Destination Address Payload protocol Header length Type (2) Hop limit Reserved Home Address HoA Payload protocol Header length MH type Reserved Checksum Status K Reserved Sequence number Lifetime 26/12/8 Internet Week

24 MN CN Outer IPv6 header Inner IPv6 header Payload Ver. Ver. Traffic class Flow label Payload length Next header Hop limit Source Address CoA Destination Address HA address Traffic class Flow label Payload length Next header Hop limit Source Address HoA Destination Address CN address Payload 26/12/8 Internet Week MN CN IPv6 header Ver. Traffic class Flow label Payload length Next header Hop limit Source Address CoA Destination Address CN address Payload protocol Header length Home Address Destination Option Destination Address HoA Payload Payload 26/12/8 Internet Week

25 CN MN IPv6 header Routing Header Type2 Ver. Traffic class Flow label Payload length Payload length Payload length Source Address CN address Destination Address CoA Payload protocol Header length Type (2) Hop limit Reserved Home Address HoA Payload Payload 26/12/8 Internet Week

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

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

WIDE Technical-Report in 2008 USAGI 2007 IPv6 Mobility wide-tr-usagi-mip6-04.pdf WIDE Project : If you have any comments on thi

WIDE Technical-Report in 2008 USAGI 2007 IPv6 Mobility wide-tr-usagi-mip6-04.pdf WIDE Project :   If you have any comments on thi WIDE Technical-Report in 2008 USAGI 2007 IPv6 Mobility wide-tr-usagi-mip6-04.pdf WIDE Project : http://www.wide.ad.jp/ If you have any comments on this document, please contact to ad@wide.ad.jp Title:

More information

untitled

untitled Linux IPv6 xfrm (USAGI ) 1 1999 Java Linux ( ) 2001 USAGI IPsec Linux-2.4 IPsec Linux-2.5 IPsec IPv6 2 1 Topics IPsec Linux Linux xfrm 3 1. RFC 2. 3. 4. 5. 6. 7. 8. 4 2 IPsec 5 IPsec IP IP (connection

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

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

JANOG14-コンバージェンスを重視したMPLSの美味しい使い方

JANOG14-コンバージェンスを重視したMPLSの美味しい使い方 MPLS JANOG14 BGP MPLS 2 : : 1988 2 2003 7 : 3 ( ( )100%) : 633 (2003 ) : : 1,029 (2004 7 1 ) 3 So-net 250 4 30!? 10 Non IP IP 5 IGP? ECMP ECMP?? 6 BGP MPLS 7 MPLS ATM IP ATM

More information

(11) - CDN 2002.07.02 E-Mail: katto@katto.comm.waseda.ac.jp n n n 1 ( ) (a) ( ) (b) IP (1) (S,G): S: G: IGMP Join/Leave D 224.0.0.0 239.255.255.255 IP (2) Shortest Path Tree Shared Tree Shortest Path

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

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

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

template.dvi

template.dvi VI Linux IPv6/IPsec IPv6/IPsec W I D E P R O J E C T 6 Linux IPv6/IPsec 1 USAGI 2 2007 6 USAGI Linux 2.1 IPv6 Mobility IPv6 2.1.1 WIDE USAGI 2003 HUT Go-Core USAGI Linux IPv6 Linux Mobile IPv6 IPv6 Linux

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

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

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

$ 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

帯域を測ってみよう (適応型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

total.dvi

total.dvi VII W I D E P R O J E C T MPLS-IX MPLS-IX MPLS 1 MPLS AYAME IX IX LDP/RSVP-TE/CR- [121] 1999 Sub- LDP IP MPLS IX LSP LSP MPLS ebgp[165] LSP ( 2002 1.1 1.2) MPLS-IX MPLS IPv6 6PE IX () MPLS-IX MPLS IX

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

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

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

$ 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

橡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

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

橡C09inoue.PDF

橡C09inoue.PDF Mobile IP inoue@isl.rdc.toshiba.co..co.jp 99/12/14 Internet Week '99 1 Agenda Mobile IP IETF Mobile IP WG Mobile IP protocol specification(rfc20022004) Other topics Mobile IP (AAA/DIAMETER) Mobile IP NCG,

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-TrafficEngineering(revise).PDF

橡2-TrafficEngineering(revise).PDF Traffic Engineering AsiaGlobalCrossing GlobalCrossing Japan Traffic Engineering(TE) ( RFC2702 Requirements for Traffic Engineering over MPLS) 1 MPLS/VPN MPLS/TE MPLS VPN Prefix base (TDP

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

T8_4-shirasaki.PDF

T8_4-shirasaki.PDF Internet Week 2006 2006 12 5 NTT c 2006 NTT Communications Corp. All rights reserved. Agenda IPv6 TIPS c 2006 NTT Communications Corp. All rights reserved. 2 1 c 2006 NTT Communications Corp. All rights

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

橡3-MPLS-VPN.PDF

橡3-MPLS-VPN.PDF MPLS-VPN NTT () MPLS IP IP 1 MPLS-VPN MPLS IP-VPN IP (IP-Sec VPN) MPLS-VPNMPLS (IP-VPN) MPLS-VPN IF ATM HSD (FR IP ) (a)ipsec-vpn ( ) (b)mpls-vpn IP-NW MPLS-VPN VPN 2 MPLS-VPN Cisco

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

Microsoft PowerPoint - ie ppt

Microsoft PowerPoint - ie ppt インターネット工学 () インターネット工学 () 教室後方のスクリーンより後の座席の利用を禁止します 九州産業大学情報科学部下川俊彦 インターネット工学 1 インターネット工学 2 2007 年度講義日程 9/19( 水 ) 休講 9/26( 水 ) 第 1 回 10/ ( 水 ) 第 2 回 10/10( 水 ) 第 回 10/17( 水 ) 第 回 10/2( 水 ) 第 5 回 10/27(

More information

28 NTMobile Java Proposal and Implementation of Java Wrapper for NTMobile ( : ) :

28 NTMobile Java Proposal and Implementation of Java Wrapper for NTMobile ( : ) : 28 NTMobile Java Proposal and Implementation of Java Wrapper for NTMobile ( : 130441077) : 29 2 10 NTMobile Network Traversal with Mobility NTMobile Linux NTMobile C Java NTMobile Java Java JNA Java Native

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

1 I/F I/F 1 6) MobileIP 7) 8) MN: Monile Node MN AR Mobility Anchor Point(MAP) MobileIP HMIP HMIP HA-MAP MN MAP MN MAP HMIP MAP MN 2 MobileIP Mo

1 I/F I/F 1 6) MobileIP 7) 8) MN: Monile Node MN AR Mobility Anchor Point(MAP) MobileIP HMIP HMIP HA-MAP MN MAP MN MAP HMIP MAP MN 2 MobileIP Mo 1 2 2 I/F Mobility Anchor Point MAP Composite Wireless Access Networks on Mobile Communications and Its Evaluation Abstract: In emerging wireless communication environments, mobile terminals that have

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

ループ防止技術を使用して OSPFv3 を PE-CE プロトコルとして設定する

ループ防止技術を使用して OSPFv3 を PE-CE プロトコルとして設定する ループ防止技術を使用して OSPFv3 を PE-CE プロトコルとして設定する 目次 概要前提条件要件使用するコンポーネント背景説明設定ネットワーク図設定 DN ビット確認トラブルシューティング Cisco サポートコミュニティ - 特集対話 概要 このドキュメントでは Open Shortest Path First (1 バージョン 3 (OSPFv3) " を プロバイダーエッジ (PE )

More information

2017 5G 時代の モバイルユーザープレーン 再検討 松嶋聡 ソフトバンク

2017 5G 時代の モバイルユーザープレーン 再検討 松嶋聡 ソフトバンク 2017 5G 時代の モバイルユーザープレーン 再検討 松嶋聡 ソフトバンク 現 のモバイルネットワーク ( 携帯網 ) の例 RAN, EPC, SGi に分割されて構築 管理 端末セッションごとのトンネル接続, 移動管理 伝送路からみたパスの最適化が困難 Data-plane Role Access Node (enode-b) L2 Anchor Node (Serving Gateway)

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

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

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

More information

SFC

SFC 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 Base Header Service Path Header ~ Context Headers ~ Figure 1: Network Service Header 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5

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

橡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

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

Linux @ S9 @ CPU #0 CPU #1 FIB Table Neighbor Table 198.51.100.0/24 fe540072d56f 203.0.113.0/24 fe54003c1fb2 TX Ring TX Ring TX Buf. Dsc. RX Buf. Dsc. TX Buf. Dsc. RX Buf. Dsc. Packet NIC #0 NIC #1 CPU

More information

wide97.dvi

wide97.dvi 12 357 1 WIDE MOBSEC (Mobile Security) Working Group Mobile-IP IP (IPSEC) IPA( ) (NECM) NECM 11 MOBSEC IP IETF Mobile-IP VIP PC 40 LAN IP IP MANET (Mobile Ad Hoc Networking) IETF Working Group 359 2 2.1

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

橡c03tcp詳説(3/24修正版).PDF

橡c03tcp詳説(3/24修正版).PDF 1 1 2 TCP 1 3 TCP 9 4 TCP 15 5 21 6 TCP 25 7 27 TCP 1 TCP Windows98 Linux Solaris TCP(Transmission Control Protocol) IP TCP UDP UDP TCP UDP TCP 1 TCP RFC793 RFC2581 TCP 4-1 - DataLink header IP header

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

USAGI IPv6 神田充 USAGI/ 東芝研究開発センター

USAGI IPv6 神田充 USAGI/ 東芝研究開発センター USAGI IPv6 神田充 mk@linux-ipv6.org USAGI/ 東芝研究開発センター Contents USAGI Project 紹介 Linux kernel IPv6 の歴史 USAGI Project の状況 適合試験 IP s e c 概略 Linux IPsec US AGI IP s e c USAGI Project 紹介 UniverSAl pla yground

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

Microsoft PowerPoint - ykashimu_dslite_JANOG26_rev

Microsoft PowerPoint - ykashimu_dslite_JANOG26_rev IPv6 時代の を考える ~DS-Lite 8 th July 2010 鹿志村康生 (Yasuo Kashimura) yasuo.kashimura@alcatel-lucent.com DS-Lite ( Dual stack Lite) draft-ietf-softwire-dual-stack-lite Dual-Stack Lite Broadband Deployments Following

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

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

スライド 1

スライド 1 The Internet for everything Society IPv6 AAA IP Telephony: VoIP, SIP, ENUM Internet Technology IP dynamic network: MANET IP Mobility: MIP, NEMO Satellite Cell Phone: W-CDMA, CDMA2000, 1x EVDO, HSDPA Communication

More information

SRX License

SRX License SRX ライセンスキー投入手順 株式会社日立ソリューションズネットワークビジネス部セキュリティグループ リビジョン 4.0 初版 2010/05/30 最新版 2012/12/27 Hitachi Solutions, Ltd. 2010-2012. All rights reserved. SRX ライセンスキー投入手順 Contents 1. ライセンスキーの自動インポート ( インターネット接続必須

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

tutorial.dvi

tutorial.dvi m-sato@yoko.nel.co.jp 1 (rough) OSI, ITU-T? ATM-Forum? DAVIC? 2 Internet Architecture Boad (IAB) IETF Engineering Steering Group (IESG) Internet PCA egistration Authority (IPA) Internet Assigned Number

More information

Microsoft PowerPoint - Amazon VPCとのVPN接続.pptx

Microsoft PowerPoint - Amazon VPCとのVPN接続.pptx Amazon VPC との VPN 接続マニュアル 2016 年 7 12 NECプラットフォームズ株式会社 Amazon VPC との VPN 接続 UNIVERGE WA シリーズ を使 して Amazon VPC(Amazon Virtual Private Cloud) と IPsec-VPN で接続する際の設定例を紹介します Amazon VPC を利 することにより Amazon AWS(Amazon

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

第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

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

A Responsive Processor for Parallel/Distributed Real-time Processing

A Responsive Processor for Parallel/Distributed Real-time Processing E-mail: yamasaki@{ics.keio.ac.jp, etl.go.jp} http://www.ny.ics.keio.ac.jp etc. CPU) I/O I/O or Home Automation, Factory Automation, (SPARC) (SDRAM I/F, DMAC, PCI, USB, Timers/Counters, SIO, PIO, )

More information

VNSTProductDes3.0-1_jp.pdf

VNSTProductDes3.0-1_jp.pdf Visual Nexus Secure Transport 2005/10/18 Visual Nexus http:// www.visualnexus.com/jp/support.htm Visual Nexus Secure Transport 2005/02/25 1 2005/10/18 Ver3.0-1 2005 10 18 108-0075 21119 2 Visual Nexus

More information

Dual Stack Virtual Network Dual Stack Network RS DC Real Network 一般端末 GN NTM 端末 C NTM 端末 B IPv4 Private Network IPv4 Global Network NTM 端末 A NTM 端末 B

Dual Stack Virtual Network Dual Stack Network RS DC Real Network 一般端末 GN NTM 端末 C NTM 端末 B IPv4 Private Network IPv4 Global Network NTM 端末 A NTM 端末 B root Android IPv4/ 1 1 2 1 NAT Network Address Translation IPv4 NTMobile Network Traversal with Mobility NTMobile Android 4.0 VPN API VpnService root VpnService IPv4 IPv4 VpnService NTMobile root IPv4/

More information

untitled

untitled 25: Part ( ) Chief Technology Officer mshindo@fivefront.com SNMP MRTG HP/OV RMON INTERNET WEEK 2006/12/08 Copyright 2006 Fivefront Corporation, All Rights Reserved. 2 1 SNMP IfInUcastPkts, IfOutUcastPkts

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

ScreenOS Copyright (C) 2005 NOX Co., Ltd. All Rights Reserved. Version1.00

ScreenOS Copyright (C) 2005 NOX Co., Ltd. All Rights Reserved. Version1.00 ScreenOS5.1 17 2 Version1.00 Web Filtering Anti Virus Deep Inspection VoIP H.323 SIP ALG NAT ALG(Application Layer Gateway Multicast QOS DNS PPPoE VPN NetScreen ScreenOS 5.1 ScreenOS 5.1 Web Filtering

More information

Yoshida Shin (yy y ja jp) sakai dictoss( ) Debian Trivia Quiz

Yoshida Shin (yy y ja jp) sakai dictoss( ) Debian Trivia Quiz 103 Debian.Deb 銀河系唯一のDebian 専門誌 2013 8 17 1 2 1.1 Yoshida Shin........ 2 1.2 (yy y ja jp)...... 2 1.3 sakai............ 2 1.4......... 2 1.5 dictoss( )..... 2 1.6....... 2 2 Debian Trivia Quiz 3 3 Debian

More information

IPSJ SIG Technical Report Vol.2015-DPS-163 No.4 Vol.2015-MBL-75 No /5/28 IEEE Android 1,a) 1,b) 2 1 IP NTMobile Network Traversal with Mo

IPSJ SIG Technical Report Vol.2015-DPS-163 No.4 Vol.2015-MBL-75 No /5/28 IEEE Android 1,a) 1,b) 2 1 IP NTMobile Network Traversal with Mo IEEE 802.21 Android 1,a) 1,b) 2 1 IP NTMobile Network Traversal with MobilityNTMobile NTMobile NTMobile IEEE 802.21 IEEE 802.21 IEEE 802.21 NTMobile 1. TCP/IP IP IP Mobile IPv4 [1] Mobile IPv6 [2] Mobile

More information

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

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

More information

ワイヤレス~イーサネットレシーバー UWTC-REC3

ワイヤレス~イーサネットレシーバー UWTC-REC3 www.jp.omega.com : esales@jp.omega.com www.omegamanual.info UWTC-REC3 www.jp.omega.com/worldwide UWIR UWTC-NB9 / UWRH UWRTD UWTC 61.6 [2.42] REF 11.7 [0.46] 38.1 [1.50] 66.0 [2.60] REF 33.0 [1.30]

More information

ITAOI2003第三屆離島資訊與應用研討會論文範例

ITAOI2003第三屆離島資訊與應用研討會論文範例 2003 6 kung@mail.npust.edu.tw, b8956018@mail.npust.edu.tw, m9056011@mail.npust.edu.tw (Internet) and build up cache proxy servers. In this paper, we (Multi-media) design and development four proxy servers

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

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

untitled

untitled Peers Working Together to Battle Attacks to the Internet JANOG17 20 Jan 2006 Matsuzaki Yoshinobu Tomoya Yoshida Taka Mizuguchi NSP-SEC/NSE-SEC-JP Agenda

More information

Microsoft Azure AR4050S, AR3050S, AR2050V 接続設定例

Microsoft Azure AR4050S, AR3050S, AR2050V 接続設定例 Microsoft Azure AR4050S, AR3050S, AR2050V 接続設定例 当社検証結果に基づき記載していますが 全てのお客様環境の動作を保証するものではありません 2018 年 8 月現在の仕様に基いて記載しています 今後の仕様変更によっては接続できない可能性があります アライドテレシス株式会社 目次 1. 概要 1. 概要 2. 設定例の構成 3. IPsecのパラメータ 2.

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション ADD-PATH の 基本的な設定例と検討課題 インターネットマルチフィード ( 株 ) 技術部 Interop tokyo 2013 NOC 金井瑛 1 Interop Tokyo 2013 と ADD-PATH 今年度の Interop Tokyo 2013 では ADD-PATH の相互接続検証を行いました MX80, MX480, CRS-X, ASR9006

More information

NAT-f SIP NAT 1 1, 2 1 IP SIP NAT NAT NAT NAT-f NAT-free protocol NAT-f SIP Session Initiation Protocol NAT-f SIP NAT Researches on NAT traversal for

NAT-f SIP NAT 1 1, 2 1 IP SIP NAT NAT NAT NAT-f NAT-free protocol NAT-f SIP Session Initiation Protocol NAT-f SIP NAT Researches on NAT traversal for NAT-f SIP NAT 1 1, 2 1 IP SIP NAT NAT NAT NAT-f NAT-free protocol NAT-f SIP Session Initiation Protocol NAT-f SIP NAT Researches on NAT traversal for SIP utilizing NAT-f Kenkichi Miura, 1 Hidekazu Suzuki

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

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

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

演算増幅器

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

More information

untitled

untitled Section 1 5 6 MRTG 7 Prefix RMON NetFlow NetFlow NetFlow Data Collector DB Subnet B B Router = Exporter Subnet A AS IP Prefix 1 8 Subnet B Router = Exporter AS AS Prefix 2 NetFlow Version 5 AS AS Peer

More information

IPSEC(Si-RGX)

IPSEC(Si-RGX) 技術情報 :Si-R/Si-R brin シリーズ設定例 (NTT 東日本 / NTT 西日本フレッツ光ネクスト ) フレッツ VPN プライオで拠点間を接続する設定例です フレッツ VPN プライオを利用して 拠点間を VPN( ) 接続します IPv4 パケットを IPv4 ヘッダでカプセリング (IPv4 over IPv4 IPsec tunnel) Si-R でトンネリングすることで以下の構成が可能になります

More information

RT107eセミナー用資料

RT107eセミナー用資料 2 AV&IT Business Group, YAMAHA RT107e RT107e RT107e RT107e RT107e RT107e RT107e RT107e 4 AV&IT Business Group, YAMAHA 2002~2003 RTX1000 200210 RTX1000 RT57i 20037 RT57i IP-VPN (FGA/FG/FO) VPN 5 AV&IT Business

More information

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

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

More information

total-all-nt.dvi

total-all-nt.dvi XI W I D E P R O J E C T 1 WIDE Reliable Multicast 1.1 TV 1 1 TCP WIDE JGN/JB SOI (DV) Reliable Multicast (RM) US Reliable Multicast IETF RMT-WG PGM Digital Fountain FEC Tornado Code Ruby Code 1.2 WIDE

More information

ITEF Mobile IP Working Group Mobile IP RFC RFC2002 RFC2004 Mobile IP Working Group IMT-2000 Mobile IP 2.1 Mobile IP Mobile IP 1994 IETF Mobile IP Working Group IETF Mobile IP Working Group Mobile IP Internet

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

IPv6 トラブルシューティング~ ISP編~

IPv6 トラブルシューティング~ ISP編~ IPv6 トラブルシューティング ~ ISP 編 ~ Matsuzaki maz Yoshinobu Copyright (c) 2010 Internet Initiative Japan Inc. 1 内容 主に ISP のネットワークで起こりそうなトラブルと その対策を紹介する 疎通 経路制御 正しい状態を知る トラブル事例を知る Copyright (c) 2010

More information

スライド タイトルなし

スライド タイトルなし 画像情報特論 (11) - その他の話題 (2) モビリティ セキュリティ - 授業のまとめ モビリティ L3 モビリティ : Mobile IP L7 モビリティ : SIP Mobility 2004.07.09 情報ネットワーク専攻甲藤二郎 E-Mail: katto@waseda.jp Mobile IPv4 ( 制御フェーズ ) Mobile IP (1) Mobile IPv4 ( 転送フェーズ

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

2ACL DC NTMobile ID ACL(Access Control List) DC Direction Request DC ID Access Check Request DC ACL Access Check Access Check Access Check Response DC

2ACL DC NTMobile ID ACL(Access Control List) DC Direction Request DC ID Access Check Request DC ACL Access Check Access Check Access Check Response DC NTMobile 103430037 1. IPv4/IPv6 NTMobileNetwork Traversal with Mobility [1] NTMobile NTMobile IPsec NAT IPsec GSCIPGrouping for Secure Communication for IPGSCIP NAT NTMobile ACL Access Control List ACL

More information

IPv6 IPv IETF IPv6 2

IPv6 IPv IETF IPv6 2 IPv6 IPv6 2003 2 3 1 IETF IPv6 2 2001, 2002 RIR IPv6 IETF IPv6 3 IETF (1/2) IETF (Internet Engineering Task Force) IPv6 WG 2001 IPng (IP Next Generation) WG IPv6 WG IPng Home Page: http://playground.sun.com/ipng

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

wide91.dvi

wide91.dvi 6 183 1 IP 1 1 1 1 1 n ( ) 1 ( ) Ethernet 48 MAC IP 32 IP IP ( ) 1 1 1 1 185 186 1991 WIDE (n ) 1 1 n 1 1 n n 1 n ( ) 1 n ( ) TCP/IP n 1 1 TCP/IP WIDE TCP/IP IP 2 IP IP 2.1 LAN DVMRP(Distance Vector Multicast

More information

Contents Part1: TCP Part2: TCP Part3: TCP Part4: Part5: TCP Part6:

Contents Part1: TCP Part2: TCP Part3: TCP Part4: Part5: TCP Part6: TCP Yoshifumi Nishida nishida@csl.sony.co.jp Contents Part1: TCP Part2: TCP Part3: TCP Part4: Part5: TCP Part6: TCP TCP TCP Transmission Control Protocol IP TCP application TCP UDP IP DataLink header IP

More information