How to assign wireguard IP to pfsense itself?
-
Hi,
I've a working wireguard configuration with mutliple devices and I'm able to connect to each other. However, I was wondering how do I assign a virtual IP to the pfsense itself? I need to fwd gui port over ssh to be able to login to the webgui. I would like to to access it directly from a wireguard connected device. Suggestions please?
Thanks,
Franta -
@franta said in How to assign wireguard IP to pfsense itself?:
Suggestions please?
What have you tried so far, any screenshots?
-
Wireguard will create a virtual network port in pfSense, e.g.
tun_wg0
. You can assign that port to an interface and then set IPv4 and IPv6 addresses like any other interface in pfSense. -
@paoloposo You mean to go to
Interfaces -> Interfaces Assignment -> assign interface to a tun_wg0 port? Creates OPT1 interace. Now I shall configure that interface with static ipv4 and assign IP in the VPN subnet? -
@franta correct.