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

eth1 activation locks out webAdmin ? ASL4

whenever I attempt to activate eth1 it locks out the webAdmin interface and I can do no further administration. 

here are my stats:
 eth0 : DLink RHL~ HCL supported card.
        configured as 192.168.xx.3
                      255.255.255.0
          gateway     192.168.0.1  (router/DSL modem) 

           
 eth1: SIS 900 HCL supported card (onboard the MB)
      configured as: 192.168.xx.2
                     255.255.255.0
           gateway   192.168.xx.1

system is a microQ (like the Shuttle) Celeron 2.4ghz, 256DDR, 40gb

I have reinstalled ASL 4 times now and each time I use the same settings and the same thing happens - upon activation of eth1 it stops responding - I just get "connection to 192.168.xx.3 timed out".

I can still log in to the console. Perhaps I can change setting here?

Help!  


This thread was automatically locked due to age.
Parents
  • Well there are a few things wrong here.

    First you have two gateways, you never EVER need two gateways, since that causes routing problems and probably locks you out.

    only specify a gateway for the interface that will be used as the gateway (provider / ISP interface)

    Second, you seem to have blocked/hidden your private ip addresses from us, which isnt really necessary, but i hope you are giving completly different class c's to each interface and not just a different address.

    You shouldnt be doing 
    eth0: 192.168.1.1
    eth1: 192.168.2.2

    But should be doing:
    eth0: provider assigned IP address (static or dhcp)
    eth1: private network space (192.168.0.1)

    I see no reason to have a private ip address on the public side unless you are running the ASL box behind some sort of linksys router or something..which will cause you problems if your not an advanced user.

    So;

    Get rid of your dual gateways that you are specifying, and ensure your interfaces have different IP schemes.

    There is an excellent new user guide located at docs.astaro.org that has a full walkthrough/introduction to ASL in a basic user environment. 
Reply
  • Well there are a few things wrong here.

    First you have two gateways, you never EVER need two gateways, since that causes routing problems and probably locks you out.

    only specify a gateway for the interface that will be used as the gateway (provider / ISP interface)

    Second, you seem to have blocked/hidden your private ip addresses from us, which isnt really necessary, but i hope you are giving completly different class c's to each interface and not just a different address.

    You shouldnt be doing 
    eth0: 192.168.1.1
    eth1: 192.168.2.2

    But should be doing:
    eth0: provider assigned IP address (static or dhcp)
    eth1: private network space (192.168.0.1)

    I see no reason to have a private ip address on the public side unless you are running the ASL box behind some sort of linksys router or something..which will cause you problems if your not an advanced user.

    So;

    Get rid of your dual gateways that you are specifying, and ensure your interfaces have different IP schemes.

    There is an excellent new user guide located at docs.astaro.org that has a full walkthrough/introduction to ASL in a basic user environment. 
Children
No Data