mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 00:34:04 +01:00
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:
parent
ada3ed7e06
commit
5351d30446
@ -714,8 +714,7 @@ lan net NONE</emphasis>
|
||||
net all DROP info
|
||||
# The FOLLOWING POLICY MUST BE LAST
|
||||
all all REJECT info
|
||||
#LAST LINE -- DO NOT REMOVE
|
||||
</programlisting>
|
||||
#LAST LINE -- DO NOT REMOVE</programlisting>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
|
@ -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
|
||||
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
|
||||
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" />
|
||||
|
||||
@ -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>
|
||||
</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>
|
||||
</article>
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 34 KiB |
Loading…
Reference in New Issue
Block a user