This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

newbie question: installation and subnets, how?

Hi,
I'm pretty new at networking in general, and I'm trying to install ASL 3.2 on a machine that currently has 3 NICS in it.. I would like the machine to act as a subnetting router, using 255.255.255.192 (I plan to add another NIC later, so I want to configure 2 subnets at first.

I have an Intel NIC which will act as the DHCP client, getting its address from my cablemodem.

The problem is that I have an existing LAN in my house that IS NOT subnetted. My existing LAN runs as 192.168.50.0 with my hardware router as 192.168.50.1 So when I install the admin interface on the ASL machine, and reboot, how can I access the admin interface (192.168.50.126) if it's on a 255.255.255.192 network and all my existing machines are on a 255.255.255.0 network?

I guess I just don't understand the whole subnetting issue enough yet to be able to set this up properly. Any suggestions, or anyone willing to guide me through this...? Thx.

What I want to do is set this up like this:

Intel NIC as the gateway (and I will eventually remove my hardware router). The Intel NIC should start out as 192.168.50.2 (and will eventually become 192.168.50.1 when I remove the hardware router)

Netgear NIC#1: subnet #1, 192.168.50.64 network

Netgear NIC#2: subnet #2, 192.168.50.128 network

I'm not sure what the subnet masks should be for the two subnets, and what the gateway addresses would be. And since my existing LAN is not subnetted, I can't seem to connect to the ASL machine via the web interface... 

Also, is there a default admin or root login to the ASL machine, or is the only way to configure it via the web interface?

minaret.


This thread was automatically locked due to age.
Parents
  • Okay, I got past that first stage... A little more research helped out a bit. I'm still having trouble creating 2 addresses for my external NIC. here is what I have so far:

    eth0:
    192.168.50.5 / 255.255.255.192
    gateway: 192.168.50.3

    eth1:
    192.168.50.65 / 255.255.255.192
    gateway: 192.168.50.3

    I want to add a static internal address and a dynamic external address to eth2, so that from the outside it will pick up its address from the cablemodem, and internally it's static. How can I go about this? What I'd like to do is:

    eth2 internal:
    192.168.50.3 / 255.255.???.???
    gateway: "eth2 external address"

    eth2 external:
    DHCP / DHCP
    gateway: DHCP

    When I tried to add a second address to eth2, I somehow locked myself out of the webadmin interface... Any suggestions?

    minaret.
Reply
  • Okay, I got past that first stage... A little more research helped out a bit. I'm still having trouble creating 2 addresses for my external NIC. here is what I have so far:

    eth0:
    192.168.50.5 / 255.255.255.192
    gateway: 192.168.50.3

    eth1:
    192.168.50.65 / 255.255.255.192
    gateway: 192.168.50.3

    I want to add a static internal address and a dynamic external address to eth2, so that from the outside it will pick up its address from the cablemodem, and internally it's static. How can I go about this? What I'd like to do is:

    eth2 internal:
    192.168.50.3 / 255.255.???.???
    gateway: "eth2 external address"

    eth2 external:
    DHCP / DHCP
    gateway: DHCP

    When I tried to add a second address to eth2, I somehow locked myself out of the webadmin interface... Any suggestions?

    minaret.
Children
  • hi,
    im quite a newbie, but maybe that helps u a little..
    before i installed astaro, i tried securepoint firewall and tested it

    i had one router, then the firewall, then the clients.

    at the setup i wanted to choose the ips:
    router(192.168.10.1), external firewall(192.168.10.2), internal firewall(192.168.10.3), clients (192.168.10.x) - but that didnt work

    the first 2 ips were ok, but it didnt accept the third one - it wrote interface!!!
    192.168.(not 10).x for the internal was accepted

    at astaro i again tried the 10.1, 10.2, 10.3 thing and locked myself out
    the 2 different interfaces worked!

    hope that helps a bit :-)
  • Yeah, I had actually reworked the subnetting and it seems to work now, to a point. Now I'm able to set up the subnet behind the Astaro box, but the clients behind the Astaro box can't get outside my network... Here is what I have:

    cablemodem
        |
    SMC router (192.168.50.1 This is the gateway)
        |
    192.168.50.0 network
        |
    Astaro machine
    Astaro machine external NIC (192.168.50.2)
    Astaro machine internal NIC1 (192.168.5.1)
    Astaro machine internal NIC2 (192.168.10.1)
        |
    CLIENT_01 (behind Astaro machine, 192.168.5.10)


    CLIENT_01 can connect to web admin interface on 192.168.5.1, and it can ping the Astaro machine. It can also ping the SMC router (192.168.50.1) on the outer subnet. But CLIENT_01 *can't* ping anything outside the SMC router. In other words I can't ping yahoo.com from CLIENT_01, but i CAN ping yahoo.com from the Astaro machine...

    Any ideas..?

    [ 03 June 2002: Message edited by: minaret ]