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

Up2date Failing

For some reason I cannot get up2date to download any new files.  It has been going on for a while and I just noticed today.  

When I log into the firewall, I can ping servers just fine, but as soon as I try to wget a file, it just hangs and won't download anything.  I don't have anything in my firewall rules that blocks anything outgoing so I am not exactly sure what it is. 

Running audld.plx --trigger --server 184.72.238.199 returns me:
Starting Up2Date Package Downloader
Authenticating ...
Authentication failed, no valid answer from Authentication Servers

I am on a UTM 220 running 9.004.  

Any help is greatly appreciated.


This thread was automatically locked due to age.
Parents
  • Ok, I just added a rule to allow my external IP to anything and wget is working.  Up2date is still not working.  There is nothing in the firewall log when I run audld.plx.  It is still saying authentication failed

    I also tried turning intrusion detection fully off and no change.  

    servers.sorted is:
    $VAR1 = [
              {
                'name' => 'v8up2date2',
                'Port' => '443',
                'Ip' => '184.72.238.199',
                'Host' => 'v8up2date2.astaro.com',
                'Fallback_Ip' => '184.72.238.199'
              },
              {
                'name' => 'v8up2date1',
                'Port' => '443',
                'Ip' => '79.125.21.244',
                'Host' => 'v8up2date1.astaro.com',
                'Fallback_Ip' => '79.125.21.244'
              },
              {
                'name' => 'v8up2date3',
                'Port' => '443',
                'Ip' => '175.41.132.12',
                'Host' => 'v8up2date3.astaro.com',
                'Fallback_Ip' => '175.41.132.12'
              }
            ];
Reply
  • Ok, I just added a rule to allow my external IP to anything and wget is working.  Up2date is still not working.  There is nothing in the firewall log when I run audld.plx.  It is still saying authentication failed

    I also tried turning intrusion detection fully off and no change.  

    servers.sorted is:
    $VAR1 = [
              {
                'name' => 'v8up2date2',
                'Port' => '443',
                'Ip' => '184.72.238.199',
                'Host' => 'v8up2date2.astaro.com',
                'Fallback_Ip' => '184.72.238.199'
              },
              {
                'name' => 'v8up2date1',
                'Port' => '443',
                'Ip' => '79.125.21.244',
                'Host' => 'v8up2date1.astaro.com',
                'Fallback_Ip' => '79.125.21.244'
              },
              {
                'name' => 'v8up2date3',
                'Port' => '443',
                'Ip' => '175.41.132.12',
                'Host' => 'v8up2date3.astaro.com',
                'Fallback_Ip' => '175.41.132.12'
              }
            ];
Children
  • Ok, finally got it figured out.  For some reason up2date is attempting to use a proxy. When I go into the up2date.conf file and comment out the proxy line, everything works fine.  

    Where does that get configured in the webadmin, because the section is grayed out in the Up2Date section, and I don't see it anywhere else