X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=docs%2FOpenVPN_Layer_2_Server.md;h=35af86fac067e5fc5b5abaa1aff716829df01258;hb=733e1818ad35fbfe2e93696b6edc2aede0144f2f;hp=e90566c78e3018cf2a9141f94227a3ee60721302;hpb=1652ef79ee7b82fa944f305816419c9f14ec1e94;p=librecmc%2Flibrecmc.git diff --git a/docs/OpenVPN_Layer_2_Server.md b/docs/OpenVPN_Layer_2_Server.md index e90566c78e..35af86fac0 100644 --- a/docs/OpenVPN_Layer_2_Server.md +++ b/docs/OpenVPN_Layer_2_Server.md @@ -29,7 +29,19 @@ documentation. ## Interface Setup -TODO +In LuCi, select `Network` >> `Interfaces` and then `Add New Interface`. + +- Set `Name of the new interface` to `myvpn` or anything else you would like. +- Set `Protocol of the new interface` to unmanaged. +- Set `Cover the following interface` to `Custom Interface: vpn0`. +- In my current working system, the `firewall-zone` for the interface + is set to `lan`, but I don't think that really matters in this case. + +In my working configuration, I added tap0 into the LAN bridge +interface, and deleted the WAN interface. However, my vpn server is a +separate unit on my network, intended to operate in "bridge mode", +where if you server is your gateway router, a different configuration +might be necessary. ## Certificate and Key Setup Instructions