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
  • 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.
Children