Guest User!

You are not Sophos Staff.

Connecting two subnets

Hi guys,
I'm a bit new to the world of astaro but I like it very much so far and I'm trying to roll it out at a client of mine.

Essentially I have ASG Business Free edition installed on an older rackmount box. There are 3 NICS installed. One as the wan interface, one as the current internal network and the last as another network they recently needed to gain access to in the same building. These last 2 internal networks are what I'm attempting to get talking to eachother.

eth0: 10.0.0.0 / 24 (current internal LAN)
eth2: 10.0.11.0 / 24 (new network)

the server has 2 broadcom netxtreme BCM704 NICS and one Altima AC9100 (badged as netgear) installed... 

I've tried every manner of connecting them I could think of. Bridging, vlans, static routes, appropriate packet filter rules...

We really just need to be able to share resources between the 2 subnets. Whatever will work. Can anyone give me the 5 minute rundown on how to achieve this? Is the Business free edition capable of it?

Thanks very much for any assistance!
Ken
Parents
  • your config is:

    eth0: 10.0.0.0 / 24 (current internal LAN)
    eth2: 10.0.11.0 / 24 (new network)

    So assign 10.0.0.254/24 to eth0, call it "Internal", assign 10.0.11.254/24 to eth2, call it "Internal 2".
    Set both to up.
    Create two packet filter rules:
    Internal -> any -> Internal 2 -> ACCEPT
    Internal 2 -> any -> Internal -> ACCEPT

    Assign 10.0.0.254 as default gateway for all computer on the first network, and 10.0.11.254 as default gateway for all computers on the second network.

    If you do DHCP, you need 2 DHCP services, one for each network, since the computers on the different networks (obviously) need different settings.

    Or you can bridge both interfaces, in that case you'd have to use the same IP range for both networks (e.g. integrate the 10.0.11.0/24 network into 10.0.0.0/24).
Reply
  • your config is:

    eth0: 10.0.0.0 / 24 (current internal LAN)
    eth2: 10.0.11.0 / 24 (new network)

    So assign 10.0.0.254/24 to eth0, call it "Internal", assign 10.0.11.254/24 to eth2, call it "Internal 2".
    Set both to up.
    Create two packet filter rules:
    Internal -> any -> Internal 2 -> ACCEPT
    Internal 2 -> any -> Internal -> ACCEPT

    Assign 10.0.0.254 as default gateway for all computer on the first network, and 10.0.11.254 as default gateway for all computers on the second network.

    If you do DHCP, you need 2 DHCP services, one for each network, since the computers on the different networks (obviously) need different settings.

    Or you can bridge both interfaces, in that case you'd have to use the same IP range for both networks (e.g. integrate the 10.0.11.0/24 network into 10.0.0.0/24).
Children
No Data
Share Feedback
×

Submitted a Tech Support Case lately from the Support Portal?