<div dir="ltr">Hello,<div><br></div><div>over here we are having ipv4 network only.and router is not supporting ipv6 network. is there any way to have ipv6 address??</div><div>we have also tried to use DHCPv6. but mip6d-ng doesnt work in that.</div><div><br></div><div>Please help us out to solve this.its urgent.</div><div><br></div><div>Regards,</div><div>Neha </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 7, 2016 at 8:00 PM, Neha Patel <span dir="ltr"><<a href="mailto:14pgce030@charusat.edu.in" target="_blank">14pgce030@charusat.edu.in</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hello,<br><br></div>I attempted to run MIP6D-NG  2nd time using slightly different configuration.i tried to add static IPv6 addresses to HA and MN following the  configuration parameters as mentioned in below link <br><br><a href="http://www.tldp.org/HOWTO/html_single/Mobile-IPv6-HOWTO/#testbed" target="_blank">http://www.tldp.org/HOWTO/html_single/Mobile-IPv6-HOWTO/#testbed</a><br><br></div>But this attempt also got failed.ping works between HA,MN,CN But The script failed to run successfully.Also I tried to use dhcp6 to give addresses to HA,MN,CN and got same result. What's the problem with my setup?? I am unable to detect it.<br><br></div>Thanks and regards,<br></div>Neha.<br><div><div><br><br><div><br></div></div></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 7, 2016 at 5:10 PM, Neha Patel <span dir="ltr"><<a href="mailto:14pgce030@charusat.edu.in" target="_blank">14pgce030@charusat.edu.in</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hello,<br><br></div>Thanks for quick reply. As per your instructions I configured one  laptop other than HA,MN,CN to do radvd advertisements since i don't have ipv6 network over here. MN,HA,CN are able to ping each other before mip6d-ng starts,but same problem persists i am not able to ping MN in any context.however I am able to see BU-BA pairs on console and only BU pairs in wireshark.<br><br>
-config file contents are as follows:<br>
  <br>
<b>MN</b> <br><span>
<br>
loglevel = 2<br>
interfaces = { "wlan0" }<br>
md-delete-delay = 8<br>
mn {<br></span>
        home-address = "2001:db5:ffff:0:8ea9:82ff:fe5e:8604"<br>
        ha-address   = "2001:db5:ffff:0:219:d2ff:fe75:63a9"<span><br>
        lifetime = 40<br>
}<br>
bid-pri wlan0 {<br>
        # Lower value indicates higher priority<br>
        priority = 10<br>
}<br>
api {<br>
listening_port = 1234<br>
}<br>
<br>
<b>HA </b><br>
<br></span>
loglevel = 2<br>
ha {<br>
    address = "2001:db5:ffff:0:219:d2ff:fe75:63a9"<br>
    interface = "wlan0"<br>
}<br>
api {<br>
    listening_port = 1234<br>
}<br><br></div>What is the problem in my setup?<br><br></div>Thanks and regards,<br></div>Neha <br></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 5, 2016 at 8:15 PM, BOKOR Laszlo <span dir="ltr"><<a href="mailto:goodzi@mcl.hu" target="_blank">goodzi@mcl.hu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi Neha,<br>
<br>
thanks for your e-mail. First: if you are pinging the MN from an other node in the network then the HA, it should work. The ping not working shows that there is something wrong, so neither telnet,ftp,ssh,http nor anything else will work. An important test:<br>
<br>
-before starting mip6d-ng both on the MN and the HA, make sure that the MN pings from HA and vica versa. The other node in the network (Correspondent Node, CN), should be pinged as well.<br>
<br>
-after starting mip6d-ng both on the MN and the HA, the CN should ping both the MN and the HA nodes, and any IPv6 traffic should go fine between the MN-CN context.<br>
<br>
-In the config your colleague sent me I can not see the "interfaces" section, e.g.:<br>
<br>
interfaces = { "wlan0" }<br>
<br>
Please use the below format:<br>
<br>
MN SIDE<br>
<br>
loglevel = 2<br>
interfaces = { "wlan0" }<br>
md-delete-delay = 8<br>
mn {<br>
        home-address = "2001:db8:ffff::1"<br>
        ha-address   = "2001:db8:ffff::1000"<br>
        lifetime = 40<br>
}<br>
bid-pri wlan0 {<br>
        # Lower value indicates higher priority<br>
        priority = 10<br>
}<br>
api {<br>
listening_port = 1234<br>
}<br>
<br>
HA SIDE<br>
<br>
loglevel = 2<br>
ha {<br>
    address = "2001:db8:ffff::1000"<br>
    interface = "eth0"<br>
}<br>
api {<br>
    listening_port = 1234<br>
}<br>
<br>
-in whireshark use the display filter "mipv6"<br>
<br>
-please don't use radvd on the HA. Configure a separate router with at least two different wifi networks (links) for the handover tests. On that router/routers you can use radvd for the prefix advertisement on the wifi links.<span><br>
<br>
Best regards,<br>
goodzi<br>
<br>
--<br>
László BOKOR, Ph.D.<br>
Budapest University of Technology and Economics (BME)<br>
Department of Networked Systems and Services (HIT)<br>
Tel: +36-1-463-2048, Fax: +36-1-463-3263<br>
web: <a href="http://medianets.hu/staff/laszlo-bokor/" rel="noreferrer" target="_blank">http://medianets.hu/staff/laszlo-bokor/</a><br>
<br></span><div><div>
On Mon, 4 Apr 2016, Neha Patel wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
I tried to ping6 MN from node other than HA still i am not able to ping6 MN. Also MN is not able to ping6 any of<br>
the nodes.I have also tried telnet,ftp,ssh,http but it failed.<br>
how to test mobile IP ??<br>
<br>
<br>
Regards,<br>
Neha<br>
<br>
On Wed, Mar 2, 2016 at 9:47 PM, BOKOR Laszlo <<a href="mailto:goodzi@mcl.hu" target="_blank">goodzi@mcl.hu</a>> wrote:<br>
<br>
      Hi Neha,<br>
<br>
      we are aware of one known issue: it is not working when you are pinging the HA from the MN. If you are<br>
      pinging in other relation and other nodes, it should work.<br>
<br>
      Best regards,<br>
      goodzi<br>
<br>
      --<br>
      László BOKOR, Ph.D.<br>
      Budapest University of Technology and Economics (BME)<br>
      Department of Networked Systems and Services (HIT)<br>
      Tel: +36-1-463-2048, Fax: +36-1-463-3263<br>
      web: <a href="http://medianets.hu/staff/laszlo-bokor/" rel="noreferrer" target="_blank">http://medianets.hu/staff/laszlo-bokor/</a><br>
<br>
      On Mon, 22 Feb 2016, Neha Patel wrote:<br>
<br>
            Hello,<br>
<br>
            I have successfully installed mip6d-ng for my research work. But in order to test mobile<br>
            Ip I tried to use ping6 but<br>
            whenever i start the mip6d-ng ping6 stops working.what can be the reason for this??<br>
<br>
            Thanks and Regards,<br>
            Neha<br>
<br>
<br>
<br>
</blockquote>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>