> I'm using Eigerstein for my internet access, VPN and Port forwarding.  I
am
> masquerading my current network.  I now have a need to masquerade another
> internal subnet.
>
> Here is the setup.
>
>                                Internet
>                                    |
>                               Eigerstein
>                                    |
>                              192.168.0 network
>                                    |
>                       Multihomed NT server
>                    Routing between networks
>                        |
>                             172.16 network
>
> I would like to masquerade the 172.16 network. (give them internet access)
> Is this possible with Eigerstein?

Yes.  You need to make two changes to /etc/network.conf (both assume
Dachstein network scripts...I don't recall off-hand if these features were
implemented in Eiger):

1) Add a static route to the 172 network so your firewall can talk to it.
Assuming your internal network interface on the Eiger box is eth1:

eth1_ROUTES="172.16.0.0/24_via_192.168.0.111"

Obviously, modify the network specification (172.16.0.0/24) and IP of your
multi-homed NT system (192.168.0.111) as required for your network (you
didn't provide specifics, so I made some up :)

2) Add the new network to INTERN_NET:

INTERN_NET="192.168.0.0/24 172.16.0.0/24"

Again, change the 172 network specification as required for your setup.

I doubt both of these parameters are supported by EigerStein.  You could
upgrade your network scripts, but I'd suggest upgrading to Dachstein.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)


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

Reply via email to