Hello!
I want to setup tun interface permanently.
I tried to use /etc/rc.conf.d/tun and /etc/rc.conf
But after reboot nothing changes.
I tried to create it manually with ifconfig and it works, but until next reboot.
I want to setup tun interface permanently.
I tried to use /etc/rc.conf.d/tun and /etc/rc.conf
Code Select
cloned_interfaces="tun0"
ifconfig_tun0_name="mytun0"
But after reboot nothing changes.
I tried to create it manually with ifconfig and it works, but until next reboot.