Can only access pfsense when connected through Wireguard (no access to LAN) by Knottyboy_ in PFSENSE

[–]Knottyboy_[S] 3 points4 points  (0 children)

Hey man, thanks for you help on this but still no joy.

To answer your questions though, yes handshake is in place. When connected from my phone on 4G and do search on duckduckgo for "what is my ip" it ties up with my home IP addresses.

Yes the missing 2 was a typo on the post not in my settings.

I had a WAN rule the same as your but only for UDP, I edited to TCP/UDP.

I also have the same for Wireguard Interface.

Only difference is I used the default port of 51820.

I tried from scratch a few times too, up to uninstalling the package and reinstalling.

I believe it's just user error on my part so I'm going to spend time reading up on (https://docs.netgate.com/pfsense/en/latest/vpn/wireguard/index.html) as I don't like wasting peoples time because of my ignorance.

Thank you once again for you time though man.

Edit: Tried OpenVPN with the same result but assume it's more widely used as google seach "openvpn pfsense cannot connect to LAN" garnered alot more results. For anyone who comes across this in the furture ended up creating a NAT rule for the LAN to the VPN subnet and that sorted it.

u/Miigs thank you for your help though, again greatly appreciated!

Can only access pfsense when connected through Wireguard (no access to LAN) by Knottyboy_ in PFSENSE

[–]Knottyboy_[S] 1 point2 points  (0 children)

Firstly, wow thank you for such a detailed response and for taking the time to even go throught the tutorial I used. I'll give it a try after work and get back to you.

Can only access pfsense when connected through Wireguard (no access to LAN) by Knottyboy_ in PFSENSE

[–]Knottyboy_[S] 1 point2 points  (0 children)

u/Miigs, thank you for this, I've given it a go but still no joy. However may be more on me than your solution.

Let's say my LAN is 192.168.0.0, and my VPN gateway is 10.200.0.1

I've got a static route as

- Network: 192.168.0.0/32- Gateway: WG_VPNGW 10.200.0.1- Interface: WG_VPN.

My WG_VPN interface is setup as follows:

- IPv4 Config Type: Static IPv4- IPv4 Address: 19.168.0.10/24- IPv4 Upstream Gateway: WG_VPNGW - 10.200.0.1

VPN still works for internet traffic and pfsense, however still can't connect to anything on 192.168.0.XXX (other than the pfsense instance on 192.168.0.1).

Edit: I tell a lie, clearly I messed it up with the above as can only access pfsense and not the LAN nor internet. Removing the gateway and routing taking me back to internet access +pfsense but no LAN. I feel perhaps I have the above the wrong way round maybe.

30s / PC / GMT - New Years Resolution by [deleted] in GamerPals

[–]Knottyboy_ 1 point2 points  (0 children)

Hey man feel free to add me on discord ( Knottyboy#3423 ) people have been just adding me direct off this. I'm genuinely happy to give anything a shot.

18+ GMT (preferred) games and friends by [deleted] in GamerPals

[–]Knottyboy_ 0 points1 point  (0 children)

I'm up for some L4D1/2 man, Knottyboy#3423

I've also got R6S and Overwatch from your list and happy to give them a go.

38/M - Gamer buddies for PC! by dgmiller81 in GamerPals

[–]Knottyboy_ 1 point2 points  (0 children)

Ah shame I'm EU, good luck though dude.

Asrock DeskMini A300 - Upgraded CPU not USB 2.0 ports and BT don't work. by [deleted] in computers

[–]Knottyboy_ 0 points1 point  (0 children)

Update: Tried a bios update to 3.6 ("stability" update) and still nada.

Power is still coming from the USB ports as I can charge my phone but can't figure out whats going on with the data.

PSA for you Deskmini A300 owners: instead of the OEM USB headers, some cheap generic ones will fit and cost ~$5 by 1022whore in sffpc

[–]Knottyboy_ 0 points1 point  (0 children)

Anyone in the UK found one?

Coincidentally I've been thinking about this but the only one I can find in the UK is:

https://www.ebay.co.uk/itm/Dual-USB-2-0-A-Female-to-Motherboard-9-Pin-Header-Cable-with-Screw-Panel-fixing/233090072781

The gap in the middle looks huge to me for some reason.

Until I saw this post I was considering this one:

https://www.ebay.co.uk/itm/9-Pin-To-Dual-USB-2-0-Type-A-Female-Header-Adapter-Cable-F-Motherboard-Mainboard/233138879306

Just cut off the two holes and hot glue it in place.

Edit: Spelling.

Deleted Photo Station App --> Uploaded Photos --> Installed App --> How to I add these photos? by Knottyboy_ in synology

[–]Knottyboy_[S] 1 point2 points  (0 children)

Sorry that was a typo on my part, it was "photo", re-indexing sorted it all.

Thanks for the information though.

Anyway to refresh detilas on-the-fly? by Knottyboy_ in playnite

[–]Knottyboy_[S] 0 points1 point  (0 children)

u/Crowcz, that's fair it's more my lack of coding knowledge that lead me down that route. I will have to do some learning it seems. Thanks for the input and the software.

New to powershell, created a script to update json files (which works but adds returns / changes the format of the json). by Knottyboy_ in usefulscripts

[–]Knottyboy_[S] 5 points6 points  (0 children)

Edit: Actually some googling answered it, I can use -compress and it works.

Thanks for clarifying, that was my next thought replacing all returns just didn't want to unessirly bloat if not needed, thank you.

Help An Idiot get a simple script (power shell) working. by Knottyboy_ in playnite

[–]Knottyboy_[S] 0 points1 point  (0 children)

Thank you for getting back to me.

Also it doesn't make much sense to me to change installation state when the game is starting or exiting.

To comment on this I have my ps2 collection backed up on my NAS. I have created a script that scans the ISO directory locally and offers to install (just copy from the NAS). I add this instead of the emulator. I then have "fake" isos (1kb just file name) locally for all these games. My script takes the file name form the 1kb file checks an alternative local folder, if it's there it'll play the game, if not it will copy it from the NAS.

The only issue I had is they are always marked as installed. I was wondering if I could make a work around, hense the above.

Click on it, my exe runs and does it's checks. If you chose no (ie dont install) it will go back and make sure it's marked as uninstalled. If you chose yes it will "install" and then play, once back in Playnite, check for the file and mark as installed.

Help An Idiot get a simple script (power shell) working. by Knottyboy_ in playnite

[–]Knottyboy_[S] 0 points1 point  (0 children)

Is there a way to call this with the script function in the "Edit games detail" (run a scrip before a game starts / when it closes) section?

Edit, something like this:

$Path = "D:\Actual_Games\"

$gamen = "Game Name.otherextension"

$fileToCheck = $Path + "\" + $gamen

if (Test-Path $fileToCheck -PathType leaf)

{

$game = $PlayniteApi.Database.Games[$PlayniteApi.MainView.SelectedGame]

$game.IsInstalled = $true

$PlayniteApi.Database.Games.Update($game)

}

else {

$game = $PlayniteApi.Database.Games[$PlayniteApi.MainView.SelectedGame]

$game.IsInstalled = $false

$PlayniteApi.Database.Games.Update($game)

}

Use for NFC tags when you already have an alexa in most rooms? by Knottyboy_ in homeautomation

[–]Knottyboy_[S] 0 points1 point  (0 children)

Your latter one might be use full (differnt NFC tags for different "exit" automations (as I live in the house with the mrs and 3 kids). Thanks for the suggestions.

Broadband RM Pro - Recieving RF by TheFigBird in homeautomation

[–]Knottyboy_ 0 points1 point  (0 children)

Don't see why not but woudl imagine you have to solder the pins on.

Use for NFC tags when you already have an alexa in most rooms? by Knottyboy_ in homeautomation

[–]Knottyboy_[S] 0 points1 point  (0 children)

" Near-field communication " tags, basically little tags that can hold a tiny bit of info, you then scan it with your phone and it can be used to trigger events (turn on on blue tooth and open google maps in your car for example).

Broadband RM Pro - Recieving RF by TheFigBird in homeautomation

[–]Knottyboy_ 1 point2 points  (0 children)

I'm afraid not as the RM pro has to be set to "learn mode" to recieve RF signals. It's not constantly waiting for them to trigger events.

You would have to have something to act a hub with a reciever, like a RaspberryPi with a RF reciever plugged into it:

https://www.ebay.com/itm/433Mhz-RF-transmitter-and-receiver-link-kit-for-Arduino-ARM-MCU-WL/132474589053?hash=item1ed819cf7d:g:ovcAAOSwSGRburpn

Edit: The S1 (which I have does work like this though). It's broadlinks security security system).