Project

General

Profile

Actions

Bug #2334

closed

[NRD] error while connecting to the forwarder

Added by Anche Kuo over 9 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
RIB
Target version:
Start date:
12/30/2014
Due date:
% Done:

0%

Estimated time:

Description

When the "transport" field in configuration file "client.conf" is changed to value other than
{tcp|udp}://127.0.0.1 or unix:///var/run/nfd.sock
then whenever NRD is run it reports the fatal error message
"FATAL: [NRD] error while connecting to the forwarder"

environment on OS X 10.10.1

OSTYPE: darwin14

boost: 1.55.0

steps to reproduce

sudo cp /usr/local/etc/ndn/nfd.conf.sample /usr/local/etc/ndn/nfd.conf
sudo cp /usr/local/etc/ndn/client.conf.sample /usr/local/etc/ndn/client.conf

change the following line in "client.conf"
transport=unix:///var/run/nfd.sock
to
transport=tcp4://172.18.53.106:6363
; another computer with the exact same environment, OS, hardware running up an nfd and nrd successfully

ndnsec-keygen /`whoami` | ndnsec-install-cert -
sudo mkdir -p /usr/local/etc/ndn/keys/
ndnsec-cert-dump -i /`whoami` >  default.ndncert
sudo mv default.ndncert /usr/local/etc/ndn/keys/default.ndncert

nfd-start

----> boom! The error occurs
" [NRD] error while connecting to the forwarder"

By the way on my Fedora 20 with boost 1.54.0 there is no such problem.


Files

Actions

Also available in: Atom PDF