Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - CancunManny

#1
So my computer connected via wire to OPNsense gives me a fe80::53af:6156: address

I have no idea where that is coming from, since OPNsense and my ISP router don't seem to list anything like that.

My ISP router/modem has LAN info and WAN info.  If I am understanding correctly I want to look at the LAN info of my ISP router to set up my WAN section in OPNsense correct?
#2
Tutorials and FAQs / Help with IPv6 for a total knoob!
October 25, 2024, 08:57:27 PM
Hello, I know pretty much NOTHING about IPv6  I now have to learn enough to get IPv6 going since I want to implement matter via tasmota firmware on some microprocessors (ESP32s) and after a quick read it seems it depends on IPv6.

First general questions I have.  If my ISP doesn't provide IPv6 can I still use IPv6 in my local network, or in order to us IPv6 on local network I need an IPv6 connection to the internet?

I tried to read some other forums, but the answers they give might as well be in chinese to me!  For example

QuoteFirst things first: you need to check with your ISP that they are fully dual stack, and the block that's being allocated to your WAN interface is properly routed etc.. It's also a good opportunity to ask them whether it's dynamic or static, and whether /64 is the only block size they'll allocate [1].

Assuming the range is genuine and available for your use, the starting point is to make it available on your LAN interface. Edit your LAN interface and under 'IPv6' select 'track interface' and select the WAN interface you're getting the v6 range from.

It does seem my ISP provides IPv6



I use Ubuntu, when I go to my wired settings configuration, I do see an IPv6 address, but when I go to OPNsense IPv6 leases I see nothing listed.  Where is my computer getting the IPv6 address from?

Can someone point me to a step by step guide on how to get IPv6 going with OPNsense without having to know exactly what is going on?

#3
Well seems I figured it out, sortha.  I went ahead and removed AdGuardHome from OPNsense plugins, then I re installed again.  I had to disable Unbound DNS to solve the port 53 conflict.  In retrospect I think I had disabled Unbound DNS when I first installed AdGuard, seems somehow it got "enabled" and that is why AdGuard stopped working.    However not sure how settings changed since I hadn't done any updates at all. 

The whole situation is so weird and crazy!  So many things went wrong at the same time which makes it hard to believe they weren't all related. 

If anyone has any info or suggestions of what might have caused all my issues I would be glad to read
#4
Ok, so took me a bit to figure out I had to run the command without the . before the /

the output of /usr/local/AdGuardHome/AdGuardHome is


root@OPNsense:~ # /usr/local/AdGuardHome/AdGuardHome
2024/09/15 22:30:25.412219 [info] AdGuard Home, version v0.107.45
2024/09/15 22:30:25.413605 [info] tls: using default ciphers
2024/09/15 22:30:25.415467 [info] safesearch default: disabled
2024/09/15 22:30:25.417278 [info] Initializing auth module: /usr/local/AdGuardHome/data/sessions.db
2024/09/15 22:30:25.417368 [info] auth: initialized.  users:0  sessions:1
2024/09/15 22:30:25.417381 [info] web: initializing
2024/09/15 22:30:25.427320 [info] dnsproxy: cache: enabled, size 4096 b
2024/09/15 22:30:25.427345 [info] dnsproxy: max goroutines is set to 300
2024/09/15 22:30:25.427469 [info] dnsproxy: cache: disabled
2024/09/15 22:30:25.427563 [info] AdGuard Home is available at the following addresses:
2024/09/15 22:30:25.427582 [info] clients: processing addresses
2024/09/15 22:30:25.427743 [info] go to http://[fe80::be24:11ff:fe47:7902%em0]:3000
2024/09/15 22:30:25.427759 [info] go to http://192.168.1.216:3000
2024/09/15 22:30:25.427767 [info] go to http://[2806:10be:a:767e:be24:11ff:fe47:7902]:3000
2024/09/15 22:30:25.427785 [info] go to http://10.69.69.1:3000
2024/09/15 22:30:25.427795 [info] go to http://[fe80::be24:11ff:fe11:4761%em1]:3000
2024/09/15 22:30:25.427802 [info] go to http://[2806:10be:a:8fbc:be24:11ff:feed:9287]:3000
2024/09/15 22:30:25.427809 [info] go to http://[::1]:3000
2024/09/15 22:30:25.427895 [info] go to http://[fe80::1%lo0]:3000
2024/09/15 22:30:25.427903 [info] go to http://127.0.0.1:3000
2024/09/15 22:30:25.592074 [info] dnsproxy: starting dns proxy server
2024/09/15 22:30:25.592107 [info] Ratelimit is enabled and set to 20 rps, IPv4 subnet mask len 24, IPv6 s                                                                                                                         ubnet mask len 56
2024/09/15 22:30:25.592115 [info] The server is configured to refuse ANY requests
2024/09/15 22:30:25.592122 [info] dnsproxy: cache: enabled, size 4194304 b
2024/09/15 22:30:25.592136 [info] dnsproxy: max goroutines is set to 300
2024/09/15 22:30:25.592150 [info] dnsproxy: creating udp server socket 0.0.0.0:53
2024/09/15 22:30:25.594068 [error] querylog: closing: flushing log buffer: nothing to write to a file
2024/09/15 22:30:25.594098 [fatal] couldn't start forwarding DNS server: starting listeners: listening on                                                                                                                          udp addr 0.0.0.0:53: listening to udp socket: listen udp 0.0.0.0:53: bind: address already in use
root@OPNsense:~ #

