<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Authentication In Mobile IP in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/authentication-in-mobile-ip/m-p/1945702#M36667</link>
    <description>&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I start learning about Mobile IP( read the RFC 3344) and some related RFC documents. Now i have a concern question, Hope that you&amp;nbsp; clear a canal of obstruction because it makes me getting mad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i know about Mobile IP like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+The Foreign Agent send advertisement messege periodically (ICMP)&lt;/P&gt;&lt;P&gt;+When the Mobile Node moves to a new place, It will receive the advertisement messege and send the Registration request. The registration request uses the IP of Mobile node ( in case of located- care-of address )&amp;nbsp; or NAI&amp;nbsp; ( in case of co-located care-of address) to authentication mobile node with Home agent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some security problems here:&lt;/P&gt;&lt;P&gt;+ &lt;SPAN style="text-indent: -0.38in;"&gt;Replay Attacks: can be resisted by using identifier field in Registration request message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: -0.38in;"&gt;+ Modify the Packet : can be resisted by using the checksum and HMAC-MD5 to guarantee the packet &lt;/SPAN&gt;integration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am a little bit confused with man-in-the-middle attack. I supposed that someone capture the registration request packet and he know the authention property (IP of mobile node or NAI) , after that he can use this authentication to use the service?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking of the below scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mobile Node : The digest message A = HMAC-MD5(IP, identifier, Secret&amp;nbsp; key) and after that it sends to the Home Agent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Home Agent : Computer the digest messge B = HMAC-MD5(IP, Identifier ,Secrect&amp;nbsp; key' ) ( the IP, Identifier&amp;nbsp; from the registration message ) and it stores the secret key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We compare&amp;nbsp;&amp;nbsp; The digest message A (in registration message ) with&amp;nbsp; the digest messge B . It will be ok if 2 of digest message are equal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, We consider 3 authentioncation scenario: Mobile Node -- Home Agent , Mobile Node - Foreign Agent and Foreign Agent -- Home Agent&lt;/P&gt;&lt;P&gt;How can we authenticate&amp;nbsp; Mobile Node - Foreign Agent ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me, I do appreciate your help. &lt;/P&gt;</description>
    <pubDate>Sun, 04 Jul 2021 04:46:33 GMT</pubDate>
    <dc:creator>thanhtien501</dc:creator>
    <dc:date>2021-07-04T04:46:33Z</dc:date>
    <item>
      <title>Authentication In Mobile IP</title>
      <link>https://community.cisco.com/t5/wireless/authentication-in-mobile-ip/m-p/1945702#M36667</link>
      <description>&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I start learning about Mobile IP( read the RFC 3344) and some related RFC documents. Now i have a concern question, Hope that you&amp;nbsp; clear a canal of obstruction because it makes me getting mad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i know about Mobile IP like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+The Foreign Agent send advertisement messege periodically (ICMP)&lt;/P&gt;&lt;P&gt;+When the Mobile Node moves to a new place, It will receive the advertisement messege and send the Registration request. The registration request uses the IP of Mobile node ( in case of located- care-of address )&amp;nbsp; or NAI&amp;nbsp; ( in case of co-located care-of address) to authentication mobile node with Home agent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some security problems here:&lt;/P&gt;&lt;P&gt;+ &lt;SPAN style="text-indent: -0.38in;"&gt;Replay Attacks: can be resisted by using identifier field in Registration request message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: -0.38in;"&gt;+ Modify the Packet : can be resisted by using the checksum and HMAC-MD5 to guarantee the packet &lt;/SPAN&gt;integration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am a little bit confused with man-in-the-middle attack. I supposed that someone capture the registration request packet and he know the authention property (IP of mobile node or NAI) , after that he can use this authentication to use the service?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking of the below scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mobile Node : The digest message A = HMAC-MD5(IP, identifier, Secret&amp;nbsp; key) and after that it sends to the Home Agent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Home Agent : Computer the digest messge B = HMAC-MD5(IP, Identifier ,Secrect&amp;nbsp; key' ) ( the IP, Identifier&amp;nbsp; from the registration message ) and it stores the secret key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We compare&amp;nbsp;&amp;nbsp; The digest message A (in registration message ) with&amp;nbsp; the digest messge B . It will be ok if 2 of digest message are equal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, We consider 3 authentioncation scenario: Mobile Node -- Home Agent , Mobile Node - Foreign Agent and Foreign Agent -- Home Agent&lt;/P&gt;&lt;P&gt;How can we authenticate&amp;nbsp; Mobile Node - Foreign Agent ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me, I do appreciate your help. &lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 04:46:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/authentication-in-mobile-ip/m-p/1945702#M36667</guid>
      <dc:creator>thanhtien501</dc:creator>
      <dc:date>2021-07-04T04:46:33Z</dc:date>
    </item>
  </channel>
</rss>

