Lee Kimber wrote:

> Hi,
>
> This is my first post to the list so please - gently - let me know of any
> etiquette breaches.
>
> I am configuring Dachstein RC2 on a box that contains four NICs and which
> previously ran fine under Eigerstein2beta.
>
> My problem is that I can't work out how specify eth2 and eth3 in the
> "internal interface" section of /etc/network.conf
>
> /etc/network.conf says:
> INTERN_IF="eth1"                # Internal Interface
> INTERN_NET=192.168.1.0/24       # One (or more) Internal network(s)
> INTERN_IP=192.168.1.254         # IP number of Internal Interface
>                                  # (to allow forwarding to external IP)
> MASQ_SWITCH=YES                 # Masquerade internal network to outside
>                                  # world - YES/NO
>
> How does one edit this to include another two NICs, each on different subnets?
>

add the additional network interfaces and then add them to INTERN_NET:

INTERN_NET=192.168.0.0/22
or
INTERN_NET="192.168.1.0/24 192.168.2.0/24 192.168.3.0/24"

This allows these interfaces to be masqueraded and access the internet - but not
each other.   If they need to access each other you will have to add forwarding
rules.

> Thanks
>
> Lee


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to