This gist was originally found at https://gist.github.com/kimus/9315140 and modified for my use case.
sudo apt-get install ufw
In the file /etc/default/ufw change the parameter DEFAULT_FORWARD_POLICY to enable forwarding policy required for NAT.
This gist was originally found at https://gist.github.com/kimus/9315140 and modified for my use case.
sudo apt-get install ufw
In the file /etc/default/ufw change the parameter DEFAULT_FORWARD_POLICY to enable forwarding policy required for NAT.
| --- | |
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| generation: 1 | |
| labels: | |
| app: lb-web-demo | |
| app: my-metal-lb | |
| name: lb-web-demo | |
| namespace: default |
| FROM debian:bullseye | |
| RUN apt-get update && \ | |
| apt-get install curl gnupg ca-certificates lsb-release -y && \ | |
| curl -fsSL http://archive.raspberrypi.org/debian/raspberrypi.gpg.key | gpg --dearmor -o /etc/apt/trusted.gpg.d/raspberrypi.gpg && \ | |
| echo "deb http://archive.raspberrypi.org/debian/ bullseye main" > /etc/apt/sources.list.d/raspi.list | |
| RUN apt-get update && \ | |
| apt-get install ffmpeg wireguard libavcodec-extra winff-doc libjpeg-tools libcamera-apps libcamera-tools -y |
| /** | |
| * SyntaxHighlighter brush for Tcl | |
| * | |
| * more info: | |
| * http://blog.henix.info/blog/tcl-syntaxhighlighter-brush.html | |
| * | |
| * @version 0.3 | |
| * | |
| * @copyright | |
| * Copyright (C) 2011-2012 henix. |