I tested lispmob using 2 computers (one mapserver mode, one mobile node mode).
It seems that if i run MN-mode lispmob on ubuntu virtual machine, it works but
when i run MN-mode lispmob on ubuntu(whichi is not virtual OS), it seems it
doesn't work.
When i run MN-mode lispmob on virtual OS, i can see 0)map-register messages are
sent to local map server and map-notify message are sent to MN-mode computer,
1) map-request for DNS servers and other web site are sent to local mapserver,
2) negative map-replys are sent to MN mode computer (I think this is natural
because i tried to access non-LISP site with MN mode computer, and i didn't
configured static map-cache on the local server.), 3) i can access internet
through virtual box ubuntu.
But when i run lispmob on ubuntu 14.04.3 (NOT virtual machine), i can only see
0) map-register and map-notify messages, 1) map-request for DNS servers only,
no map-request for websites, and i can't access internet.
+ If virtual machine network setting is NAT, it works(i can access web sites)
and if i set virtual machine network setting bridged-network, MN-mode can not
access internet again.
I am stuck in this situation and i don't understand why it doesn't work on host
OS. What am i missing? thanks.