Hello,

I'm trying to assemble a platform using LISP-MN with Lispmob. I use 
Opendaylight as MS and MR.
When LISP is configured between tle MN et the Server, everything works fine.

Now, I try to LISP between MN and an intermediate router. The server being in a 
non-LISP environment. If I understood correctly, this router should be a 
Proxy-xTR . I try to configure the router (Ubuntu) with Lispmob, but for now, 
it does not work. In fact, when I do a ping between the MN and the SRV, the 
ICMP request through out the router, but the ICMP reply stuck at the router.

Here is the file lispd.conf of the router:


debug                  = 3
map-request-retries    = 2
router-mode           = on


rloc-probing {
    rloc-probe-interval             = 0
    rloc-probe-retries              = 2
    rloc-probe-retries-interval     = 5
}



nat-traversal {
    nat_aware   = off
    site_ID     = 0000000000000001                  #In doubt, keep the default 
value
    xTR_ID      = 00000000000000000000000000000001  #In doubt, keep the default 
value
}


map-resolver        = {192.168.100.1}

map-server {
        address        = 192.168.100.1
        key-type    = 1
        key        = asdf
    proxy-reply = on
}


database-mapping {
         eid-prefix     = 1.1.1.0/30
         interface      = eth0
         priority_v4    = 1                # Priority of IPv4 locator of the 
interface eth0 for this EID
         weight_v4         = 100                # Weight of IPv4 locator of the 
interface eth0 for this EID
         priority_v6    = 1                # Priority of IPv6 locator of the 
interface eth0 for this EID
         weight_v6         = 100                # Weight of IPv6 locator of the 
interface eth0 for this EID
}



Have I properly configured it?

Thank you in advance for your help

Carole

Reply via email to