<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Finalizing the OpenVPN-AS Home Server Build - Hak5 1823</title>
        <link>https://stream.echo6.co/videos/watch/b4da4540-85ac-4b67-8ff1-ff87f92cfddc</link>
        <description>Hak5 -- Cyber Security Education, Inspiration, News &amp; Community since 2005: Follow up on our quick and dirty OpenVPN guide from last week with the final setup to getting it online and accessible from outside your LAN. Setup Static IP, Configure Xen to start VM automatically, Port Forward, ==Set Static IP== #SSH Into the Ubuntu OpenVPN Server ssh hak5@10.73.31.240 #Edit the network interfaces file and replace auto eth0 dhcp with static config sudo nano /etc/network/interfaces auto eth0 iface eth0 inet static address 10.73.31.152 netmask 255.255.255.0 gateway 10.73.31.1 ==Configure XenServer to automatically start the VM== #SSH into your XenServer ssh root@10.73.31.152 #Determine the server/pool UUID xe pool-list #Enable autostart on the pool xe pool-param-set uuid=[your UUID] other-config:auto_poweron=true #Determine the Virtual Machine UUID xe vm-list #Set the Virtual Machine to power on boot xe vm-param-set uuid=[your UUID] other-config:auto_poweron=true ==Configure Port Forwarding for the OpenVPN-AS Server== https://10.73.31.240:943/admin Port forward TCP 443, UDP 1194, and TCP 943 as per your router-~--~--~- Please watch: "Bash Bunny Primer - Hak5  2225" https://www.youtube.com/watch?v=8j6hrjSrJaM -~--~--~- Founded in 2005, Hak5's mission is to advance the InfoSec industry. We do this through our award winning educational podcasts, leading pentest gear, and inclusive community – where all hackers belong.</description>
        <lastBuildDate>Sun, 19 Apr 2026 23:25:43 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://stream.echo6.co</generator>
        <image>
            <title>Finalizing the OpenVPN-AS Home Server Build - Hak5 1823</title>
            <url>https://stream.echo6.co/client/assets/images/icons/icon-512x512.png</url>
            <link>https://stream.echo6.co/videos/watch/b4da4540-85ac-4b67-8ff1-ff87f92cfddc</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://stream.echo6.co/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://stream.echo6.co/feeds/video-comments.xml?videoId=b4da4540-85ac-4b67-8ff1-ff87f92cfddc" rel="self" type="application/rss+xml"/>
    </channel>
</rss>