Menu

Version 7.40 Linux Build 7050 fails to detect fixed IP. Version 7.39 Linux Build 7049 works perfectly.

Kasper
2020-12-27
2021-10-28
  • Kasper

    Kasper - 2020-12-27

    Hi Achal, thanks for a very useful product.

    In the process of upgrading from Ubuntu Xenial to Focal, I decided to update to the latest Dualserver version at the same time.

    Unfortunately the latest version 7.40 fails to detect the fixed IP on the original build Xenial, and on a Bionic build and on Focal (the new build) . The previous version 7.39 works well on all three.

    Tested on Debian, Ubuntu based Armbian on ARM 64 processor on Orange Pi Zero Plus.
    Network manager not installed. Network manually configured.
    Similar results on Xenial and Bionic and Focal, and on Kernels 4.19.63 and 5.9.14.

    Compiled with:
    g++ dualserverd.cpp -odualserverd -lpthread

    Tested on the identical hardware and build for all three tested builds only the dualserverd binary changed.
    Dualserver version 7.40 Linux Build 7050 - fails to detect fixed IP.
    Dualserver version 7.39 Linux Build 7049 - success on all tested builds.

    Networking is manually configured as follows in
    /etc/network/interfaces:

    allow-hotplug eth0
    no-auto-down eth0
    iface eth0 inet static
    address 192.168.0.144
    netmask 255.255.255.0
    gateway 192.168.0.254
    dns-nameservers 192.168.0.254 8.8.8.8 8.8.4.4

    auto lo
    iface lo inet loopback

    Logs (domain name obscured):
    [27-Dec-20 20:08:09] Dual DHCP DNS Server Version 7.39 Linux Build 7049 Starting...
    [27-Dec-20 20:08:10] Starting DNS Service
    [27-Dec-20 20:08:10] Starting DHCP Service
    [27-Dec-20 20:08:11] DNS Logging: Normal
    [27-Dec-20 20:08:11] DHCP Logging: Normal
    [27-Dec-20 20:08:11] Zone ~~~~.~~~~~~~.org Transferred from Primary Server, 40 RRs imported
    [27-Dec-20 20:08:16] Zone 168.192.in-addr.arpa Transferred from Primary Server, 41 RRs imported
    [27-Dec-20 20:08:16] Default Lease: 36000 (sec)
    [27-Dec-20 20:08:16] Server Name: orange (Secondary)
    [27-Dec-20 20:08:16] Authority for Zone: ~~~~.~~~~~~~.org (168.192.in-addr.arpa)
    [27-Dec-20 20:08:16] Default Host Expiry: 36000 (sec)
    [27-Dec-20 20:08:16] Refresh: 3600 (sec)
    [27-Dec-20 20:08:16] Retry: 360 (sec)
    [27-Dec-20 20:08:16] Expire: 864000 (sec)
    [27-Dec-20 20:08:16] Min: 360 (sec)
    [27-Dec-20 20:08:16] Default Forwarding Server: 208.67.220.220
    [27-Dec-20 20:08:16] Default Forwarding Server: 121.98.0.2
    [27-Dec-20 20:08:16] Default Forwarding Server: 121.98.0.1
    [27-Dec-20 20:08:16] Default Forwarding Server: 192.168.0.254
    [27-Dec-20 20:08:16] Default Forwarding Server: 8.8.4.4
    [27-Dec-20 20:08:16] DNS Service Permitted Hosts: 192.168.0.1-192.168.255.254
    [27-Dec-20 20:08:16] Lease Status URL: http://192.168.0.144:6789
    [27-Dec-20 20:08:16] Listening On: 192.168.0.144

    [27-Dec-20 19:55:17] Dual DHCP DNS Server Version 7.40 Linux Build 7050 Starting...
    [27-Dec-20 19:55:18] Starting DNS Service
    [27-Dec-20 19:55:18] Starting DHCP Service
    [27-Dec-20 19:55:19] DNS Logging: Normal
    [27-Dec-20 19:55:19] DHCP Logging: Normal
    [27-Dec-20 19:55:19] Zone ~~~~.~~~~~~~.org Transferred from Primary Server, 40 RRs imported
    [27-Dec-20 19:55:24] Zone 168.192.in-addr.arpa Transferred from Primary Server, 41 RRs imported
    [27-Dec-20 19:55:24] Default Lease: 36000 (sec)
    [27-Dec-20 19:55:24] Server Name: orange (Secondary)
    [27-Dec-20 19:55:24] Authority for Zone: ~~~~.~~~~~~~~.org (168.192.in-addr.arpa)
    [27-Dec-20 19:55:24] Refresh: 3600 (sec)
    [27-Dec-20 19:55:24] Retry: 360 (sec)
    [27-Dec-20 19:55:24] Default Host Expiry: 36000 (sec)
    [27-Dec-20 19:55:24] Default Forwarding Server: 208.67.220.220
    [27-Dec-20 19:55:24] Min: 360 (sec)
    [27-Dec-20 19:55:24] Default Forwarding Server: 121.98.0.1
    [27-Dec-20 19:55:24] Default Forwarding Server: 121.98.0.2
    [27-Dec-20 19:55:24] Default Forwarding Server: 192.168.0.254
    [27-Dec-20 19:55:24] Expire: 864000 (sec)
    [27-Dec-20 19:55:24] Default Forwarding Server: 8.8.4.4
    [27-Dec-20 19:55:24] DNS Service Permitted Hosts: 192.168.0.1-192.168.255.254
    [27-Dec-20 19:55:24] No Static Interface ready, Waiting...

     

    Last edit: Kasper 2021-10-24
  • zdm

    zdm - 2021-10-28

    @achaldhir Could you, please, provide binaries for windows as zip archive? Spoon installer works with errors on windows 10 / 11, it is pretty ancient.

     

Log in to post a comment.