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

#1
hi and thanks again.

the config file i got from my vpn is as follow (minus keys) so i used 10.13.0.61/24 . i should mention this VPN interface is on 192.168.4.1/24 and DHCP is on .. does that matter?
thanks in advance.,

# TorGuard WireGuard Config
[Interface]
PrivateKey = secret
ListenPort = 51820
DNS = 1.1.1.1
Address = 10.13.0.61/24

[Peer]
PublicKey = secret
AllowedIPs = 0.0.0.0/0
Endpoint = 96.47.239.26:1443
PersistentKeepalive = 25
#2
hi greelan thank you very much for your reply. i have recreated the local and endpoints multiple times thinking the wireguard tunnel is what's messing me up. good catch on the "selective routing check" :| .. that's what i get for staring at this for so long. as for the rules? VPN is the interface that corresponds to the vlan i set up for this purpose. after checking said box, my lan network keeps working (yeeeeeeeeeei) :) .. however, i am unable to stablish any kind of connection within the tunnel. doing a traceroute only gives me 1 hop, and that is, my router.
thank you for your time.

#3
one more attachment. please note that the "gateway" configuration slide has "guest" under interface, but that's only because once i disable wireguard, the gateway i created is no longer available. i am having to disable wireguard to get internet connectivity on my main network.
#4
hi guys, i've been trying to get PBR working on my opnsense box but i'm having some trouble; i've followed several guides, including the opn documentation (step by step), and others, but i have been unable to complete my project; my main objective is to have a wifi vlan where all traffic gets routed to my vpn provider (torguard).

I've completed the following steps (in no particular order)


installed wireguard plugin
configured local and endpoint information
assigned an interface  to wg0
created a new gateway utilizing the wg0 interface
created outbound NAT rule
created rules for the interface where the tunnel lands

with that said, when i enable wireguard, the traffic for my entire network drops; my noob assesment is that the traffic is flooding all interfaces. i will leave a few screenshots if it helps.

thank you for halp.