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 - slowhawkeclipse

#1
Gotcha, good to know, thanks! Any suggestions how I can figure out why it shut down?
#2
My router (Protectli VP2410) stopped routing traffic this morning and was unresponsive. It wouldn't negotiate a link to my desktop or the WAP, so I couldn't load the webgui or ssh into it. When I powercycled it, it came up and is working fine. When I looked in `/var/log/dmesg.today`, I found a lot of messages that were along the lines of:

cannot forward src fe80:xxxx:xxxx:..., dst 2600:xxxx:xxxx:..., nxt 6, rcvif igb0, outif igb1

and

arp: 192.168.31.34 moved from e8:ea:6a:25:30:12 to 60:e3:2b:4b:ec:e5 on igb0
arp: 192.168.31.34 moved from 60:e3:2b:4b:ec:e5 to e8:ea:6a:25:30:12 on igb0
arp: 192.168.31.34 moved from e8:ea:6a:25:30:12 to 60:e3:2b:4b:ec:e5 on igb0
arp: 192.168.31.34 moved from 60:e3:2b:4b:ec:e5 to e8:ea:6a:25:30:12 on igb0
arp: 192.168.31.34 moved from e8:ea:6a:25:30:12 to 60:e3:2b:4b:ec:e5 on igb0
arp: 192.168.31.34 moved from 60:e3:2b:4b:ec:e5 to e8:ea:6a:25:30:12 on igb0

then:

Waiting (max 60 seconds) for system process `vnlru' to stop... done
Waiting (max 60 seconds) for system process `syncer' to stop...
Syncing disks, vnodes remaining... 0 0 0 0 done
All buffers synced.
Uptime: 13d22h52m7s
uhub0: detached
---<<BOOT>>---

Am I looking in the right place to track down the cause of the crash? Can anyone point me the right direction?

Thanks,
Ben
#3
I just upgraded and it all seems to be working great! This is on a Protectli VP2410 running Adguard Home on port 53 and Unbound on 8053, and it all continued to work after the update.

Thanks for the hard work.
#4
Quote from: Greelan on February 26, 2023, 09:02:50 PM
You still can. Have the "on-demand activation" on in the iOS app, then exclude the SSIDs for your LAN network. So it will only activate when you are not on LAN (and deactivate when you get back on LAN)

Woah, I didn't realize you can configure that so granularly. That's perfect, an even better solution than I was looking for. Thanks!
#5
Quote from: Greelan on February 26, 2023, 08:52:03 PM
Curious as to why you bother with the VPN when your device is already on the LAN network?

I'm hoping to not turn on and off my VPN as I leave my house and return. I just want to leave it on and have it always connected.
#6
I am looking to setup WireGuard so that I can have my phone always connected to my LAN wherever I go. I was hosting a WireGuard endpoint on a server on the LAN, and it has been working great for years. I wanted to move that endpoint to my OPNsense router, so I followed the OPNsense Road Warrior WireGuard documentation. I'm having troubles:

My phone (iOS) initially connects just fine. However, after the phone is not used for a while (sometimes 20 min, sometimes 6hrs), the connection drops. To reconnect, I have to manually go into the wireguard app and toggle the tunnel off and back on. It seems to only happen when I'm on the LAN. I tried changing the firewall rule from the "WAN" interface to "Floating" on the rec of some youtube tutorial, which seemed to make it better, but it still disconnected overnight. I can't find anything in the logs that has helped me so far, but maybe I'm not looking in the right place. The WireGuard tunnel to the other endpoint (server on the LAN) works flawlessly with the same phone and setup, which makes me think its a configuration issue on the OPNsense router.

I thought it might be a DNS issue, so I made the DNS endpoint on my phone the WAN IP address of my OPNsense router. That didn't help.

I tried the keepalive packets (server side), but that didn't help either.

Any advice?