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

#1
I am having the same issue.  Have tried GUI and CLI update and it keeps looping back as noted.  opnsense-update -G returns nothing.  All integrity checks are fine.  Only thing I can add is if I look at my firmware change log it shows 22.7 but 22.1.10 shows as the installed version.  Appears something is preventing the 22.7 install.
#2
22.7 Legacy Series / Re: Error when Upgrading
August 01, 2022, 03:27:48 PM
I have attached the log files from my update sequence.  The update to 22.7 seems to download fine and initiates and requests reboot.  After the reboot I am back to 22.1.4_10.

Any insight would be appreciated.

Joe
#3
22.7 Legacy Series / Error when Upgrading
August 01, 2022, 01:55:03 AM
I get the attached message when attempting to upgrade. Obviously the upgrade fails due to the cannot open file error.  Any suggestions?

Thanks

Joe
#4
I am hosting the RCServer on 192.168.1.143 .  I am attempting to set up Remotehams which connects to my ham radio and allows for me to connect remotely through the remote hams server with client software. See remotehams.com for information or see http://www.n8mdp.com/remotehams_pcr.php for a simple step by step setup.  Everything works fine when I connect with the client running on my lan using my local ip but the server sofware requires two ports to be port forwarded 4524 and 4525 (one for control and another for VOIP) to connect from outside my network. 
#5
See the detailed port forward rule in attached.

#6
Updated with outbound rule.
#7
Here are my rules.  See image.
#8
I have a port forwarding rule setup up but it is being blocked by a system rule "default deny / state violation rule"

What am I missing.

See attached image of the log.

Thanks for any help.
#9
22.1 Legacy Series / Re: os-ddclient
April 30, 2022, 07:57:12 PM
I have been trying to get ddclient to work with google for weeks with no luck.  The old dynamic dns software used to work fine.  To test, I just installed ddclient on a raspberry pi and the first time I ran it all worked perfectly.  So I am still scratching my head about why it is not working in opnsense. 
#10
See below

root@opnsense:~ # /usr/local/etc/rc.d/wireguard restart
  • ifconfig wg0 destroy
  • resolvconf -d wg0
  • ifconfig wg create name wg0
  • wg setconf wg0 /dev/stdin
  • ifconfig wg0 inet 10.0.0.1/24 alias
  • ifconfig wg0 mtu 1420
  • ifconfig wg0 up
  • resolvconf -a wg0 -x
  • route -q -n add -inet 10.0.0.4/32 -interface wg0
  • route -q -n add -inet 10.0.0.3/32 -interface wg0
  • route -q -n add -inet 10.0.0.2/32 -interface wg0
  • Backgrounding route monitor
    root@opnsense:~ #
#11
After upgrade to 21.1.4 my wireguard-go service shows as not started and when I try to restart nothing happens.  On the other hand,  wireguard appears to be working when I connect.  I have tried reinstalling the wireguard services and still have the same behavior.
#12
I have the problem as well.