My man! Very nice video. Easy to follow.. Exactly what I needed. Thanks for this! I ran into the issue "Error: bridge 'vmbr1' does not exist". when starting up openwrt. For all the people having the same issue: The solution is to click on the 'Apply Configuration' button when creating a new Linux Bridge @ 1.37min into the video Subscribed to the channel!
@kmi3c Жыл бұрын
Thank you kind Sir! Just save my time! 👌
@gregorywilliams4998 Жыл бұрын
Thank you@@kmi3c
@aprendainformaticagratis10 ай бұрын
Thanks for the tip, because of that missing "apply configuration" my container was not booting.
@tudorroman43729 ай бұрын
There are not enough Like buttons for me to press !!!
@SlickNickTexas8 ай бұрын
This is the answer.
@shabadabadoo43269 ай бұрын
@8:13 -- you skippped something. You have to run 'fw4 reload' after opening the port(s), and really should have opened 443 as well. You also skipped applying the configuration when creating vrbm1(someone else pointed that out in the comments, or I probably wouldn't have figured that one out)
@vapedragon9838 ай бұрын
Thanks, that saved me some time
@UsernameWasLost5 ай бұрын
thank you! I figured out the config part on my own, then spent 15ish minutes trying to figure out the fw4 reload
@vorplex3 ай бұрын
Thanks!
@benjaminwilliams51163 ай бұрын
Thanks!
@mortanleslie-jacobsen69802 ай бұрын
omg thank you so much, I was going crazy trying to figure out what I missed
@sander-s Жыл бұрын
Two days ago I gave up on installing OpenWRT in LXC. With your instructions I now did manage to get it running. Thanks!
@bradnoyes7955 Жыл бұрын
I cannot start the container, fails with Error: "lxc_create_network_priv: 3427 No such device - Failed to create network device" but I can't find any information on this error. Which device 'doesn't exist'? EDIT: Ah you have to click "Apply Configuration" in the Network menu after creating vmbr1.
@shabadabadoo43269 ай бұрын
Thanks man, this helped me a ton!
@QuantumDelta7 ай бұрын
I missed it too - this one should probably be at the top :D
@coffeblock26 күн бұрын
I knew I will find the answer in the comments
@zuzieeeeee Жыл бұрын
I have no internet access after setting up the LAN interface 9:20. Please help!
@autoentropy9 ай бұрын
Followed this and it worked. A few things I had to do differently to get it working (also using PIA): 1. Don’t add the “dhcp option DNS” entries in the config file. 2. Under network>interfaces change tun0 to unmanaged and choose device: eth adapter tun0 3. Edit lan interface firewall settings to assign it to the lan zone
@blatzer16 күн бұрын
Has anyone managed to do the procedure by connecting OpenWrt as a client to a VPS with a Wireguard server, then allowing us to secure other LXC connection? How ? I personally don't get handshake on OpenWrt instance 😢
@monnierobinson9210 Жыл бұрын
Nice detailed video. Currently running a complex docker stack doing the same thing with VPN and ARR utilities. Since I already have a Proxmox server, this looks much more manageable. Will set this up this weekend and test.
@cwalton008 ай бұрын
Just visiting this and adding the DNS options should be dhcp-option DNS X.X.X.X you have dhcp option DNS X.X.X.X as the text. Just a heads up for anyone else struggling to get the vpn started
@javsanchez7228 ай бұрын
Thanks a lot!
@SlickNickTexas8 ай бұрын
This was also huge. Not sure how it worked on video but this fixed my issue.
@io-zy6xk8 ай бұрын
Thanks so much! I wonder how it worked for him? huh
@jason-labs6 ай бұрын
This absolutely needs to be higher up. Without this comment, I would've given up. Thanks @cwalton00.
@EMP19E4 ай бұрын
huge.
@dm1i Жыл бұрын
PIA supports WireGuard as OpenWrt also does. It is much faster and easier to configure. There is no reason to use OpenVPN today except where WireGuard is not supported yet.
@NovaspiritTech Жыл бұрын
Wireguard on pia seems to be limited to 10mbs while I'm able to achieve 20mbs with openvpn. Not sure why so I stuck with using openvpn instead
@dm1i Жыл бұрын
@@NovaspiritTech Quite a strange move from PIA. WireGuard users require less computing power from servers, they should prioritize them. But in this case you obviously have no choice.
@ewenchan1239 Жыл бұрын
That last statement that you made about running ONE VM, which runs Docker, and then running your services and applications via that ONE IP address is probably THE BEST explanation as to why you might want to run the Docker (application) containers inside of a VM vs. running multiple containers, where each container runs its own, individual service. Thank you!!! I appreciate this. I never realised this.
@kitsunesuzuka1029 Жыл бұрын
Or maybe if it's possible to run those dockers in a container instead of a vm to really squeeze the size and resources than a vm
@ewenchan1239 Жыл бұрын
@@kitsunesuzuka1029 That's a possibility as well. I haven't tested that yet.
@NigkonuN Жыл бұрын
Hey I'm having a problem with Setting LAN Interface. The container I used to test does not get the ip address I given it through the openwrt Network>Interface (time stamp 9:11). Any help would be great! thank you
@autoentropy9 ай бұрын
Followed this and it worked A few things I had to do differently to get it working (also using PIA): 1. Don’t add the “dhcp option DNS” entries in the config file. 2. Under network>interfaces change tun0 to unmanaged and choose device: eth adapter tun0 3. Edit lan interface firewall settings to assign it to the lan zone
@CNDthrillaholic2 ай бұрын
In the LAN interface that you created you need to assign it to a firewall group. Return to the interface, and assign the interface to the lan group.
@rickhendricks6458 Жыл бұрын
Great video! Love running this as a container. I struggled with opening up the webui via the wan interface, but found this openwrt forum post from jwmullally to be helpful. Literally copy paste from the container's command line and profit. This works from a clean install: uci add firewall rule uci set firewall.@rule[-1].name='Allow-Admin' uci set firewall.@rule[-1].enabled='true' uci set firewall.@rule[-1].src='wan' uci set firewall.@rule[-1].proto='tcp' uci set firewall.@rule[-1].dest_port='22 80 443' uci set firewall.@rule[-1].target='ACCEPT' uci commit firewall service firewall restart
@TheKunalParwani Жыл бұрын
This worked!
@MatiasPajaro Жыл бұрын
Worked perfectly 👍👍
@The101damnations11 ай бұрын
Worked for me! Thanks
@ishqem7 ай бұрын
this solved everything thank you, i am able to gui now
@impy19807 ай бұрын
Dude, thank you, as a complete PVE noob, followed Don's instructions to the letter, refused connection. Copy and pasted this and I'm in!
@ravand19904 ай бұрын
i did everything as you described with the exception that i use wireguard. The wireguard handshake goes through but my LXC containers that use vmbr1 can't seem to go through the IP of the VPN
@TheStebbi11211 ай бұрын
How would you go about moving media from the servers that are behind the virtual router to a physical NAS that's on your actual network then? 🤔
@hew348 ай бұрын
Can you explain what you are doing/why when for the tunnel? tunnel to/from what? surely if you have 2 network interfaces that's all you need? Even if not what do all the parameters mean exactly?
@PolarrCloud Жыл бұрын
having troubles getting internet access through the vmbr1 adapter. in OpenWRT i see packets and data flowing through eth1 but nothing will show in the active dhcp leases section. if anyone has any pointers it would be very helpful. Thanks!
@dewey708510 ай бұрын
im having a similar issue, did you ever figure it out?
@CrazyTheDe9 ай бұрын
Did you figure anything out? Having the same issue atm
@CrazyTheDe9 ай бұрын
Adding another reply that fixed it for me: Go to the Interface you set, hit edit and go to the firewall tab. Set the lan zone. This made it so I could get an IPv4 on the services using the vmbr1 bridge
@cole28393 ай бұрын
@@CrazyTheDe Huge, that was the trick
@shawnholthus577011 ай бұрын
Do you have a document or a link to go to follow the directions you are mentioning in this video?
@haydenc2742 Жыл бұрын
Good stuff...it could also be your home router as well...multi-port nics can be pass-thru to another container Pretty cool! Keep em coming!!!!
@tvojejbabkydedko Жыл бұрын
or just make separated linux bridges
@markdickey78076 ай бұрын
Nice video! I followed step by step on a machine a month ago and got it working. Need to move to a newer better machine. i have been pulling my hair out for a week. I follow along and even make sure my new machine has same parameters as previous. I can't get it to work? The PIA open VPN instance won't start. Looking at the "tun0" in interfaces, it shows "Error: Network device is not present". I am stuck. Any thoughts? I have pictures :)
@markdickey78076 ай бұрын
i have retried on the same server setting up a 2nd lxc and even used the original rootfs file. the common theme i keep seeing is when i create tun0... it shws as "Error: Network device is not present".
@krysc4d2 ай бұрын
@@markdickey7807 I've found the typo. On the Video he missed to type "-" in: dhcp-options DNS 10.0.0.241 so in console log the error occur, author should definetly write consistently the instructions...
@markdickey78072 ай бұрын
@@krysc4d thanks but didn't help - just retried on a new system. i get to the point of starting the PIA. I don't think at this point it is a PIA issue, because it tells me "Tun0" interface doesn't exist back in network interfaces. i restarted the interface and still nothing
@moonfall842 ай бұрын
@@markdickey7807 did you found a solution? I'm stucked at same point
@markdickey78072 ай бұрын
@@moonfall84 yes - i found a solution. you have to change ownership of tunnel in your pve host. "chown 100000:100000 /dev/net/tun" i just found this solution like YESTERDAY
@ricseeds48355 ай бұрын
5:30 What do those 2 additional lines added to the container config file actually do? Those lines appear to be lifted verbatim from the Proxmos wiki for "OpenVPN in LXC" article. Adding those two lines prevented my container from starting because my bridge didn't exist. I took those lines off and, at least, my container boots up now. Could it have anything to do with my server only having one ethernet port?
@decline_orientation_activity3 ай бұрын
Such a pity I haven't found this video before I spent a whole weekend configuring NAT and port forwarding by hand with iptables. Very great explanation.
@ferferrara11 ай бұрын
Can I do the same, passing through openWRT, with a real computer as you did with the lxc container? Basically, I wanna use the openwrt lxc as a real router.
@briancarrozza2824 ай бұрын
First off, thank you. I couldn't have accomplished much without great content like this. What is a possible way to make openwrt's IP static? After getting everything running smoothly for several weeks, a proxmox update happened and the IP address on "wan" changed from .111 to something else (the main IP of the openwrt lxc. Network > Interfaces > wan). All other services' IP addresses also changed. I figured this was solvable by making "wan" have a Static IP instead of DHCP. I edited the network of the openwrt lxc (vmbr0) in Proxmox to have a static IP and Gateway. After restarting the CT, there was no effect. Then I went into the openwrt webgui, Network > Interfaces > wan. I tried changing "wan" from DHCP to static. I gave it the IP, Gateway, and Mask. This seemed to block all traffic on the vpn, although it successfully made the openwrt IP static as well as the other services. I then went into my router and reserved .111 for openwrt. Restarted containers, but the dependent services still had no internet connection. What is a possible way to make openwrt's IP static?
@neonpc Жыл бұрын
How can I change the default IP to the openwrt access and change it to a custom static ip?
@james623709 ай бұрын
Were you able to get this to work with a static IP?
@SylvainMougenot8 ай бұрын
Great tudo, helped me a lot. Thanks to you I was able to automate the creation of this "route via VPN" feature on proxmox with Ansible and Terraform.
@arunkhan495113 күн бұрын
I'm guessing that we can use the official x86_64 rootfs tarball from the openwrt image selector website to create the container. Please confirm
@olive860410 ай бұрын
is there any benefit to setting up openwrt in proxmox if i already have a vpn setup on my home router going into the server?
@bubbagumpshrimpsАй бұрын
Help. I managed to get tunneling working. However, if I want to ping to a tunneled container, let say 10.50.50.235. I can't reach it. Probably my normal network is operating from 192.168.178.*. Did I miss a step somewhere?? Do I need to add a route somewhere?
@henryboy196 ай бұрын
cant ping from lan to google or any other netowrks...do i need to add in nat or any routes? followed exact same steps
@dudilander86433 ай бұрын
Found a solution to that?
@hotrodhunk7389 Жыл бұрын
I've been thinking about doing this to put some services on different vlans... Didn't get a managed switch yet.
@dsb2 Жыл бұрын
A few things I had to do differently to get it working (also using PIA): 1. Don’t add the “dhcp option DNS” entries in the config file. 2. Under network>interfaces change tun0 to unmanaged and choose device: eth adapter tun0 3. Edit lan interface firewall settings to assign it to the lan zone
@boot487 Жыл бұрын
This worked perfectly! Thank you!
@gregorywilliams4998 Жыл бұрын
Thank you. It worked for me as well. @@boot487
@RuiCardona2k Жыл бұрын
"3. Edit lan interface firewall settings to assign it to the lan zone " You mean add tun0 to the lan=>wan entry in the firewall?
@dsb2 Жыл бұрын
@@RuiCardona2k no in Network>Interfaces edit the lan interface, under firewall settings click the drop down menu to assign the lan interface to the lan firewall zone. This will allow traffic on your lan interface
@RuiCardona2k Жыл бұрын
@@dsb2 Gotcha, that's already what it defaults to for me. Though no matter what I do even though I can connect to the VPN I just can't seem to access the test http server through the VPN
3 ай бұрын
Thank you I set it up as you guided. And even got the PIA. One question how do you activate port forwarding since without it it is pretty much useless.
@nicksparrow2428 Жыл бұрын
I've got a bit of an odd situation on my end, and I haven't been able to find a solution to it. I'm running a cluster of 4 nodes with a CEPH pool to allow for HA. I've put together the openwrt router on node 2, any CTs put in node 2 and connected to vmbr1 work perfectly, no issues. However, obviously when trying to run a CT on another node I won't be able to connected to that router. I hope I'm just missing something simple, but any ideas would be appreciated.
@james623709 ай бұрын
Were you able to find a solution for this?
@matthewmichael127310 ай бұрын
I have a strange issue where once the VPN is enabled I lose HTTP access to the OpenWRT UI. I can get it back by disabling the tun0 via console, breaking the PIA connection. Are there additional rules required to retain my HTTP access via the WAN IP?
@asc3nd7 ай бұрын
I have the same issue. Did you find a solution?
@Skunk_Works7 ай бұрын
I am also having this issue. I assume a firewall issue since I can access via other VMs. Anyone have a solution?
@robertspradlin76536 ай бұрын
I am also having this issue. As soon as I enable the PIA VPN and save, the web interface tanks. I posted on OpenWRT about this, but since this is a fork, they blew me off.
@djredjoker3 ай бұрын
thank you - Question - how do you prevent the Container from access the internet if the VPN is not work or down? if you stop the open vpn instance it bypasses vpn and connects to isp IP address. thank you
@busybud2Ай бұрын
How can we modify this setup to ensure that there is a kill switch if vpn disconnects / fails?
@CatalystReaction4 ай бұрын
how would i pass through a couple network cards using this method?
@jenniferw89637 ай бұрын
I am so excited, I already use PIA and proxmox and have been wanting to setup a router for VPN so I don't have to enable it every time I want to use it on my Mac. I want to instead setup a bitttorrent service in a proxmox container and have it always using a vpn.
@RufusCubano11 ай бұрын
If I add the lxc to the vmbr1 the vpn works and still have internet, but....how do you access the service if the previous local ip+port does not work anymore? Only works when I change back the vmbr1 to vmbr0
@RufusCubano11 ай бұрын
Reply to myself for those on the same situation: I have added the vmbr0 with th local ip and local ip access, and asign a static ip, and now I can access the service internaly while having public ip from the vpn
@CyKoSyS8 ай бұрын
@@RufusCubano THANK YOU! This had my head spinning for days. I watched Dons video a dozen times, literally frame by frame to see what I had missed. I too could not access any of the service portals after assigning vmbr1. I could not figure out how Don was able to access the portals with the 192.xx addy when the lxc container had a 10.50.xx address. Yes, I forwarded the port number to the internal 10.50.xx addy, but the fact remains the container still had a different IP! I could hit any container if I opened my test VM on vmbr1 by using the 10.50.xx IP, but not with the 192.xx IP. It took me a few tries to understand what you had done, but I finally figured it out. I added a new network to the service lxc, in this case, I named it 'deluge' I forced the same MAC that my Opensense reported, I tied it to Bridge vmbr0, gave it the same static IP I assigned it in my Opensense with a /24 CDIR, left the gateway BLANK. It worked. I get a VPN address and can access the services using the IPs I statically assigned in my Opensense. I also deleted the PORT FORWARDING entries, as they're no longer needed.
@Katashtrophie2 ай бұрын
Got this working OK, However I cannot access the web UI's of CT that are on this created LAN from any other PC outside that LAN (my normal network) Is there a firewall config to achieve this?
@nihoniumog51856 күн бұрын
Hi nice tutorial. Ill give it a try. One question, does it prevent dns leak?
@dunderstr Жыл бұрын
Hi @NovaspiritTech Thank you for the wonderful content as always. Regarding the network adapters issue, it was because you forgot to apply the network interface changes (Network bridge vmbr0) after adding the bridge. have a great day.
@enigmacarpc553 ай бұрын
Awesome video. I am able to get all the steps done but once I try to start the container I get an error: lxc_start: 2114 Failed to spawn container
@axel885-rn7tuАй бұрын
My containers doesn't connect to internet. help pleaseeee!!! thanks!
@Nerasgame244 ай бұрын
wireguard is more easier to setup, thanks for the demo man !
@james62370 Жыл бұрын
Great info. Any fail safe or a way to confirm if your vpn disconnects to auto reconnect?
@74cmonty9 ай бұрын
THX for sharing this. I think it makes sense to define a dedicted host NIC and assign this to the LXC running OpenWRT as WAN with passthrough device.
@incandescentwithrage6 ай бұрын
Not really as OpenWRT doesn't make any use of hardware offload
@MrBeastFanPage097Ай бұрын
How to assign 10gb sfp+ to openwrt in proxmox server please help.
@hozefaali58017 ай бұрын
I have a 5G broadband modem which supports wifi 6 but doesn't really have a good customisation options, I'm thinking of following this approach by installing open-wrt to use the customisation options and route the traffic back to the modem to use the internet. is that achievable.
@chrisumali9841 Жыл бұрын
Thanks for the demo and info, awesome video, have a great day
@UmangPatel1995 Жыл бұрын
Amazing video series on proxmox. thank you for these helpful videos. Question: How can we put just prawlarr behind the VPN and let other containers running directly ? When I tried this way, I am not able to get other prawlarr to talk/detect other containers. I am using RDT client so I don't need that behind VPN as I am getting direct downloads. Any suggestion or help will be highly appreciated.
@kazumakazuma58144 ай бұрын
Thanks so much for this video, you really helped me out tremendously
@arseniobrown77446 ай бұрын
Great Video I just have a question everything works until I start the vpn I lose the webui to openwrt i followed the instructions.
@PULSTARUnboxing6 ай бұрын
mmmm... i did everything but when i try to enter to wrt web ui, browser cant find it. help?
@christianluck36574 ай бұрын
Thank you very much for your video. Everything works great, even ProtonVPN does what it should. Now I still have a problem. It's probably because I didn't quite understand what the LAN interface with the IP 10.50.50.1 is used for. So I can run my qbittorrent LXC exclusively via ProtonVPN, but I can no longer reach the qbittorrent web interface via 192.168.1.40:8090. The IP 10.50.50.101:8090 assigned by openwrt cannot be reached either. Does anyone have a tip on what I am doing wrong?
@christianluck36574 ай бұрын
I tried to work out a few solutions with ChatGPT. The suggestions, which all failed, were: 1. firewall rules : forwarding 10.50.50.1/24 to 192.168.0.1/24 2. IP Masquarading 3. policy routing It all sounds logical, but it just doesn't work. I probably have a major thinking error somewhere.
@AnthonyRichardson-t9o5 ай бұрын
im stuck on getting onto the website. for me i tried IP:80 and IP:443. it still doesnt work. any help would be great!
@Gregtoddtheoriginal11 ай бұрын
This might be a "dumb" or "obvious" question, but I'm new to the stuff so, bear w/ me! Does this "open my network" to the big bad internet? I'm trying to maintain locked-down security as best as I can, running anything "outward" via Cloudflare. Because this is in a CT in Proxmox, does this create a vulnerability in my network elsewhere, or just for anything on this vlan?
@RaduRadonys8 ай бұрын
Your physical router (the main entry to your network) is the one that decides what is open to the big bad internet. If you don't have any ports open in your physical router you're fine.
@demanuDJ11 ай бұрын
Nice video but I'm still thinking about security issues of running OpenWrt as LXC containers instead of full VM as an edge device...
@Zyntaxs4 ай бұрын
Got this working but how do you put a killswitch in place? If the VPN happens to go down, all traffic will now go outside your normal router gateway which is exactly what you don't want here.
@alainsoppe63973 ай бұрын
How did you manage to get it working? openvpn doesn't start ?
@Zyntaxs3 ай бұрын
@@alainsoppe6397 I ended up ditching this completely as I couldn't make it work.
@MarkConstable Жыл бұрын
Great video, but you should zoom in your browser for Proxmox demos by at least 125%. Not all of us have 20/20 eyesight.
@arva1kes Жыл бұрын
There is option to open as separate window so it will be fullscreen.
@ishqem6 ай бұрын
can you make a video with wireguard? i know that the speed at pia is not very fast but others are fast enough. thnx in advance
@bsmith852825 ай бұрын
I just keep getting - no sdn vnet ID specified (500) when trying to change the bridge.
@bsmith852825 ай бұрын
fixed it for anyone else having the issue login as root
@paulmaydaynight99257 ай бұрын
aparently in 8.2.2 the /etc/config/firewall file doesn't exist on a clean install, how to access openwrt now,stumped... I'm trying to access/use my spare real Ethernet ports 1x10Gb as the openwrt wan/to the real existing lan-wan, + 2x5Gb ports, & 2x2.5Gb ports in this machine aka a 6 port openwrt router including the mboard port
@moelayo4 ай бұрын
I'm not able to find tun0, even able starting openvpn Is someone having the same issue
@PeterdeBeer-no3fe4 ай бұрын
Thanks for the excellent video. Got Openwrt running like this for a few months now and would like to update to a newer openwrt version. What is the easiest way to do this?
@mjc795Күн бұрын
Wanting to do the same, did you figure it out? I was going to recreate the container, but perhaps there's an easier / better way.
@kiptanoi44229 ай бұрын
When I follow this video, and are about to start my CT, to config the firewall, I do get this error: failed waiting for client: timed out TASK ERROR: command '/usr/bin/termproxy 5900 --path /vms/100 --perm VM.Console -- /usr/bin/dtach -A /var/run/dtach/vzctlconsole100 -r winch -z lxc-console -n 100 -e -1' failed: exit code 1.. Any ide what that can be? And how I fix that?
@vapedragon9838 ай бұрын
I've got the same issue
@jacobwtylerАй бұрын
Same issue here
@jacobwtylerАй бұрын
I deleted the container and remade it with the hostname set to openwrt-lxc and everything worked. I think it’s because I had already installed the tteck OpenWRT VM with that hostname.
@jacobwtylerАй бұрын
Nevermind. Has something to do with being unprivileged. Adding the line: features: nesting=1 above the two lines he tells you to add fixed it for some reason.
@dfcastro4 ай бұрын
After changing the firewall config file at 7:57 you need to execute cmd line /etc/init.d/firewall reload
@Jibril2397 ай бұрын
Does anybody else have the problem that the VPN tunnel doesn't automatically reconnects? While my ISP Router renews it's public IP address at night my vpn tries to reconnect but fails(timeout). I have to manually restart it...
@drbyte2009 Жыл бұрын
This is a great video! I have one question, how do you update it to a newer version? I also notice in the logs, that i get TLS error: TLS Handshake failed and TLS Error: TLS key negotiation failed to occur within 60 seconds..... Any idea what might cause this
@drbyte2009 Жыл бұрын
I found my mistake, i took the wrong bridge in proxmox.... i'am also running Sophos XG as a VM and picked that bridge, should also work, but need to figure that out first
@paullee1077 ай бұрын
This one is great!! Followed up till I press start VPN, and it doesn't start. I did modify the dhcp line - is 'dhcp-option DNS 10.0.0.241' correct??? I think it is ..
@g-luuАй бұрын
Hi Did yo get this working?
@paulb122 Жыл бұрын
Make a wireguard client video
@autoentropy9 ай бұрын
I have been trying to figure out a way to run a wireguard client on proxmox, and filter all traffic through openwrt/pia for weeks. End goal would be to connect to wireguard proxmox ct, have that connection all go through openwrt/pia. So far I have wireguard and openwrt/pia setup, wireguard ct runs traffic through openwrt/pia, but I am unable to connect to wireguard client remotely.
@matuschoma100310 ай бұрын
whats the correct way of updating to newer version?
@arunkhan4951Ай бұрын
Good question. I'm guessing we need to create a new container with rootfs tar ball. For full firmware image upgrades, the sysupgrade package is the way to go.
@robertspradlin76536 ай бұрын
Can someone help with the issue of losing GUI access after saving the VPN enable changes?
@g-luuАй бұрын
Hi did you manage to get this working?
@robertspradlin7653Ай бұрын
Yes, it came down to OpenWRT and my PC being on different VLANs. Just needed to create a static route from the PC VLAN to OpenWRTs VLAN. If you want more info I’d be happy to share.
@ronm6585 Жыл бұрын
Thanks Don.
@KoljaMineralka8 ай бұрын
Can you make a separate video on networks how to separate your vms?
@petrut_u313710 ай бұрын
Hello! very nice video and amazing tutorials. I did this setup, but I have a problem, i use Nord VPN as my provider, and each time I turn on the VPN connection, I cannot access my virtual router through the designated ip... from LAN. I have a VM attached to that router, and from there is working. can anyone help me to figure this out, why is this happening? As soon I stop the VPN connection, I can access my router from LAN..
@Skunk_Works7 ай бұрын
I’m having the exact same issue. Did you ever find a resolution?
@fbifido2 Жыл бұрын
would it not be more secure to just use nginx proxy manager, and not put holes into the firewall?
@cybergitt3 ай бұрын
Well, I think I dont need an additional NIC for vmbr1 but....yeah actually we need more than single NIC to implement this
@ericdemers73685 ай бұрын
Thanks for the video, as a constructive critisism (?), wait a second or 2 on the command line, it was hard following you, you were going too fast for me! ;) Having said that, I'm getting an error trying to connect the machine to the vmbr1 bridge, for some reason, it doesn't hit OpenWRT at all, and can't get thier ip; I'm unsure where to look
@Riyazatron10 ай бұрын
Hi there. My wifi card can run in AP mode. How can i make openwrt make use of that? Im not 100% sure if i need to run it as a LXC container or a VM. Im comfortable installing openwrt butnakeays failed to log into gui until you told me why, the firewall rules. I appreciate thst tip! Just need the WiFi to work. My setup is a bit different. My router/firewall is OPNsense and i just purely need OpenWRT as an AP. I could always get use other AP points in roaming and mesh. Would probably use batman in openwrt but i would love to be able to use the WiFi card as an AP
@Javi.Ramirez3 Жыл бұрын
Hi Novaspirit, Great video! I use ProtonVPN and am curious if the OpenWRT setup is similar. Are there any extra packages needed to integrate ProtonVPN with OpenWRT?
@zedtrek6 ай бұрын
Hi Mate, I got mine set on pfsense (proton connected using openvpn) and use openwrt just for the wifi part
@InsaiyanTech Жыл бұрын
Could you do a opnsense video on this been wanting try it
@avertry95299 ай бұрын
I downloaded it to windows 11, and it got flagged with wacatac virus, strange.
@youyoustm11 ай бұрын
Do you know how passthrough PCIe M.2 WIFI card to LXC OpenWRT ? If your are the awnser you'r my god !!!
@james623709 ай бұрын
Were you able to find an answer for this?
@GeoffHalsey Жыл бұрын
I assume, with a bit of tinkering, you could use a different VPN provider. I'll give it try with the one I'm subscribed to.
@GroovyGrovesy Жыл бұрын
Why not use the TTeck OpenWRT VM script rather than create it yourself???
@powdersnow889 ай бұрын
it didn't work for me
@robertspradlin76536 ай бұрын
I tried it and got to the point of starting the VM. It errored out saying vmbr1 doesn't exist even though I have applied the configuration.
@garytomlinson330510 ай бұрын
How do i pass though smb?
@ericdemers73685 ай бұрын
Use Proxmox as the "man in the middle" for the container, it doesn't need to know that that mounted path is from another network; it should work
@garytomlinson33055 ай бұрын
@@ericdemers7368 I've moved on to Gluetun and OMV, pass through usb to OMV and have it shared on the network with SMB
@Lunolux Жыл бұрын
thx for the video
@TheZawadziak Жыл бұрын
What Linux are you working on?
@NovaspiritTech Жыл бұрын
I'm on debian
@stevenhughes1254 Жыл бұрын
### inside openwrt LXC - to allow network access to web interface # install nano to make life pleasant!! opkg update opkg install nano nano /etc/config/firewall config rule option src wan option dest_port 80 option proto tcp option target ACCEPT ## Save and reboot
@tehrealjono10 ай бұрын
Don’t know why but this got it working for me. Thanks man
@proof.12010 ай бұрын
this was my solution aswell. thank you
@SlickNickTexas8 ай бұрын
Pin this. I spent hours debugging the issue and this fixed it.
@SlickNickTexas8 ай бұрын
I think what I missed was just not doing a reboot.
@ZombafyedАй бұрын
Thank you Steven
@UsernameWasLost5 ай бұрын
If anyone else (like me) was having issues starting the openwrt LXC because of an error stating that vmbr1 does not exist, make sure you click "apply configuration" under the node network tab.
@UsernameWasLost5 ай бұрын
Also, if anyone is using NordVPN, they have a solid guide for this exact process, just search OpenWrt setup with NordVPN
@benjaminwilliams51163 ай бұрын
THANKS!
@ricseeds48355 ай бұрын
What gives? The overlays he puts up are different from what he types
@NetBandit70 Жыл бұрын
I wish OPNsense would migrate to Linux
@iuhere Жыл бұрын
true, wish the same
@visghost Жыл бұрын
I have an answer to the question: the bridge 'vmbr1' does not exist
@martinottolangui466711 ай бұрын
i think go back into pve network , and click apply configuration ?
@jf0193810 ай бұрын
@@martinottolangui4667 Thank You! I've spent hours trying to figure that out!
@mrdivoc172910 ай бұрын
Why bother with the router and not just install the VPN?