building a transparent bridge on OpenBSD
get three network cards, two for the bridge, mine are re0, em0 & em1 (re0 = admin connection to serve sshd) echo ‘dhcp’ > /etc/hostname.re0 echo ‘up’ > /etc/hostname.em0 echo ‘up’ > /etc/hostname.em1 echo ‘add em0’ > /etc/hostname.bridge0 echo ‘add em1’ >> /etc/hostname.bridge0 echo ‘blocknonip em0’ >> /etc/hostname.bridge0 echo ‘blocknonip em1’ >> /etc/hostname.bridge0 echo ‘up’ […]