Sources

Puffy Spezial

Tips, Trick, Notes and Snippets around OpenBSD Get Interfaces ifconfig | awk '/^[^\t]/{iface=$1} /inet6? / {print iface, $2}' lo0: ::1 lo0: fe80::1%lo0 lo0: 127.0.0.1 vio0: fe80::9400:2ff:fe16:5a70%vio0 vio0: 2a01:4f8:c0c:fff7::2 vio0: 159.69.214.12 Adding Static Default GW man route route add -inet default 192.168.1.1 route add -inet6 default 2001:db8:efef::1 Use Puffy as Jumphost Redirect incomming Traffic from a certain Source and also NAT the Outgoing Traffic so we remain in the “Line” ;)