[Xorp-users] xorp and other network daemons

Pavlin Radoslavov pavlin@icir.org
Sat, 04 Jun 2005 15:30:27 -0700


> I'm trying to test multicast routing protocols.
> 
> It is happening something weird. When I startup xorp, the other network d=
> aemons like SSH and FTP does not work. I have tested, I test a ssh 127.0.=
> 0.1 and it works, when I run xorp ssh cannot connect anymore. If I kill x=
> orp, than ssh connects again.
> 
> I think it can be FreeBSD, because I have noticed that when a cable is di=
> sconnected you something is wrong on the network the FreeBSD does not ope=
> rate any network daemons, neither localhost.
> 
> Using tcpdump, I have noticed that the handshake tcp is done, but nothing=
>  happens.

Try to run XORP with empty configuration to see whether you still
have the connection problem.

If you don't see the problem with empty configuration, then try to
incrementally add your configuration bottom-up (e.g., first enable
"interfaces" section, then "fea", "fib2mrib", "mfea", "igmp",
"pimsm4") to see what exactly triggers the problem. For example, do
you explicitly configure the loopback interface or do you install
any unicast routes (via static_routes, rip or bgp).

Pavlin