You are here |
vincent.bernat.ch | ||
| | | |
ops.tips
|
|
| | | | Yet another blog post on how to create a virtual network that connects network namespaces using a brdige, veth pairs and iptables. | |
| | | |
blog.oddbit.com
|
|
| | | | Update (2018-03-22) Since I wrote this document back in 2014, Docker has developed the macvlan network driver. That gives you a supported mechanism for direct connectivity to a local layer 2 network. I've written an article about working with the macvlan driver. This article discusses four ways to make a Docker container appear on a local network. These are not suggested as practical solutions, but are meant to illustrate some of the underlying network technology available in Linux. | |
| | | |
robr.dev
|
|
| | | | Overview I wanted to build a self-sufficient portable lab network consisting entirely of Raspberries Pi. The lab network should be able to access the internet if there's wifi available. And it should be easy to connect an external computer to the network and access any of the Raspberries Pi over the lab network. Basically I'd like to be able to run the whole thing on battery power and use it with or without upstream internet. | |
| | | |
blog.oddbit.com
|
|
| | This article expands on my answer to Add multiple specific IPs to instance, a question posted to ask.openstack.org. In order to serve out SSL services from an OpenStack instance, you will generally want one local ip address for each SSL virtual host you support. It is possible to create an instance with multiple fixed addresses, but there are a few complications to watch out for. Assumptions This article assumes that the following resources exist: |