Update another of the Xen graphics

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3714 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-03-23 16:05:54 +00:00
parent ada3ed7e06
commit 5351d30446
4 changed files with 36 additions and 3 deletions

View File

@ -714,8 +714,7 @@ lan net NONE</emphasis>
net all DROP info net all DROP info
# The FOLLOWING POLICY MUST BE LAST # The FOLLOWING POLICY MUST BE LAST
all all REJECT info all all REJECT info
#LAST LINE -- DO NOT REMOVE #LAST LINE -- DO NOT REMOVE</programlisting>
</programlisting>
</section> </section>
</section> </section>
</section> </section>

View File

@ -714,7 +714,8 @@ DROP net:82.96.96.3 all
192.168.1.0/24 so, thanks to bridging, these clients appear to be 192.168.1.0/24 so, thanks to bridging, these clients appear to be
physically attached to the LAN). That allows our two laptops to have the physically attached to the LAN). That allows our two laptops to have the
same IP address in 192.168.1.0/24 regardless of whether they are same IP address in 192.168.1.0/24 regardless of whether they are
connected to the LAN directory or are connected wirelessly.</para> connected to the LAN directly or are connected via the wireless
network.</para>
<graphic align="center" fileref="images/Xen6.png" /> <graphic align="center" fileref="images/Xen6.png" />
@ -1041,6 +1042,39 @@ push "route 128.0.0.0 128.0.0.0 192.168.1.254"</programlisting>
<programlisting>ifconfig-push 192.168.1.8 255.255.255.0</programlisting> <programlisting>ifconfig-push 192.168.1.8 255.255.255.0</programlisting>
</blockquote> </blockquote>
<para>Finally, here's a copy of the OpenVPN configuration file on
tipper, one of the laptops:</para>
<blockquote>
<programlisting>dev tap
remote 192.168.3.254
tls-remote wireless.shorewall.net
client
tls-client
explicit-exit-notify
ca /etc/certs/cacert.pem
cert /etc/certs/tipper.pem
key /etc/certs/tipper_key.pem
port 1194
comp-lzo
ping 15
ping-restart 45
ping-timer-rem
persist-tun
persist-key
mute-replay-warnings
verb 3</programlisting>
</blockquote>
</section> </section>
</section> </section>
</article> </article>

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 34 KiB