2.2.1 Netzwerkkarten einem Jail zuweisen Alternativ kann man auch ein vorhandenes Netzwerk in das Jail weiterreichen. Dabei verwenden wir eine "Bridge". host:~# jail -c jid=9 vnet path=/ host.hostname=jail1 command=/bin/csh jail1:# host:~# ifconfig epair1 create host:~# ifconfig epair1a up host:~# ifconfig epair1b vnet 9 host:~# ifconfig bridge0 create host:~# ifconfig bridge0 addm bge0 addm epair1a up jail1:~# dhclient epair1b jail1:~# ping -t 1 www.dinoex.de