Hello! New user here. I've always felt like an imbecile when it comes to doing anything with networking, and as such always feel as though I'm banging my head against a wall. Due to this, I've always just opted for all-in-one wifi routers. However, I've had fiber for about a year now, and after constantly being disappointed by speeds and lack of vpn support, I've finally decided to go the "DIY" route.
I've purchased a Zimaboard, because everything I've seen about it, made it seem so simple. I plan on swapping my wifi router to be an access point connecting to my Zimaboard with Openwrt, with my ISP modem upstream from there. I also got some smart switches to disperse into hotspots for wired connections.
Upon first installation of Openwrt, everything appeared to be going smooth. It seemed as though I had connection, and was following a couple of tutorials. I was setting up the VLAN and configuring as PPPOE connection, but couldn't figure out the PAP/CHAP, so I called my ISP and they said it was DHCP, not PPPOE. So I changed it back to DHCP, and now cannot connect to the internet at all.
The console says link is ready, but no matter what I try, it doesn't seem to connect. Been through tutorials, troubleshooter and quick start guide. I'm unsure what else to try or how to proceed. I've spent two 4-hour sessions just trying to get a connection, and I'm sure I'm missing something simple. If I can provide more information or if there is another forum or discussion group where I should be posting, please let me know. I don't know where to start, but my head hurts and I just want it to work.
Sorry if this is stupid, nonsensical or in the wrong space.
Please copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
Maybe best thing to do is factory reset your device
if i get it right, WAN port is pure DHCP client which is default for fresh OpenWRT
so please, hold the reset button for 10-15 second
you will see a moment when all leds light up
release the button and let the router restart
it will be in "brand new" condition with DHCP client pointing toward ISP
This was a thought I had as well, but shortly after I started this thread I had reached my limit for the day and haven't had time to mess with it since then. I was also thinking about it, and I'm pretty sure my genius left wifi turned on while I was testing. Factory reset was about to be my next option, but I just found instructions for writing OpenWRT straight to the eMMC. I feel as though this may be a better option anyways, so I will try that instead.
By that, you mean like a currently working router? I'm unsure how to acquire this from my TP-Link Archer AX50. All I can find is backup/restore, and that doesn't seem helpful.
I don't know Lumos (or Northstate) so I can't be 100% positive about what settings you'll need, but I do have DSL (fibre to the cabinet, waiting on fibre to the home) so there might be something of use here...
From my own uninformed tinkering with my own DSL equipment over the years, I suspect some separate pieces of information may have been mixed up.
My own setup:
The DSL "modem" talks over VLAN 101 to the ISP, and in turn translates PPPoA into PPPoE. The Router's Ethernet interface is configured with a PPPoE subinterface which contains the ISP's credentials.
Lumos's support pages suggest that they provide a "modem" which you can't (or "aren't allowed to") replace, but you can plug your own router into the "modem".
Assuming that Lumos's support pages are accurate and current (everyone hates writing documentation...) then you might not need to deal with VLAN tags... maybe.
If you're trying to do this:
Then remove any references to VLAN 35 from OpenWRT and configure a PPPoE interface for your WAN.
However, if you're trying to do this:
Then do as Lumos suggested and set OpenWRT's WAN interface to DHCP.
If you're trying to do this:
Then you may need to play around with VLAN configuration.
It appears I have only sent you all on a wild goose chase. I setup vlan 35 following the tutorial that led me to attempting to setup PPPOE. I deleted the vlan as well as the config devices you specified. That didn't change anything, so I began messing around with a few other settings and somehow disabled my lan port. I then decided to just go ahead and fresh install. I have not changed anything. I still cannot get any internet connection with my OpenWRT device plugged directly into the Lumos modem. However, if I plug into my OpenWRT device into my current router, it works. I remember coming across a thread with this issue that I will attempt to find momentarily.
I never would've thought to add vlan 35 to the search terms! However, due to the revelation above, I may have accidentally mislead you as well. I believe this would apply to your next response. I would like to thank you for your response and pose a couple of questions. To configure as PPPOE, I would need the PAP/CHAP login information, which Lumos told me is incorrect. They said to configure as DHCP, not PPPOE. Is there a way around this? Also, in your last example, it appears to cut out Lumos' modem altogether. Is this correct and/or possible with fiber?
Quick and dirty test: how is your current router's WAN interface configured? Is it configured to use DHCP, PPPoE, or something else? Whatever configuration it has, can you replicate that configuration on OpenWRT?
Also, is there any chance your ISP is playing stupid games with locking your Internet connection to a specific MAC address? Might the solution be as simple as configuring OpenWRT to lie to your ISP and present your existing router's MAC address instead of its own?
See above. Check your existing router's WAN interface. It's entirely possible that Lumos might be correct.
If all the equipment involved supports it, yes, it's possible. However, the ISP might have implemented measures to prevent customers from using their own kit. Nanny knows best, after all.
[quote="iplaywithtoys, post:15, topic:164616, full:true"]
Also, is there any chance your ISP is playing stupid games with locking your Internet connection to a specific MAC address? Might the solution be as simple as configuring OpenWRT to lie to your ISP and present your existing router's MAC address instead of its own?[/quote]
This was the answer. Copied the MAC over, disconnected existing router, restarted everything and it worked like a charm. Thank you so so so so much for all of your help!
I will mark this as the answer even though it wasn't the solution to the original issue.
May all your days be glorious.
::EDIT:: Apparently I can't figure out the quoting, but that's a problem for another day.