<div dir="ltr"><div><div><div>This is the error I am receiving:<br><br> [2018/1/21 2:49:50] INFO: Control created!<br>/etc/oor.conf:107: unexpected token '198.6.255.37'<br>[2018/1/21 2:49:50] CRIT: Parse error in file /etc/oor.conf, exiting. Check conf                file (see oor.conf.example)<br>[2018/1/21 2:49:50] INFO: Exiting ...<br><br><br></div>Here is my configuration:<br><br># General configuration<br>#<br># debug: Debug levels [0..3]<br># map-request-retries: Additional Map-Requests to send per map cache miss<br># log-file: Specifies log file used in daemon mode. If it is not specified,<br>#   messages are written in syslog file<br><br>debug                  = 0<br>map-request-retries    = 2<br>log-file               = /var/log/oor.log<br><br># Define the type of LISP device LISPmob will operate as<br>#<br># operating-mode can be any of:<br># xTR, RTR, MN, MS<br>#<br>operating-mode         = xTR<br><br># For the rest of this file you can delete the sections that does not apply to<br># the LISP device selected in operating-mode<br><br><br>################################################<br>#<br># MS configuration<br>#<br># Control messages are received and generated through this interface<br># Only one interface is supported<br><br>control-iface = eth0<br><br># Define an allowed lisp-site to be registered into the Map Server. Several<br># lisp-site can be defined.<br>#<br>#   eid-prefix: Accepted EID prefix (IPvX/mask)<br>#   key-type: Only 1 supported (HMAC-SHA-1-96)<br>#   key: Password to authenticate the received Map-Registers<br>#   iid: Instance ID associated with the lisp site [0-16777215]<br>#   accept-more-specifics [true/false]: Accept more specific prefixes<br>#     with same authentication information<br><br>lisp-site {<br>    eid-prefix            = <a href="http://153.16.29.128/28">153.16.29.128/28</a><br>    key-type              = 1<br>    key                   = 2QSX3mNAfV<br>    iid                   = 0<br>    accept-more-specifics = false<br>}<br><br>#     sent (seconds) [1..rloc-probe-interval]<br><br>rloc-probing {<br>    rloc-probe-interval             = 30<br>    rloc-probe-retries              = 2<br>    rloc-probe-retries-interval     = 5<br>}<br><br># Encapsulated Map-Requests are sent to this Map-Resolver<br># You can define several Map-Resolvers, seprated by comma. Encapsulated<br># Map-Request messages will be sent to only one.<br>#   address: IPv4 or IPv6 address of the map-resolver<br><br>map-resolver        = { asp-mr-ms 198.6.255.37, cisco-sjc-mr-ms-1 173.36.254.164, eqx-ash-mr-ms 206.223.132.89}<br>PETR: 69.31.31.98, 129.250.1.63<br>}<br><br></div>Here is my allocation data:<br>Device name: cmich-xtr<br>Region: US-East<br>Geographic location: USA - New York<br>EID-prefix: <a href="http://153.16.29.128/28">153.16.29.128/28</a> (more specifics allowed)<br>EID loopback: 153.16.29.129<br>EID-prefix ipv6: 2610:D0:1153::/48 (more specifics allowed)<br>EID loopback ipv6: 2610:D0:1153::153:16:29:129<br>Map Servers: {ARIN} {asp-mr-ms 198.6.255.37, cisco-sjc-mr-ms-1 173.36.254.164, eqx-ash-mr-ms 206.223.132.89}<br>Map Server password: 2QSX3mNAfV<br>Map Resolvers: {ARIN} {asp-mr-ms 198.6.255.37, cisco-sjc-mr-ms-1 173.36.254.164, eqx-ash-mr-ms 206.223.132.89}<br>PETR: 69.31.31.98, 129.250.1.63<br><br><br></div>I am making inefficient changes in the configuration. I am using a virtual private server using interface "eth0" on a Debian OS. If Possible could someone provide me with a configuration that works while putting comments explaining what is going on.<br><div><div><br></div></div></div>