Changes

Jump to: navigation, search

Docker

8 bytes added, 09:11, 23 June 2018
IPtables modifications
-A OUTPUT -o virbrDocker -p udp -m udp --dport 68 -j ACCEPT
</pre>
<br>
The bridge '''virbrDocker''' can send packages anywhere (first line) and can receive packages back if the connections was previously established (second line)<br>
<pre>
-A FORWARD -s 192.168.123.0/24 -i virbrDocker -j ACCEPT
</pre>
<br>
The bridges can send packages to themselves, otherwise everything is rejected that was sent to or form the bridges
<pre>

Navigation menu