#5
Also, I am pretty sure I didn't make any changes to the default configuration of my ISP modem/router.  My neighbor has the same ISP provider but his actual modem/router hardware is different than mine.  Is there a possibility that once my ISP fixes my issue everything will start working properly again?
#6
Quote from: newsense on September 16, 2024, 02:35:12 AM
What is the outut when you start AGH manually ?

. /usr/local/AdGuardHome/AdGuardHome

At the moment I am updating to the new version of OPNsense, but once that is done, how would I start AGH manually?  Log in to the OPNsense console and put in the code you shared?
#7
I tried to go to OPNsense>System>Settings>General>DNS server section, and I put 1.1.1.2 and select the IPv4 WAN 
I had also previously disabled AdGuard

With those settings if I take off the DNS on my main computer it doesn't work. 
#8
Quote from: newsense on September 16, 2024, 01:38:37 AM
Set DNS manually on a device and see if you can get out, either 1.1.1.2 or 9.9.9.11 would suffice

Ok, I tried 1.1.1.2 on my main computer, and it worked!

I assume the issue is with AdGuard then?  I usually don't mind when I "break" things by playing with the configuration, but when stuff breaks on its own it drives me nuts!

Would you mind giving me suggestions on how to fix my issue?  And once I have everything back to normal, what could i do so it doesn't break on its own again?
#9
I was finally able to log in to proxmox dashboard (I had the wrong IP address). Everything seems to be working fine there.  I did confirm that I don't have AdGuard running by itself, if I remember correctly I set up AdGuard directly inside of OPNsense. 

I am leaning towards my issue being OPNsense and/or AdGuard related.  Any suggestions on how I can trouble shoot?
#10
I am baffled and frustrated. I am going to share much info which probably most of it will be useless for you guys to help me, but maybe there is something I am missing that you guys are able to catch. Not sure if my issue is with proxmox, OPNsenes or something else.

So I have a beelink mini computer with two ethernet ports. I am running proxmox on that computer. Proxmox is running HomeAssistant, Frigate, OPNsense and AdGuard. I have 4 wifi access points, and about 8 Alexas.

In the living room I have the main "modem/router" from my ISP (only use it as a modem). I also have a wifi access point in the living room, and an Alexa. Those 3 devices don't run on AC anymore. I have an AC to DC power supply that provides the power. I am using step down/step up buck converters to get the correct volts to each of the devices. All running smooth for almost a year now.

4 days ago the circuit breakers popped. After some troubleshooting I found that the two hot wires that feed the mini splits (Air conditioners) got hot, melted the electrical tape and were basically short circuiting. Went ahead and fixed that issue, and now as far as electricity to the house it seems to be fine. All tv's, air conditioners, fridge, etc work well.

Well once I had the electricity sorted out I noticed I had no internet. I started to troubleshoot. The ISP modem shows a red light on LOS. I am able to access the modems control panel, and the error it gives is that it has no fiber-optic connected. Reported to my ISP 4 days ago, and still waiting for them to come fix it. As expected I was able to access my home assistant, my frigate, and I am able to get onto my OPNsense dashboard as well. Just didn't have internet access.

Yesterday my neighbor was kind enough to let me run a cat6 cable from his house to mine so that I can have internet while I wait for my ISP to come and fix it. Like I mentioned before I only use my ISP modem/router as a modem. Fiber optic connects to that modem, and I then run a cat6 from that modem to one of the beelink servers Ethernet ports. The 2nd ethernet port of the server is connected to a small switch which connects to the 4 access points via cat6 and there is a straight cat6 going to my main PC.

The temporary solution should have been as easy as connecting my neighbors cat6 to my server where I had the cat6 from my modem connected. However that just ended up sending me down another spiral. I am able to get an IP from OPNsense. I am able to log in to my OPNsense dashboard and see it does have a WAN ip assigned to it, however I can't connect to the internet via the computer (tried both with wired and wireless connection) and if I connect a cell phone to any of my wifis I am not able to get internet either. HOWEVER the Alexa Echo's and my Wyze cams connected to the SAME wifi's are able to connect to the internet. That has me TOTALLY confused.  If I bypass my server by connecting my neighbors cat6 directly to the swtich I am able to get internet in all of my devices, and as expected I can't access my frigate, HomeAssistant, etc., (In fact that is how I am connected to the internet at the moment).    This leads me to believe the issue might be with OPNsense.

