Problems with netgraph

Alexander Motin mav at FreeBSD.org
Sat May 10 16:15:52 UTC 2008


Oleksandr Samoylyk wrote:
> Alexander Motin wrote:
>> Try to rebuild mpd to be sure it uses this feature. Also you can check 
>> this by observing the name of any ng_pptpgre hook used. If it is 
>> "upper", then ng_pptpgre multiplexing is not used and if it is 
>> "session_hhhh" then OK.
> 
> I can't even list all nodes.
> 
> # ngctl list
> ngctl: send msg: No buffer space available

Nodes list can be big. This should help you to get it:
kern.ipc.maxsockbuf=1048576
net.graph.maxdgram=524288
net.graph.recvspace=524288

-- 
Alexander Motin


More information about the freebsd-net mailing list