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

#16
Quote from: koushun on June 10, 2021, 09:11:21 AM
For anyone coming here looking for the same question;
just replace the password (your old token, which is stated if you use 'full help' within OPNsense) with the new randomized token (after you've enabled v2) from the corresponding DynDNS in your account - https://freedns.afraid.org/dynamic/v2/

and leave the "username" field blank :)
#17
@GerdLogan

Working well thx!!!
#18
Same problem... Any idea?
#21
i found the solution.

Create a alias with my DDNS address and add it to the Redirect target IP field. Now it working like a charm.
#22
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?