I mean shared ethernet with a primary green lan and additional lans
on the same nic/switch, plz give it a try.

I can't say how it works with vlan but I suspect a same as with
real nic's. vlan can for example be this way:

in /etc/rc.sysinit before kickstart

modprobe 8021q
sleep 1
cat /proc/net/vlan/config
vconfig set_name_type VLAN_PLUS_VID_NO_PAD
ifconfig eth1 0.0.0.0
vconfig add eth1 1
vconfig add eth1 2
vconfig add eth1 3
vconfig add eth1 4
vconfig add eth1 5
vconfig add eth1 6
vconfig add eth1 7
ip link set vlan1 name eth11
ip link set vlan2 name eth12
ip link set vlan3 name eth13
ip link set vlan4 name eth14
ip link set vlan5 name eth15
ip link set vlan6 name eth16
ip link set vlan7 name eth17


hope this helps

Regards
Jaroslaw Zdrzalek
Silpion IT-Solutions GmbH


----- Ursprüngliche Mail -----
> On 7/14/2011 2:13 AM, Jaroslaw Zdrzalek wrote:
> 
> > Yes, you can have multiple red zones, no problem.
> > EFW supports multiple subnets on green in manner
> > of shared ethernet. This will not work if you have
> > two nic's and the switches for each lan.
> > You better use the orange or blue zone for
> > the second lan. You will need to customize the
> > firewall rules.
> 
> So it sounds like each physical subnet needs its own Endian zone.
> 
> When you say "multiple subnets on green in manner of shared ethernet"
> do you mean one physical subnet (one switch) but I can divide that
> larger subnet into smaller pieces in Endian?
> 
> It seems there would be two ways to do that:
> 
> (1) Different, more restrictive netmasks on the same physical subnet
> that makes up a single Endian zone -- e.g., take 10.1.64.0/22
> and divide it into 10.1.64.0/24, 10.1.65.0/24, 10.1.66.0/24 and
> 10.1.67.0/24.
> 
> (2) Take a VLAN approach and divide the larger subnet into smaller
> ones using some other criteria (e.g., MAC address). I see some
> references to VLANs in the mailing list archives. If those are
> like a switch-based VLANs then maybe this can be done?
> 
> --
> Steve Sapovits
> steve...@comcast.net
> 
> ------------------------------------------------------------------------------
> AppSumo Presents a FREE Video for the SourceForge Community by Eric
> Ries, the creator of the Lean Startup Methodology on "Lean Startup
> Secrets Revealed." This video shows you how to validate your ideas,
> optimize your ideas and identify your business strategy.
> http://p.sf.net/sfu/appsumosfdev2dev
> _______________________________________________
> Efw-user mailing list
> Efw-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/efw-user

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Efw-user mailing list
Efw-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to