All Questions
3 questions
0
votes
1
answer
145
views
How to allow Wireguard with firewalld?
I'm stuck at the most basic step, which is configuring PC2 (10.0.0.3) in order to allow connections from PC1 (10.0.0.1). Just a simple connection, no VPN or anything like that, for now.
I am using ...
2
votes
1
answer
4k
views
wireguard /usr/sbin/resolvconf: Permission denied when running wg-quick up
I get an error /usr/sbin/resolvconf: Permission denied running the command sudo wg-quick up <config> on Fedora 33 Kernel 5.11.12-200.
Any suggestions as to how I might fix this? The command IS ...
3
votes
1
answer
2k
views
Setting up rules in firewalld to allow clients in the same VPN subnet to communicate
I am trying to setup a Wireguard VPN on a Fedora server. I have it up and running and can connect with multiple clients, browse through it, ssh into the server etc. In general it just works. Except ...