mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
Tweaks to the Routed Xen domain
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4643 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
3e5bd699e2
commit
ac9020a951
@ -194,7 +194,8 @@
|
|||||||
<programlisting>options netloop nloopbacks=1 #Stop netloop from creating 8 vifs</programlisting>
|
<programlisting>options netloop nloopbacks=1 #Stop netloop from creating 8 vifs</programlisting>
|
||||||
|
|
||||||
<para><filename>/etc/xen/auto/02-lists</filename> — configuration file
|
<para><filename>/etc/xen/auto/02-lists</filename> — configuration file
|
||||||
for the lists domain</para>
|
for the lists domain. Note that the vifname is set to 'eth3' for the
|
||||||
|
virtual interface to this vm.</para>
|
||||||
|
|
||||||
<programlisting># -*- mode: python; -*-
|
<programlisting># -*- mode: python; -*-
|
||||||
|
|
||||||
@ -349,7 +350,7 @@ TCP_FLAGS_DISPOSITION=DROP</programlisting>
|
|||||||
|
|
||||||
<programlisting>#ZONE TYPE OPTIONS IN OUT
|
<programlisting>#ZONE TYPE OPTIONS IN OUT
|
||||||
# OPTIONS OPTIONS
|
# OPTIONS OPTIONS
|
||||||
fw firewall
|
fw firewall #The firewall itself.
|
||||||
net ipv4 #Internet
|
net ipv4 #Internet
|
||||||
loc ipv4 #Local wired Zone
|
loc ipv4 #Local wired Zone
|
||||||
dmz ipv4 #DMZ
|
dmz ipv4 #DMZ
|
||||||
@ -379,6 +380,10 @@ net vpn DROP $LOG
|
|||||||
all all REJECT $LOG
|
all all REJECT $LOG
|
||||||
#LAST LINE -- DO NOT REMOVE</programlisting>
|
#LAST LINE -- DO NOT REMOVE</programlisting>
|
||||||
|
|
||||||
|
<para><filename>Note that the firewall<->local network interface
|
||||||
|
is wide open so from a security point of view, the firewall system is
|
||||||
|
part of the local zone.</filename></para>
|
||||||
|
|
||||||
<para><filename>/etc/shorewall/params (edited)</filename>:</para>
|
<para><filename>/etc/shorewall/params (edited)</filename>:</para>
|
||||||
|
|
||||||
<programlisting>MIRRORS=<comma-separated list of Shorewall mirrors>
|
<programlisting>MIRRORS=<comma-separated list of Shorewall mirrors>
|
||||||
|
Loading…
Reference in New Issue
Block a user