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

#1
I make a wireguard restart cron on UI, but seems it not do anything...

I check that it include /var/cron/tabs/nobody i see the command that need to run it. If i try to run it manually it also not work...

su -m nobody -c '/usr/local/sbin/configctl -d 'wireguard restart''
So seems not the cron the probem, but these fuction (wg restart) are broken...
#2
Virtual private networks / Wireguard "disconnected"
February 10, 2025, 02:21:02 PM
I make a Wireguard Tunnel to Cloudflare WARP.  My problem is that tunnel sometime are lost the connection... It say that is up and no any error log, but it not access the remote gateway... The Only way to fix it, that i restart the WG interface. It happen once a week. Here my config:



You cannot view this attachment.

You cannot view this attachment.
#3
Tailscale plugin latest release are support to use a other peer to exit-node. The release note say that not enought to enable it, it need some firewall / NAT settings. I try to configure it, but not Work... my goal to my full subnet use mullvad exit-node to access the internet.

My exit-node a mullvad Endpoint . (I bought the Tailscale mullvad plugin)
#4
Hello there,

I install ADGuard home a different server and now i forward all DNS request to him. The problem is that now ADGuard only show opnsense IP address and hard to filter the clients.

I read that unbound able to send client IP addresses to upstream DNS server (EDNS settings) but not found any documentation how to handle it in opnsense.

(side note, no not want to install ADGuard home direct to opnsense and also dont want to reverse the direction :) )
#5
Hello there,

Now this packages installed my firewall (22.1)



I would like to use built-in kernel version.

"kmod" and "go" packages still need? what the correct way to uninstall it? (i not found it in plugins, only the "os-wireguard ")
#6
Hello there, after the update, if i test health check, i get this:

py37-markupsafe has a missing dependency: python37
py37-markupsafe has a missing dependency: py37-setuptools
py37-markupsafe is missing a required shared library: libpython3.7m.so.1.0


python 3.8 version is also exist:

#7
21.7 Legacy Series / 21.7.5 - FreeDNS not update
November 13, 2021, 12:00:50 PM
Hello there,

After i update 21.7.5 , FreeDNS not update it..

2021-11-13T11:48:12 php-cgi[11951] /services_dyndns_edit.php: Dynamic DNS (**********.ignorelist.com): (Unknown Response)
2021-11-13T11:48:12 php-cgi[11951]
2021-11-13T11:48:12 php-cgi[11951] /services_dyndns_edit.php: Dynamic DNS (**********.ignorelist.com): PAYLOAD: ERROR: Invalid update URL (2)
2021-11-13T11:48:12 php-cgi[11951] /services_dyndns_edit.php: Dynamic DNS (**********.ignorelist.com): Current Service: freedns
2021-11-13T11:48:12 php-cgi[11951] /services_dyndns_edit.php: Dynamic DNS (**********.ignorelist.com): _checkStatus() starting.
#9
General Discussion / How to forward port wan to wan?
March 12, 2020, 11:32:08 AM
Hello there,

I would like to use Wireguard on 123 UDP port (NTP, it is open lot of places where the high port is blocked) My wireguard port is a high port (55334)

I come from VyOS and on this firewall i use this rule:

set nat destination rule 12 description 'Port Forward: WireGuard to 192.168.31.1'
set nat destination rule 12 destination port '123'
set nat destination rule 12 inbound-interface 'pppoe1'
set nat destination rule 12 protocol 'udp'
set nat destination rule 12 translation address '192.168.31.1' # My firewall LAN Ip address
set nat destination rule 12 translation port '55334'


I try to make a same with Opnsense but if i set the LAN ip on " Redirect target IP" field, it not working... The only way that make it work, that i set my WAN ip address to  Redirect target IP field. My problem is that is a dinamic IP and of course it change.... try my dynamic DNS but opnsense not accept it.

My question that possible to make similar thing that i do this in VyOS?