Routing problems on VPN servers running FreeBSD 8.0-RELEASE

Luiz Otavio O Souza lists.br at gmail.com
Sat Feb 13 03:05:25 UTC 2010


Brett,

Change the "-S" to "-s" in the following line:

         if (ExecCmdNosh(LG_IFACE2, b->name,
               "%s -S %s %x:%x:%x:%x:%x:%x pub",
               PATH_ARP, u_addrtoa(&iface->peer_addr,hisaddr,sizeof(hisaddr)),

The "-S" tries to remove the entry first, but it fails because it doesn't exist.

Luiz



On Feb 13, 2010, at 12:30 AM, Brett Glass wrote:

> P.S. -- It occurs to me that perhaps adding the word "only" at the end of the command string used by mpd 5.3 might help. Should I try this?
> 



More information about the freebsd-net mailing list