I was configurating openvpn , once i was adding anew interface 'tun0'. I couldn't find the interface "tun0" whats the problem?
1 Like
Hi Andrew. I was following this before !!! But this not my question, My question why I can't find 'tun0' inside interface
Note : this picture not from my openwrt from the link you gave me.
On my openwrt i can't find 'tun0' in interface
Do you have both packages installed without errors and rebooted the router?
- Install needed packages
Install openvpn-openssl and luci-app-openvpn
tun0 will not exist until OpenVPN has started up and successfully connected to the VPN server. The OpenVPN application controls the creation, configuration, and destruction of tun0 as it runs.
It is no longer necessary to create a dummy vpn network (of proto unmanaged) since the tun0 device can now be directly linked in the firewall config. The only reason for the old way was to associate a UCI network name to the device name.
1 Like