Can't connect to internet :(

Hi all,

Just installed V7 beta. I configured my interfaces the same way as it was in V6. But I can't get on to the internet. When i type "route" in the shell, i don't see any routes (in V7) and in V6 i get routes to the internet interface. When I ping from the firewall it says: network not available. When I type "ifconfig" I see my interfaces up. So I don't know what the problem is... What do I wrong?
Parents Reply
  • Ok, than lets digg in a little bit:

    Does your external interface look like this?
    Type: Ethernet Standard
    Hardware: ethX
    Address: 10.0.0.x
    Netmask: 255.255.255.0
    Default Gateway: checked
    Default Gateway IP: 10.0.0.138
    Uplink Failover: off
    Proxy Arp: unchecked
    MTU: 1500


    You need a Masquerading Rule:
    Network: Internal Network
    Interface: External


    And you need a packetfilter Rule:
    Source: Internal Network
    Service: Any
    Destination: Any
    Action: Allow


    you also should add a DNS Server the firewall can resolve Hostnames:
    Network > DNS > Forwarders
    Add your DNS Server IP addresses there.

    Did you have all that?

    What is different in your setup?

    Best regards
    Gert
Children
  • Thanks for the fast response gert [[:)]] Well I had to change the way my ADSL-modem has to log on to the network. In the first place (in V6) I used sip_spoof so the static IP is ported to the inerface of the firewall (understand this?). Now I changed the log on process (standard) to PPPoA. I tried bridging the modem to the firewall but that didn't work. So it's in his default internet connection. changed the IP on ASG V7 to 10.0.0.x etc. etc. and it WORKED !!!! So this may will happen in the future with other users (which use ADSL and sip spoof combination). Now i still get an error of the up2date server:

    System Up2Date prefetch failed: All 1 Authentication Servers failed

    Maybe you can help me with that [[:)]]
  • If i understand your changed configuration, than your firewall has now a privat ip address and the modem act's as a router which maps it to your official one.
    Is that your setup, or did the firewall get an official IP address assigned via PPPoA?

    I think i know what your problem is with the Up2Date servers.

    We currently host four V7 Up2Date servers, three official and one Astaro Internal. We have a process the determains every four hours the availability and responsiveness of the up2date servers and sortes them accordingly.

    I assume due to the lack of internet connectivity during the last sorting, there is now only one up2date server in the list.

    can you please take a look at the file: /etc/up2date/servers.sorted
    $VAR1 = [
    

              {
                'name' => 'Internal_1',
                'Port' => '443',
                'Host' => '10.0.2.12'
              }
            ];


    if yes, than you need to check if your firewall has dns resolution.
    This can be done via the new Support Tools:
    WebAdmin > Support > Tools > DNS lookup 
    and try to resolve: v7up2date1.astaro.com

    if that works, you can trigger a resort of the list using the command:
    /usr/local/bin/netselector.plx --infile /etc/up2date/authservers.ini --outfile /etc/up2date/servers.sorted


    than the file /etc/up2date/servers.sorted should include more than one entry, and than up2date should work.

    hope that helps, 
    regards
    Gert
  • well i"m testing continueasly. I upgraded my modem. And configured the modem PPPoA DHCP Spoof. In V6 I can choose standard ethernet interface and using DHCP on ip and gateway, this work fine. But this option is removed in V7!!! When I try the option Cable modem (DHCP) the external interface get's IP and gateway but I still can't connect to the internet !!! Is possible to use DHCP on the external interface with standard ethernet????
  • Well CableModem (DHCP) is exactly the same thing as standard ethernet with DHCP in V6, just a different name.

    That means in the spoofed scenario, you get an ip address and gateway and still can't surf?
    That is strange.

    Did the up2date stuff work?
  • yes up2date worked. But the DHCP release not [:(] I don't know what is programmed differently but in V6 it works fine (also with e new updated firmware on the modem)....
  • Thanks for the resort Gert. I had to use it as well. All my updates are working now.

    Dan