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

Installation Problem

I installed astaro security linux v6 like describet in the manual.
I can ping the internal and the external interface of the firewall (with my clients), but i can't connect to the internet. Do I have to set some routes or something like this???
Can anyone help me with this problem, or does someone know a good documentation???


This thread was automatically locked due to age.
Parents Reply Children
  • Can you ping outside addresses from the firewall itself? 

    If you've got NAT/Masquerading set up OK, check the packet filter rules. You have to explicity allow connections that you want to let through. If there are no rules specified, no traffic is allowed through. To allow all outbound traffic, you can add a rule like:

    Source : Internal (Network)
    Service : Any
    Action : Allow
    Destination : Any

    You may not want to leave this in place long term, since it is a wide open outbound rule. But it will get traffic moving and let you know if it's just a packet filter issue.
  • I can ping adresses from the firewall itself.
    If i understand you right, the better way is to use proxy instead of masquerading.
    Is it possible to use both??? And is it possible to connect to the internet without any of both???
  • You can use both MASQ and the Proxies.

    If you have a private IP LAN, you cannot connect to the internet with out Proxy or MASQ, and you won't be able to ping without MASQ.

    You also need packetfilter rules setup if you're not (only) using the proxies.

    Barry
  • Thanks a lot for all thous helpful tipps.
    Im connectet now to the internet trought my astaro firewall ;-)