net.link.tap.up_on_open does not exist

Aaron LI aly at aaronly.me
Sun Jul 17 00:17:00 PDT 2022


Hi Mario,

Are you using a custom kernel that doesn’t have the tap(4) module builtin? Or you should load the tap(4) module upon startup by setting “if_tap_load=YES” in /etc/rc.conf

Otherwise, the two sysctls in /etc/sysctl.conf should just work.

> On Jul 16, 2022, at 21:09, Mario Marietto <marietto2008 at gmail.com> wrote:
> 
> 
> Hello. Good day to everyone.
> 
> What's the correct syntax to use to add these entries in /etc/sysctl.conf ? Both the parameters below aren't accepted : 
> 
> net.link.tap.up_on_open=1 
> net.link.tap.up_on_open does not exist
> 
> net.link.tap.user_open=1 
> net.link.tap.user_open : does not exist
> 
> or
> 
> net.link.tap.up_on_open 
> = invalid syntax
> 
> net.link.tap.user_open
> = invalid syntax
> 
> -- 
> Mario.


More information about the Users mailing list