Hi,
I don't know what could be happening in you case. I need more details
when working in not virtualized OS : log files at level 3 of xTR and
MS/MR, routing information (ifconfig, ip route, ip rule, ip route show
table <number of table> ), configuration file without passwords and
wireshark capture of the rloc interfaces in xTR and MS/MR.
On the other side, LISPmob MS/MR is a very simple implementation that
works standalone so it can not interact with other MS/MR. It can only be
used in a local testbed where all the LISP mapping system of the testbed
is implemented by one node.
Best regards
Albert
On 20/12/15 08:45, 신유현 wrote:
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.