When my network is connected to my server I am able to connect to HomeAssistant, Frigate and OPNsense. I am not able to connect to AdGuard via the dashboard, and in OPNsense the AdGuard shows red with a button to "start" however when I click on start it doesn't start. I then went ahead and "disabled" Adguard via OPNsense, but that didn't solve anything. I tired to access proxmox dashboard but I can't seem to get in. The IP that OPNsense shows for proxmox is 10.69.69.70 but it always shows it offline (even before my issues started). To access proxmox I should visit https://10.69.69.70:8006 and get the login screen, but nothing loads up. I don't login to proxmox dashboard often, so maybe I changed the IP and don't remember?

To make it more interesting, I also discovered that the Alexa in the living room (the one with dc power supply) stopped working. I can configure it, says that it is connected to my wifi but literally seconds after it connects it disconnects again. Figured it might be a power issue, so I swapped with the Alexa in the kitchen. I was able to confirm the Alexa from the living room is the one with the issue, as the kitchen one works fine with the regular power brick provided and with my DC supply, and the living room Alexa fails with either of the two power supplies.

I understand that when you have a short on your electrical system it can fry electronics, but the way my electronics are failing doesn't seem to make much sense. For example the modem, could a power issue kill the fiberoptic connection but leave everything else running fine? Also don't understand how the power issue would get to the devices without breaking something before. AC connects to the 12v power supply, which is working just fine. Then the 12v power supply connects to 3 different step down buck converters, each providing DC to a different device. So if power spiked it should have killed the 12v power supply, and if the 12v power supply glitched and sent higher volts, the buck converters should have taken care of that.

At this point I don't even know where to start trouble shooting. I brought the beelink server down to my office so I can connect a monitor and keyboard directly to it (haven't done it yet). However going by memory when I do bootup the server connected to a monitor I won't be able to see the actual dashboard. I will be able to access the console, but have no idea where I would go from there.

Any suggestions on what to try, or any info on what you guys think might be going on would be greatly appreciated!
#11
Ok, so it seems I figured out why not so many results after searching, turns out OPNsense had nothing to do with my issue.

I bypassed my OPNsense router, and let my ISP providers router do all the routing.  Tried to install the printers on the same two devices with no luck.  The issue was with the printer.  I had to re-configure the wifi, and after connecting to the same AP as before it magically started working as expected.
#12
General Discussion / Help with printer behind OPNsense
January 04, 2024, 03:03:54 AM
Ok, from the lack of results after googling "OPNsense printers not found" I am guessing the solution to my problem will be easy, but since I am such a noob I can't figure it out.

I installed OPNsense on my "homelab" about 10 days ago.  Everything seemed to be working great, but now small issues are popping up here and there.

I use ubuntu systems, but my wife refuses to let go of windows.  We actually had a few fights about it, and some years back I refused to help her with "clean" her windows computer when it slows down because of all the bs that gets attached to windows.  However since I did switch the printer's IP I did help her out.

It did take me a while to get it set up.  For some reason OPNsense kept showing the printer as not connected (it gets dedicated iP) but when I went to the IP address I was able to get to the webgui of the printer and play with it.  Restarted the printer a couple of times, and still kept showing as not connected eventhough it was.  I also restarted OPNsense a couple of times, and same result.

I kept trying to find printer via windows since I could log in to it, but no dice.  Running out of ideas I decided to reboot the access point the printer is connected to, and finally I was able to show it as "connected" on the OPNsense router.

Once OPNsense showed the printer connected I tried again with windows machine to add printer, and it went smooth.

I am onto my next mission which is being able to print from our cell phones.  We both use android phones, and we both use the cannon print app.  Like I was used to, I deleted the printer that was showing (with wrong IP) and then tried to look for the printer again, but that is where I am stuck!  The cannon print app can't find the printer on the network.

I am trying with two different phones, verified that both phones are on my network.  Verified that both phones were getting correct IPs. I am able to pull up the webgui for the printer on both phones, but when I search to add the printer they are not found.

On my OPNsense set up I do have adguard set up as well.  I went ahead and disabled Adguard, but that didn't fix the issue.

I did get a BS degree in IT about 20 years ago, but I didn't stay in the IT field.  Basically I understand the basics but that is about it.

I am guessing my problem is that the app is trying to search my network and send info back to cannon servers for the app to be configured, and well OPNsense is doing is job not letting "random" apps search through my network and send info out.  Am I on the right track? And if so, how can I give permission to cannons print app to search and set up my printer?

If my understanding is totally wrong, could someone point me on the right direction on what I can do to be able to find my printers via the cannon app on my android?