Skip to content

Commit

Permalink
updated docker documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
diekmann committed May 3, 2017
1 parent ffe3a98 commit 05cffbc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions configs_corny_docker/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,32 @@ f |-> 10.0.0.0 u {10.0.0.5 .. 10.255.255.255}
(e,e)


isabelle gives the same results. Here is what is also allowed to be ESTABLISHED
"([(''0.0.0.0'', ''{0.0.0.0 .. 9.255.255.255} u 10.0.0.1 u {11.0.0.0 .. 255.255.255.255}''),
(''10.0.0.4'', ''10.0.0.4''),
(''10.0.0.3'', ''10.0.0.3''),
(''10.0.0.2'', ''10.0.0.2''),
(''10.0.0.0'', ''10.0.0.0 u {10.0.0.5 .. 10.255.255.255}'')],

[(''0.0.0.0'', ''0.0.0.0''),
(''0.0.0.0'', ''10.0.0.4''),
(''0.0.0.0'', ''10.0.0.3''),
(''0.0.0.0'', ''10.0.0.2''),
(''0.0.0.0'', ''10.0.0.0''),
(''10.0.0.4'', ''0.0.0.0''),
(''10.0.0.4'', ''10.0.0.4''),
(''10.0.0.4'', ''10.0.0.3''),
(''10.0.0.4'', ''10.0.0.2''),
(''10.0.0.4'', ''10.0.0.0''),
(''10.0.0.3'', ''10.0.0.4''),
(''10.0.0.3'', ''10.0.0.3''),
(''10.0.0.3'', ''10.0.0.2''),
(''10.0.0.2'', ''10.0.0.2'')])"
:: "(char list × char list) list × (char list × char list) list"

Yes, this is correct! interestingly, 10.0.0.1 is grouped to the Internet. Well, once established, it basically has the same access rights.
The only additional flow is is that 10.0.0.1 (WebFRNT) has an arrow to the Internet.
Interestingly, WebFRNT is grouped togther with the Internet in one node. Considering established connections, The Internet has indeed the same access rights as WebFrnt!!



Expand Down

0 comments on commit 05cffbc

Please sign in to comment.