| 
	     You are here  | 
        tatey.com | ||
| | | | | 
            
              vninja.net
             | 
        |
| | | | | I've recently standardized on Ubiquiti equipment in the new house, and so far I am very happy with it. Wireless is working flawlessly, which is more than I could say for my old setup. A part of the new setup is a UniFi® Security Gateway (USG) that I am using as my gateway/firewall for my fiber connection, so I thought why not use that a my VPN termination as well? | |
| | | | | 
            
              www.perrysplacepromotions.org
             | 
        |
| | | | | Blog Article posted by on Perry's Place Promotions. | |
| | | | | 
            
              www.janwagemakers.be
             | 
        |
| | | | | I was looking for a way to setup a VPN between my android-device and my home network which is connected to the internet by pfSense (on a ALIX2D13). | |
| | | | | 
            
              virtualzone.de
             | 
        |
| | | I'm running my containers with Podman in Rootless Mode on Alpine for about four months now. However, an annoying problem has haunted me ever since: When a container was connected to more than one network, outgoing connections were not working correctly. Consider a container connected to two bridge networks: $ podman run --rm -it \ --network net1 \ --network net2 \ alpine /bin/ash Inside the container, the two networks are connected correctly: | ||