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

no webadmin access when..

hello,

i successfully installed the last version of asl.
i can access webadmin from my pc and ping asl but when i configure the second nic (asl,eth1), all access is blocked from my pc. i cant ping asl, webadmin does not respond, etc.
but i can ping all interfaces from asl and the pc interface...

an idea?
thank you for your help.


This thread was automatically locked due to age.
Parents Reply Children
  • but i must configure a gw when i set up a new nic.. i tried with the same as eth0 but it doesnt work...
  • Hi,
    how many gw do you configure?
    and how many gw do you need?
    On the nic configuration table disable 
    what you don't need:
    network-interfaces-edit nic with no needed gw-
    show advanced and under gateway pick none.
    ciao
  • hi,

    here is my network:

    [Internet]---[Adsl router]---[(eth1)ASL(eth0)]---[Internal]

    The internal ip of adsl router is 192.168.1.254, this is the default gateway.

    When i installed asl, i configured the internal interface (eth0) for webadmin and pc's with the following setup:
    192.168.10.1
    255.255.255.0
    no gateway for the moment

    And now i want to configure eth1:
    192.168.1.10 (the same network as internal network of adsl router)
    255.255.255.0
    192.168.1.254 (the gw of internal ip of adsl router)

    Two questions:

    1) adsl router already performs NAT so must i configure NAT on ASL?
    2) What is the right gateway for eth0 to eth1? (it is not gateway? nat?)

    sorry if it is newbie questions...

    thank you for your help.
  • hello chouquinet

      
     1) adsl router already performs NAT so must i configure NAT on ASL?
     
    it depends what you want to do:
    - if you only connect from LAN to Internet it's enough to mask your internal LAN to eth1 and add the right packett FIlter rules.

    - if you want people from Internet to connect to your LAN you MUST DNAT 1. on your ADSL Router and also 2. from your eth1 to your internal Server. But then you NAT twice and that's not how it should work. In this case you need a Transfer Network. OR you can Bridge your ADSL Router, then it is transparent, that means that it has no IP adress and the one you get from your ISP is assignet to your eth1 (external NIC of ASL).

      
     2) What is the right gateway for eth0 to eth1? (it is not gateway? nat?) 
    - eth0 don't need a Gateway, only in special cases. The Gatewy adress of you LAN is the IP address of eth0.

    Best choice is to Bridge your ADSL Router, but ask your ISP bevor if it's possible.

    hope this helps??!! and not confuse you??!!

    greetings

    eldorado
  • no confusion, thank you for your help!
      [;)]