I am usingnet/dante inside a jail on FreeBSD 13.5. I am seeing the following errors in the log:
Is there something I need to configure differently for the jail to allow it to work? I already have allow.raw_sockets; in jail.conf
UPDATE:
I found an online post in the netgate forums that says changing net.local.dgram.maxdgram to 65536 'fixes' it. Is that the correct approach? I didn't have to do that on my other system (non-Jail)
Code:
Jan 16 08:44:21 (1768571061.307113) sockd[79475]: info: pass(1): tcp/accept [: 192.168.1.195.49933 192.168.0.210.1080
Jan 16 08:44:21 (1768571061.366872) sockd[79475]: warning: new client from 192.168.1.195.49933 dropped: no resources
Jan 16 08:44:45 (1768571085.488873) sockd[79475]: info: pass(1): tcp/accept [: 192.168.1.195.49938 192.168.0.210.1080
Jan 16 08:44:45 (1768571085.549027) sockd[79475]: warning: new client from 192.168.1.195.49938 dropped: no resources
Is there something I need to configure differently for the jail to allow it to work? I already have allow.raw_sockets; in jail.conf
UPDATE:
I found an online post in the netgate forums that says changing net.local.dgram.maxdgram to 65536 'fixes' it. Is that the correct approach? I didn't have to do that on my other system (non-Jail)