diff --git a/docs/Vserver.xml b/docs/Vserver.xml index ecd06928d..498a6fac2 100644 --- a/docs/Vserver.xml +++ b/docs/Vserver.xml @@ -88,8 +88,12 @@
Vserver Zones - You create a zone that includes one or more Linux-vserver instances - as follow. + Here is a diagram of the network configuration here at Shorewall.net + during the summer of 2010: + + + + I created a zone for the vservers as follows: /etc/shorewall/zones: @@ -116,5 +120,27 @@ drct eth3:dynamic Once a vserver zone is defined, it can be used like any other zone type. + + Here is the corresponding IPv6 configuration. + + /etc/shorewall6/zones + + #ZONE TYPE OPTIONS IN OUT +# OPTIONS OPTIONS +fw firewall +net ipv6 +loc ipv6 +vpn ipv6 +dmz ipv6 + + + /etc/shorewall6/hosts: + + #ZONE HOST(S) OPTIONS +dmz sit1:[2001:470:e857:1::/64] + + Note that I choose to place the Vservers on sit1 (the IPv6 net + interface) rather than on eth1. Again, it really doesn't matter + much.
diff --git a/docs/images/Network2010a.dia b/docs/images/Network2010a.dia new file mode 100644 index 000000000..e28f731ef Binary files /dev/null and b/docs/images/Network2010a.dia differ diff --git a/docs/images/Network2010a.png b/docs/images/Network2010a.png new file mode 100644 index 000000000..f82cee8d7 Binary files /dev/null and b/docs/images/Network2010a.png differ