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

Topics - Twitchiz

#1
25.1, 25.4 Legacy Series / Update to 25.1 Failed, Hangs
February 09, 2025, 05:04:38 AM
Hey everyone, looking for some help with the upgrade. I have a Protectli VP4630 and I tried upgradeding from 24.7 to 25.1. It seemed to download everything. After about a half hour of nothing happening, I consoled in and it was totally blank, just to test, I unplugged the WAN and that showed a down message, so I knew it was responsive. After another twenty minutes, I forced it off and back on and it rebooted in 24.7. Looking for any recommendations or help.
#2
Hello, I am trying to set up to allow a single user to have multiple concurrent sessions to the same server (reason being is user has multiple devices). When I try to sign in, it boots the other device off. From searching, I see PFSense can support this with a tweak with OpenVPN but I don't see a way to get it to work quickly with OPNSense. Any ideas?
#3
Hello everyone, I'm getting this error after creating an instance. I saw that someone with PFSense had this error when using custom options but I don't have any of those set. Not sure what's causing it. It happens right after enabling the instance. Any ideas? I basically followed the RoadWarrior VPN Config for client to site.

/usr/local/opnsense/scripts/openvpn/ovpn_service_control.php: The command '/usr/local/sbin/openvpn --config '/var/etc/openvpn/instance-f6bce83c-a5e4-43a4-ae84-ca5c84bda936.conf'' returned exit code '1', the output was ''

I wasn't getting any assistance in the main area so I thought I'd post this here. My Opnsense version is 23.7.7

Edit: Upgraded to 23.7.11 and I still have the same issue.
#4
Hello everyone, I'm getting this error after creating an instance. I saw that someone with PFSense had this error when using custom options but I don't have any of those set. Not sure what's causing it. It happens right after enabling the instance. Any ideas? I basically followed the RoadWarrior VPN Config for client to site.

/usr/local/opnsense/scripts/openvpn/ovpn_service_control.php: The command '/usr/local/sbin/openvpn --config '/var/etc/openvpn/instance-f6bce83c-a5e4-43a4-ae84-ca5c84bda936.conf'' returned exit code '1', the output was ''
#5
Hello, I am trying to block packets arriving on certain ports from coming in over my wireguard tunnel, and the firewall logs show blocked, but they're still making it through to the destination. Any ideas? It's the first time I've really seen firewall rules not being respected in a way that doesn't make sense.
#6
Hello everyone. I have a VPS that exists as a front end with public IPs and has wireguard installed on it. It connects to Opnsense via said wireguard. Packets arriving on the public IP are forwarded to a certain VM. This VM can access the internet over wireguard due to a firewall rule, but when trying to access the server from the outside via ping or HTTPS, Opnsense sends the reply out my WAN interface instead of back over wireguard. I've tried disabling force gateway and reply-to but I haven't had any luck with it, unless I'm not doing something else I need to be doing. Any ideas?
#7
So this is a strange one to me. I have a VPS that I have multiple public IPs on. It's connected to my local opnsense with wireguard. It's used to expose certain VMs on a subnet to the internet and have a separate way out than my normal LAN. I have succeeded in routing outwards, such as updating the VMs on the network and traceroute shows it takes the correct way out, but things coming in aren't making sense. I've done tons of packet captures. My current situation is this: Pinging the front end VPS IP that is forwarded to a certain VM guest, shows with packet captures, that it makes it through the server and at the very least, to the wireguard interface on Opnsense. It shows in the firewall logs it passed the rule that allows it to come OUT of the proper interface that the VM sits on, however, the VM shows nothing ever reaching it in it's packet capture (tcpdump). Also, nothing shows on the VMs firewall denied log. The opnsense packet capture, however, only shows that the packets arrived on the WAN and Wireguard interface, but never exited the interface on which the VM sits (using HTTPS). When I ping out however, I see the reply come back on the WAN, Wireguard AND the interface on which the VM sits. Any ideas? I've beat my head against this for over 20 hours over the past few weeks and I feel like I'm really close, but not all the way there.
#8
Hello,
Here's the long story: I'm working on my firewall and it's redlining almost 100% usage constantly. I'm trying to log into terminal and see what's going on. ps -a only shows two processes so I figured it's because I'm not running as root or SU. So I try sudo ps -a, it asks for my password, I enter and it says I'm not in the sudoers file. Don't know what's going on as I am a member of the admins and wheel group. I tried getting to the sudoers file by escalating with sudo root but my password for root doesn't work. I've reset it multiple times, made sure root is enabled (but root login in System > Adminstration > Root login is disabled, it says log in as another user and switch to root, which is what I'm trying to do). I'm not having any luck here working towards figuring out why my processor is maxing out almost all the time. Not sure if it makes a difference, but my normal user is using TOTP. OPNsense version is 23.17_3-amd64. Firewall is a Protectli F4WB
#9
Hey everyone, I'm trying to SSH in and configure the repositories, but it was also an exercise in learning SSH keys. I set one up with Puttygen and got that working, got my user set up in the right groups and I can login with an SSH key. I then try sudo -s /usr/local/etc/rc.inital to get to the menu used by root upon login, and it says I am not a member of the sudoers file despite being a part of the admin and wheel group. Any idea what's going on? If I try su instead of sudo, it just says sorry.  Any ideas?
#10
Hello everyone, so I'm pretty new to OPNsense but I managed to set up a VPN using TOTP based authentication. I have it set to redirect all traffic.
You can ping the firewalls LAN IP and you can ping the VPNs default gateway IP but you can't access WAN or LAN devices. First idea I thought was firewall rules, but it turns out, the firewall log is picking up nothing from the VPN IP of the device I'm using, not even the successful pings, let alone any failures crossing into the WAN or LAN Zones. Any idea what's going on? This is using OpenVPN, topology disabled, and there is an advanced command to push a route that sets LAN subnet to be accessed using the LAN default gateway.