FW: [Xorp-users] XORP 1.1RC Install under OpenBSD 3.6

Pavlin Radoslavov pavlin@icir.org
Tue, 19 Apr 2005 11:59:20 -0700


> Almost there...  Here's my current issue, I have a basic config.boot
> file with just one interface configured and it seems to like the configs
> when I run the ./xorp_rtrmgr -b config.boot, but when I try to run the
> ./xorpsh I receive the following error using both root and XORP user...
> Below is the content of the config.boot file...
> 
> Thanks, Jason
> 
> (config.boot file)
> # more config.boot
> 
> /* $XORP: xorp/rtrmgr/config.boot.sample,v 1.23 2005/03/09 22:50:41
> pavlin Exp $ */
> 
> interfaces {
>     interface xl0 {
>         description: "Ethernet"
>         /* default-system-config */
>         vif xl0 {
>         disable: false
>         address 156.80.132.121 {
>          prefix-length: 24
>          broadcast: 156.80.132.255
>          disable: false
>         }
>     }
> }
> }
> # 
> 
> 
> $ /xorp/xorp-1.1-RC/rtrmgr/xorpsh 
> Waiting for xorp_rtrmgr...
> [ 2005/04/19 07:06:24  ERROR xorpsh:3884 RTRMGR +68 xorpsh_main.cc
> wait_for_xrlrouter_ready ] XrlRouter failed.  No Finder?
> Failed to connect to xorp_rtrmgr.

Interesting.
It looks like the rtrmgr (it includes the finder) is up and running,
but somehow xorpsh cannot communicate with it.
Do you have any filtering/firewall rules on your machine that may
somehow affect the communication between xorpsh and the rtrmgr?
Also, if you run the following command (while the rtrmgr is running)
do you get any response like "target_names:list=:txt=...", or just
an error:

../libxipc/call_xrl finder://finder/finder/0.2/get_xrl_targets

Thanks,
Pavlin